Searched refs:CreateRootWindow (Results 1 – 12 of 12) sorted by relevance
| /third_party/cef/tests/cefclient/browser/ |
| D | root_window_manager.cc | 109 scoped_refptr<RootWindow> RootWindowManager::CreateRootWindow( in CreateRootWindow() function in client::RootWindowManager 176 return CreateRootWindow(std::move(config)); in CreateRootWindowAsExtension()
|
| D | root_window_manager.h | 30 scoped_refptr<RootWindow> CreateRootWindow(
|
| D | root_window_mac.mm | 84 void CreateRootWindow(const CefBrowserSettings& settings, 188 CreateRootWindow(settings, config->initially_hidden); 190 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowMacImpl::CreateRootWindow, this, 366 void RootWindowMacImpl::CreateRootWindow(const CefBrowserSettings& settings, 515 CreateRootWindow(CefBrowserSettings(), false);
|
| D | root_window_gtk.cc | 128 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowGtk::CreateRootWindow, this, in Init() 283 void RootWindowGtk::CreateRootWindow(const CefBrowserSettings& settings, in CreateRootWindow() function in client::RootWindowGtk 445 CreateRootWindow(CefBrowserSettings(), false); in OnBrowserCreated()
|
| D | root_window_win.h | 54 void CreateRootWindow(const CefBrowserSettings& settings,
|
| D | root_window_win.cc | 171 CreateRootWindow(settings, config->initially_hidden); in Init() 173 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowWin::CreateRootWindow, this, in Init() 317 void RootWindowWin::CreateRootWindow(const CefBrowserSettings& settings, in CreateRootWindow() function in client::RootWindowWin 991 CreateRootWindow(CefBrowserSettings(), false); in OnBrowserCreated()
|
| D | root_window_gtk.h | 51 void CreateRootWindow(const CefBrowserSettings& settings,
|
| D | client_handler.cc | 726 MainContext::Get()->GetRootWindowManager()->CreateRootWindow( in OnOpenURLFromTab() 1028 MainContext::Get()->GetRootWindowManager()->CreateRootWindow( in ShowSSLInformation()
|
| D | test_runner.cc | 158 MainContext::Get()->GetRootWindowManager()->CreateRootWindow( in RunNewWindowTest()
|
| /third_party/cef/tests/cefclient/ |
| D | cefclient_win.cc | 111 context->GetRootWindowManager()->CreateRootWindow(std::move(window_config)); in RunMain()
|
| D | cefclient_gtk.cc | 147 context->GetRootWindowManager()->CreateRootWindow(std::move(window_config)); in RunMain()
|
| D | cefclient_mac.mm | 227 client::MainContext::Get()->GetRootWindowManager()->CreateRootWindow(
|