[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| CreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings) | ||
| CreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings, String) | ||
| CreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings, Uri) | ||
| CreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings, CefRequestContext) | ||
| CreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings, String, CefRequestContext) |
Create a new browser window using the window parameters specified by
|windowInfo|. If |request_context| is empty the global request context
will be used. This method can only be called on the browser process UI
thread.
| |
| CreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings, Uri, CefRequestContext) |
See Also