/third_party/cef/libcef/browser/chrome/ |
D | browser_platform_delegate_chrome.cc | 25 void CefBrowserPlatformDelegateChrome::WebContentsDestroyed( in WebContentsDestroyed() function in CefBrowserPlatformDelegateChrome 27 CefBrowserPlatformDelegate::WebContentsDestroyed(web_contents); in WebContentsDestroyed() 28 native_delegate_->WebContentsDestroyed(web_contents); in WebContentsDestroyed()
|
D | browser_platform_delegate_chrome.h | 24 void WebContentsDestroyed(content::WebContents* web_contents) override;
|
D | chrome_browser_host_impl.cc | 124 platform_delegate_->WebContentsDestroyed(web_contents); in OnWebContentsDestroyed()
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 78 void CefBrowserPlatformDelegateViews::WebContentsDestroyed( in WebContentsDestroyed() function in CefBrowserPlatformDelegateViews 80 CefBrowserPlatformDelegateAlloy::WebContentsDestroyed(web_contents); in WebContentsDestroyed() 81 native_delegate_->WebContentsDestroyed(web_contents); in WebContentsDestroyed()
|
D | browser_platform_delegate_views.h | 26 void WebContentsDestroyed(content::WebContents* web_contents) override;
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_frontend.h | 86 void WebContentsDestroyed() override;
|
D | devtools_frontend.cc | 361 void CefDevToolsFrontend::WebContentsDestroyed() { in WebContentsDestroyed() function in CefDevToolsFrontend
|
/third_party/cef/libcef/browser/ |
D | browser_contents_delegate.h | 142 void WebContentsDestroyed() override;
|
D | browser_platform_delegate.h | 122 virtual void WebContentsDestroyed(content::WebContents* web_contents);
|
D | browser_platform_delegate.cc | 51 void CefBrowserPlatformDelegate::WebContentsDestroyed( in WebContentsDestroyed() function in CefBrowserPlatformDelegate
|
D | browser_contents_delegate.cc | 488 void CefBrowserContentsDelegate::WebContentsDestroyed() { in WebContentsDestroyed() function in CefBrowserContentsDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 754 WebContentsDestroyed(); in DestroyBrowser() 1559 void AlloyBrowserHostImpl::WebContentsDestroyed() { in WebContentsDestroyed() function in AlloyBrowserHostImpl 1563 platform_delegate_->WebContentsDestroyed(wc); in WebContentsDestroyed()
|
D | alloy_browser_host_impl.h | 305 void WebContentsDestroyed() override;
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 12511 void WebContentsDestroyed() override; 16618 +void OhGinJavascriptBridgeDispatcherHost::WebContentsDestroyed() { 16877 + void WebContentsDestroyed() override;
|