Cef |
| Name | Description | |
|---|---|---|
| CreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings) | ||
| CreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, CefRequestContext) | ||
| CreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, String) | ||
| CreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, Uri) | ||
| CreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, String, CefRequestContext) | Create a new browser window using the window parameters specified by |windowInfo|. All values will be copied internally and the actual window will be created on the UI thread. If |request_context| is empty the global request context will be used. This method can be called on any browser process thread and will not block. | |
| CreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, Uri, CefRequestContext) |