Home
last modified time | relevance | path

Searched defs:OnWindowCreated (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/include/views/
Dcef_window_delegate.h56 virtual void OnWindowCreated(CefRefPtr<CefWindow> window) {} in OnWindowCreated() function
/third_party/cef/tests/cefsimple/
Dsimple_app.cc25 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anoneb0f49660111::SimpleWindowDelegate
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc48 void TestWindowDelegate::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() function in TestWindowDelegate
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc23 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anon728c05900111::PopupWindowDelegate
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc29 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anonde3936660111::PopupWindowDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc23 void CefWindowDelegateCToCpp::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() function in CefWindowDelegateCToCpp
/third_party/cef/tests/ceftests/
Dtest_handler.cc33 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anone84906e20111::TestWindowDelegate
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc496 void ViewsWindow::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() function in client::ViewsWindow