Home
last modified time | relevance | path

Searched refs:OnWindowDestroyed (Results 1 – 15 of 15) 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/ceftests/views/
Dtest_window_delegate.h50 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override;
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 __anone38d02ff0411::TestMenuButtonCustomPopupDelegate
/third_party/cef/tests/cefsimple/
Dsimple_app.cc34 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anoncc4f38080111::SimpleWindowDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.h41 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override;
Dwindow_delegate_ctocpp.cc42 void CefWindowDelegateCToCpp::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in CefWindowDelegateCToCpp
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc29 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anonc9a37e320111::PopupWindowDelegate
/third_party/cef/tests/cefclient/browser/
Dviews_window.h155 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override;
Dviews_window.cc553 void ViewsWindow::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in client::ViewsWindow
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc35 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anon9e775b880111::PopupWindowDelegate
Dwindow_impl.cc415 delegate()->OnWindowDestroyed(this); in OnWindowViewDeleted()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_delegate_cpptoc.cc60 CefWindowDelegateCppToC::Get(self)->OnWindowDestroyed( in window_delegate_on_window_destroyed()
/third_party/cef/tests/ceftests/
Dtest_handler.cc41 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anonf186c9c40111::TestWindowDelegate
/third_party/chromium/patch/
D0004-3.2-Beta5.patch51619 void AXWindowObjWrapper::OnWindowDestroyed(aura::Window* window) {