CefBrowserProcessHandler Methods |
The CefBrowserProcessHandler type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPrintHandler |
Return the handler for printing on Linux. If a print handler is not
provided then printing will not be supported on the Linux platform.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBeforeChildProcessLaunch |
Called before a child process is launched. Will be called on the browser
process UI thread when launching a render process and on the browser
process IO thread when launching a GPU or plugin process. Provides an
opportunity to modify the child process command line. Do not keep a
reference to |command_line| outside of this method.
| |
OnContextInitialized |
Called on the browser process UI thread immediately after the CEF context
has been initialized.
| |
OnRenderProcessThreadCreated |
Called on the browser process IO thread after the main thread has been
created for a new render process. Provides an opportunity to specify extra
information that will be passed to
CefRenderProcessHandler::OnRenderThreadCreated() in the render process. Do
not keep a reference to |extra_info| outside of this method.
| |
OnScheduleMessagePumpWork |
Called from any thread when work has been scheduled for the browser process
main (UI) thread. This callback is used in combination with CefSettings.
external_message_pump and CefDoMessageLoopWork() in cases where the CEF
message loop must be integrated into an existing application message loop
(see additional comments and warnings on CefDoMessageLoopWork). This
callback should schedule a CefDoMessageLoopWork() call to happen on the
main (UI) thread. |delay_ms| is the requested delay in milliseconds. If
|delay_ms| is <= 0 then the call should happen reasonably soon. If
|delay_ms| is > 0 then the call should be scheduled to happen after the
specified delay and any currently pending scheduled call should be
cancelled.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |