/third_party/cef/libcef/browser/chrome/ |
D | browser_platform_delegate_chrome.cc | 37 void CefBrowserPlatformDelegateChrome::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateChrome 39 CefBrowserPlatformDelegate::BrowserDestroyed(browser); in BrowserDestroyed() 40 native_delegate_->BrowserDestroyed(browser); in BrowserDestroyed()
|
D | browser_platform_delegate_chrome.h | 26 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | chrome_browser_host_impl.cc | 558 platform_delegate_->BrowserDestroyed(this); in DestroyBrowser()
|
/third_party/cef/libcef/browser/chrome/views/ |
D | browser_platform_delegate_chrome_views.cc | 86 void CefBrowserPlatformDelegateChromeViews::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateChromeViews 88 CefBrowserPlatformDelegateChrome::BrowserDestroyed(browser); in BrowserDestroyed() 89 browser_view_->BrowserDestroyed(browser); in BrowserDestroyed()
|
D | browser_platform_delegate_chrome_views.h | 25 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 106 void CefBrowserPlatformDelegateViews::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateViews 108 CefBrowserPlatformDelegateAlloy::BrowserDestroyed(browser); in BrowserDestroyed() 110 browser_view_->BrowserDestroyed(browser); in BrowserDestroyed() 112 native_delegate_->BrowserDestroyed(browser); in BrowserDestroyed()
|
D | browser_view_impl.h | 51 void BrowserDestroyed(CefBrowserHostBase* browser);
|
D | browser_platform_delegate_views.h | 30 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | browser_view_impl.cc | 97 void CefBrowserViewImpl::BrowserDestroyed(CefBrowserHostBase* browser) { in BrowserDestroyed() function in CefBrowserViewImpl
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_linux.h | 24 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | browser_platform_delegate_native_linux.cc | 38 void CefBrowserPlatformDelegateNativeLinux::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateNativeLinux 40 CefBrowserPlatformDelegateNative::BrowserDestroyed(browser); in BrowserDestroyed()
|
D | browser_platform_delegate_native_win.h | 20 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | browser_platform_delegate_native_mac.h | 22 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | browser_platform_delegate_native_win.cc | 159 void CefBrowserPlatformDelegateNativeWin::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateNativeWin 161 CefBrowserPlatformDelegateNative::BrowserDestroyed(browser); in BrowserDestroyed()
|
D | browser_platform_delegate_native_mac.mm | 152 void CefBrowserPlatformDelegateNativeMac::BrowserDestroyed( function 154 CefBrowserPlatformDelegateNative::BrowserDestroyed(browser); 214 // Add a reference that will be released in BrowserDestroyed().
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 239 void CefBrowserPlatformDelegateAlloy::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateAlloy 246 CefBrowserPlatformDelegate::BrowserDestroyed(browser); in BrowserDestroyed()
|
D | browser_platform_delegate_alloy.h | 45 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | alloy_browser_host_impl.cc | 758 platform_delegate_->BrowserDestroyed(this); in DestroyBrowser()
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 32 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|
D | browser_platform_delegate_osr.cc | 92 void CefBrowserPlatformDelegateOsr::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateOsr 94 CefBrowserPlatformDelegateAlloy::BrowserDestroyed(browser); in BrowserDestroyed()
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 159 virtual void BrowserDestroyed(CefBrowserHostBase* browser);
|
D | browser_platform_delegate.cc | 94 void CefBrowserPlatformDelegate::BrowserDestroyed(CefBrowserHostBase* browser) { in BrowserDestroyed() function in CefBrowserPlatformDelegate
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 13878 void BrowserDestroyed(CefBrowserHostBase* browser) override;
|