Home
last modified time | relevance | path

Searched refs:OnBrowserWindowDestroyed (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dbrowser_window.cc60 delegate_->OnBrowserWindowDestroyed(); in OnBrowserClosed()
Droot_window_mac.h55 void OnBrowserWindowDestroyed() override;
Dbrowser_window.h33 virtual void OnBrowserWindowDestroyed() = 0;
Droot_window_win.h99 void OnBrowserWindowDestroyed() override;
Droot_window_gtk.h57 void OnBrowserWindowDestroyed() override;
Droot_window_mac.mm111 void OnBrowserWindowDestroyed();
520 void RootWindowMacImpl::OnBrowserWindowDestroyed() {
711 void RootWindowMac::OnBrowserWindowDestroyed() {
712 impl_->OnBrowserWindowDestroyed();
Droot_window_gtk.cc460 void RootWindowGtk::OnBrowserWindowDestroyed() { in OnBrowserWindowDestroyed() function in client::RootWindowGtk
Droot_window_win.cc1000 void RootWindowWin::OnBrowserWindowDestroyed() { in OnBrowserWindowDestroyed() function in client::RootWindowWin