Home
last modified time | relevance | path

Searched refs:OnWindowCreated (Results 1 – 13 of 13) 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/ceftests/views/
Dtest_window_delegate.h49 void OnWindowCreated(CefRefPtr<CefWindow> window) override;
Dtest_window_delegate.cc48 void TestWindowDelegate::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() function in TestWindowDelegate
/third_party/cef/tests/cefsimple/
Dsimple_app.cc25 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anon47de72860111::SimpleWindowDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.h40 void OnWindowCreated(CefRefPtr<CefWindow> window) override;
Dwindow_delegate_ctocpp.cc23 void CefWindowDelegateCToCpp::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() function in CefWindowDelegateCToCpp
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc23 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anon11deceb00111::PopupWindowDelegate
/third_party/cef/tests/cefclient/browser/
Dviews_window.h154 void OnWindowCreated(CefRefPtr<CefWindow> window) override;
Dviews_window.cc496 void ViewsWindow::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() function in client::ViewsWindow
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc29 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anondba487860111::PopupWindowDelegate
Dwindow_impl.cc139 delegate->OnWindowCreated(window.get()); in Create()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_delegate_cpptoc.cc40 CefWindowDelegateCppToC::Get(self)->OnWindowCreated( in window_delegate_on_window_created()
/third_party/cef/tests/ceftests/
Dtest_handler.cc33 void OnWindowCreated(CefRefPtr<CefWindow> window) override { in OnWindowCreated() function in __anondefd54020111::TestWindowDelegate