/third_party/cef/include/views/ |
D | cef_window_delegate.h | 64 virtual void OnWindowDestroyed(CefRefPtr<CefWindow> window) {} in OnWindowDestroyed() function
|
/third_party/cef/tests/ceftests/views/ |
D | test_window_delegate.h | 50 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override;
|
D | test_window_delegate.cc | 123 void TestWindowDelegate::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in TestWindowDelegate
|
D | button_unittest.cc | 597 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anone38d02ff0411::TestMenuButtonCustomPopupDelegate
|
/third_party/cef/tests/cefsimple/ |
D | simple_app.cc | 34 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anoncc4f38080111::SimpleWindowDelegate
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_delegate_ctocpp.h | 41 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override;
|
D | window_delegate_ctocpp.cc | 42 void CefWindowDelegateCToCpp::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in CefWindowDelegateCToCpp
|
/third_party/cef/libcef/browser/chrome/views/ |
D | browser_platform_delegate_chrome_views.cc | 29 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anonc9a37e320111::PopupWindowDelegate
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.h | 155 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override;
|
D | views_window.cc | 553 void ViewsWindow::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() function in client::ViewsWindow
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 35 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anon9e775b880111::PopupWindowDelegate
|
D | window_impl.cc | 415 delegate()->OnWindowDestroyed(this); in OnWindowViewDeleted()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | window_delegate_cpptoc.cc | 60 CefWindowDelegateCppToC::Get(self)->OnWindowDestroyed( in window_delegate_on_window_destroyed()
|
/third_party/cef/tests/ceftests/ |
D | test_handler.cc | 41 void OnWindowDestroyed(CefRefPtr<CefWindow> window) override { in OnWindowDestroyed() function in __anonf186c9c40111::TestWindowDelegate
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 51619 void AXWindowObjWrapper::OnWindowDestroyed(aura::Window* window) {
|