Home
last modified time | relevance | path

Searched defs:OnWindowDestroyed (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/include/views/
Dcef_window_delegate.h64 virtual void OnWindowDestroyed(CefRefPtr<CefWindow> window) {} in OnWindowDestroyed() function
/third_party/cef/tests/cefsimple/
Dsimple_app.cc34 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anonfd641fc50111::SimpleWindowDelegate
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc123 void TestWindowDelegate::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in TestWindowDelegate
Dbutton_unittest.cc597 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anon9aa07afc0411::TestMenuButtonCustomPopupDelegate
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc29 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anon070a86ef0111::PopupWindowDelegate
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc35 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anon84ed2d850111::PopupWindowDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc42 void CefWindowDelegateCToCpp::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in CefWindowDelegateCToCpp
/third_party/cef/tests/ceftests/
Dtest_handler.cc41 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anon4538a9210111::TestWindowDelegate
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc553 void ViewsWindow::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in client::ViewsWindow