Home
last modified time | relevance | path

Searched refs:CreateExtensionWindow (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_views.cc274 void RootWindowViews::CreateExtensionWindow(CefRefPtr<CefExtension> extension, in CreateExtensionWindow() function in client::RootWindowViews
280 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowViews::CreateExtensionWindow, in CreateExtensionWindow()
286 delegate_->CreateExtensionWindow(extension, source_bounds, parent_window, in CreateExtensionWindow()
Droot_window.cc42 delegate_->CreateExtensionWindow(*it, CefRect(), nullptr, base::DoNothing(), in OnExtensionsChanged()
Droot_window_manager.h105 void CreateExtensionWindow(CefRefPtr<CefExtension> extension,
Droot_window.h105 virtual void CreateExtensionWindow(CefRefPtr<CefExtension> extension,
Droot_window_views.h64 void CreateExtensionWindow(CefRefPtr<CefExtension> extension,
Dviews_window.h80 virtual void CreateExtensionWindow(CefRefPtr<CefExtension> extension,
Droot_window_manager.cc408 void RootWindowManager::CreateExtensionWindow( in CreateExtensionWindow() function in client::RootWindowManager
Dviews_window.cc434 delegate_->CreateExtensionWindow( in OnMenuButtonPressed()