#include "berkelium/Platform.hpp"#include "berkelium/WeakString.hpp"Go to the source code of this file.
Classes | |
| class | Berkelium::ErrorDelegate |
| May be implemented to handle global errors gracefully. More... | |
Namespaces | |
| namespace | Berkelium |
Functions | |
| void BERKELIUM_EXPORT | Berkelium::forkedProcessHook (int argc, char **argv) |
| Called by child processes. | |
| bool BERKELIUM_EXPORT | Berkelium::init (FileString homeDirectory, FileString subprocessDirectory, unsigned int extra_argc=0, const char *extra_argv[]=NULL) |
| Initialize berkelium's global object. | |
| bool BERKELIUM_EXPORT | Berkelium::init (FileString homeDirectory, unsigned int extra_argc=0, const char *extra_argv[]=NULL) |
| Iniitialize berkelium's global object. | |
| void BERKELIUM_EXPORT | Berkelium::destroy () |
| Destroys Berkelium and attempts to free as much memory as possible. | |
| void BERKELIUM_EXPORT | Berkelium::setErrorHandler (ErrorDelegate *errorHandler) |
| void BERKELIUM_EXPORT | Berkelium::update () |
| Runs the message loop until all pending messages are processed. | |
| void BERKELIUM_EXPORT | Berkelium::runUntilStopped () |
| void BERKELIUM_EXPORT | Berkelium::stopRunning () |
| void BERKELIUM_EXPORT | Berkelium::setCookie (URLString url, WideString cookieString) |
| Sets a cookie for a given URL. | |