[This is preliminary documentation and is subject to change.]
The CefMessageRouterRendererSide type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Create |
Create a new router with the specified configuration.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
| GetPendingCount |
Returns the number of queries currently pending for the specified |browser|
and/or |context|. Either or both values may be empty.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnContextCreated |
Call from CefRenderProcessHandler::OnContextCreated. Registers the
JavaScripts functions with the new context.
| |
| OnContextReleased |
Call from CefRenderProcessHandler::OnContextReleased. Any pending queries
associated with the released context will be canceled and
Handler::OnQueryCanceled will be called in the browser process.
| |
| OnProcessMessageReceived |
Call from CefRenderProcessHandler::OnProcessMessageReceived. Returns true
if the message is handled by this router or false otherwise.
| |
| (Inherited from |
See Also