Home
last modified time | relevance | path

Searched refs:BrowserDestroyed (Results 1 – 23 of 23) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc37 void CefBrowserPlatformDelegateChrome::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateChrome
39 CefBrowserPlatformDelegate::BrowserDestroyed(browser); in BrowserDestroyed()
40 native_delegate_->BrowserDestroyed(browser); in BrowserDestroyed()
Dbrowser_platform_delegate_chrome.h26 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dchrome_browser_host_impl.cc558 platform_delegate_->BrowserDestroyed(this); in DestroyBrowser()
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc86 void CefBrowserPlatformDelegateChromeViews::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateChromeViews
88 CefBrowserPlatformDelegateChrome::BrowserDestroyed(browser); in BrowserDestroyed()
89 browser_view_->BrowserDestroyed(browser); in BrowserDestroyed()
Dbrowser_platform_delegate_chrome_views.h25 void BrowserDestroyed(CefBrowserHostBase* browser) override;
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc106 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()
Dbrowser_view_impl.h51 void BrowserDestroyed(CefBrowserHostBase* browser);
Dbrowser_platform_delegate_views.h30 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dbrowser_view_impl.cc97 void CefBrowserViewImpl::BrowserDestroyed(CefBrowserHostBase* browser) { in BrowserDestroyed() function in CefBrowserViewImpl
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h24 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dbrowser_platform_delegate_native_win.h20 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dbrowser_platform_delegate_native_linux.cc38 void CefBrowserPlatformDelegateNativeLinux::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateNativeLinux
40 CefBrowserPlatformDelegateNative::BrowserDestroyed(browser); in BrowserDestroyed()
Dbrowser_platform_delegate_native_mac.h22 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dbrowser_platform_delegate_native_win.cc159 void CefBrowserPlatformDelegateNativeWin::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateNativeWin
161 CefBrowserPlatformDelegateNative::BrowserDestroyed(browser); in BrowserDestroyed()
Dbrowser_platform_delegate_native_mac.mm152 void CefBrowserPlatformDelegateNativeMac::BrowserDestroyed( function
154 CefBrowserPlatformDelegateNative::BrowserDestroyed(browser);
214 // Add a reference that will be released in BrowserDestroyed().
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc239 void CefBrowserPlatformDelegateAlloy::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateAlloy
246 CefBrowserPlatformDelegate::BrowserDestroyed(browser); in BrowserDestroyed()
Dbrowser_platform_delegate_alloy.h45 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dalloy_browser_host_impl.cc758 platform_delegate_->BrowserDestroyed(this); in DestroyBrowser()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h32 void BrowserDestroyed(CefBrowserHostBase* browser) override;
Dbrowser_platform_delegate_osr.cc92 void CefBrowserPlatformDelegateOsr::BrowserDestroyed( in BrowserDestroyed() function in CefBrowserPlatformDelegateOsr
94 CefBrowserPlatformDelegateAlloy::BrowserDestroyed(browser); in BrowserDestroyed()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h159 virtual void BrowserDestroyed(CefBrowserHostBase* browser);
Dbrowser_platform_delegate.cc94 void CefBrowserPlatformDelegate::BrowserDestroyed(CefBrowserHostBase* browser) { in BrowserDestroyed() function in CefBrowserPlatformDelegate
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13707 void BrowserDestroyed(CefBrowserHostBase* browser) override;