cef_request_context_t.base

Base structure.

More...
struct cef_request_context_t
cef_preference_manager_t base;

Detailed Description

Returns true (1) if this object is pointing to the same context as |that| object.

Returns true (1) if this object is sharing the same storage as |that| object.

Returns true (1) if this object is the global context. The global context is used by default when creating a browser or URL request with a NULL context argument.

Returns the handler for this context if any.

Returns the cache path for this object. If NULL an "incognito mode" in- memory cache is being used.

Returns the cookie manager for this object. If |callback| is non-NULL it will be executed asnychronously on the UI thread after the manager's storage has been initialized.

Register a scheme handler factory for the specified |scheme_name| and optional |domain_name|. An NULL |domain_name| value for a standard scheme

Meta