[This is preliminary documentation and is subject to change.]
The CefBrowserProcessHandler type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(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.
| |
ToString | (Inherited from Object.) |
See Also