/third_party/cef/tests/shared/renderer/ |
D | client_app_renderer.cc | 29 void ClientAppRenderer::OnBrowserDestroyed(CefRefPtr<CefBrowser> browser) { in OnBrowserDestroyed() function in client::ClientAppRenderer 32 (*it)->OnBrowserDestroyed(this, browser); in OnBrowserDestroyed()
|
D | client_app_renderer.h | 29 virtual void OnBrowserDestroyed(CefRefPtr<ClientAppRenderer> app, in OnBrowserDestroyed() function 91 void OnBrowserDestroyed(CefRefPtr<CefBrowser> browser) override;
|
/third_party/cef/include/views/ |
D | cef_browser_view_delegate.h | 74 virtual void OnBrowserDestroyed(CefRefPtr<CefBrowserView> browser_view, in OnBrowserDestroyed() function
|
/third_party/cef/include/ |
D | cef_render_process_handler.h | 81 virtual void OnBrowserDestroyed(CefRefPtr<CefBrowser> browser) {} in OnBrowserDestroyed() function
|
/third_party/cef/libcef/browser/ |
D | browser_host_base.h | 106 virtual void OnBrowserDestroyed(CefBrowserHostBase* browser) = 0; 242 void OnBrowserDestroyed();
|
D | download_manager_delegate.h | 52 void OnBrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | browser_host_base.cc | 806 void CefBrowserHostBase::OnBrowserDestroyed() { in OnBrowserDestroyed() function in CefBrowserHostBase 809 observer.OnBrowserDestroyed(this); in OnBrowserDestroyed()
|
D | download_manager_delegate.cc | 416 void CefDownloadManagerDelegate::OnBrowserDestroyed( in OnBrowserDestroyed() function in CefDownloadManagerDelegate
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_process_handler_ctocpp.h | 41 void OnBrowserDestroyed(CefRefPtr<CefBrowser> browser) override;
|
D | render_process_handler_ctocpp.cc | 62 void CefRenderProcessHandlerCToCpp::OnBrowserDestroyed( in OnBrowserDestroyed() function in CefRenderProcessHandlerCToCpp
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | browser_view_delegate_ctocpp.h | 44 void OnBrowserDestroyed(CefRefPtr<CefBrowserView> browser_view,
|
D | browser_view_delegate_ctocpp.cc | 51 void CefBrowserViewDelegateCToCpp::OnBrowserDestroyed( in OnBrowserDestroyed() function in CefBrowserViewDelegateCToCpp
|
/third_party/cef/libcef/renderer/ |
D | browser_impl.cc | 354 handler->OnBrowserDestroyed(this); in OnDestruct() 357 CefRenderManager::Get()->OnBrowserDestroyed(this); in OnDestruct()
|
D | render_manager.h | 104 void OnBrowserDestroyed(CefBrowserImpl* browser);
|
D | render_manager.cc | 367 void CefRenderManager::OnBrowserDestroyed(CefBrowserImpl* browser) { in OnBrowserDestroyed() function in CefRenderManager
|
/third_party/cef/libcef/browser/chrome/views/ |
D | browser_platform_delegate_chrome_views.cc | 83 browser_view_->delegate()->OnBrowserDestroyed(browser_view_, browser_); in NotifyBrowserDestroyed()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_process_handler_cpptoc.cc | 77 CefRenderProcessHandlerCppToC::Get(self)->OnBrowserDestroyed( in render_process_handler_on_browser_destroyed()
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 103 browser_view_->delegate()->OnBrowserDestroyed(browser_view_, browser_); in NotifyBrowserDestroyed()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | browser_view_delegate_cpptoc.cc | 73 CefBrowserViewDelegateCppToC::Get(self)->OnBrowserDestroyed( in browser_view_delegate_on_browser_destroyed()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.cc | 555 OnBrowserDestroyed(); in DestroyBrowser()
|
/third_party/cef/libcef/browser/net_service/ |
D | resource_request_handler_wrapper.cc | 188 void OnBrowserDestroyed(CefBrowserHostBase* browser) override { in OnBrowserDestroyed() function in net_service::__anon1708476d0111::InterceptedRequestHandlerWrapper::DestructionObserver
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 749 OnBrowserDestroyed(); in DestroyBrowser()
|
/third_party/cef/tests/ceftests/ |
D | navigation_unittest.cc | 1177 void OnBrowserDestroyed(CefRefPtr<ClientAppRenderer> app, in OnBrowserDestroyed() function in __anonc60713940511::OrderNavRendererTest 1632 void OnBrowserDestroyed(CefRefPtr<ClientAppRenderer> app, in OnBrowserDestroyed() function in __anonc60713940611::LoadNavRendererTest
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 15605 void OnBrowserDestroyed();
|