Searched refs:TabDestroyed (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dhung_renderer_view.h32 virtual void TabDestroyed() = 0;
62 // TabDestroyed() is invoked on the model.
84 void TabDestroyed(WebContentsObserverImpl* tab);
133 virtual void TabDestroyed() OVERRIDE;
H A Dhung_renderer_view.cc127 void HungPagesTableModel::TabDestroyed(WebContentsObserverImpl* tab) { function in class:HungPagesTableModel
138 delegate_->TabDestroyed();
150 model_->TabDestroyed(this);
154 model_->TabDestroyed(this);
355 void HungRendererDialogView::TabDestroyed() { function in class:HungRendererDialogView
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.h179 void TabDestroyed(content::WebContents* tab);
H A Dweb_navigation_api.cc155 TabDestroyed(content::Source<content::WebContents>(source).ptr());
227 void WebNavigationEventRouter::TabDestroyed(content::WebContents* tab) { function in class:extensions::WebNavigationEventRouter
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc71 FRIEND_TEST_ALL_PREFIXES(GeolocationPermissionContextTests, TabDestroyed);
626 TEST_F(GeolocationPermissionContextTests, TabDestroyed) {
H A Dgeolocation_browsertest.cc754 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, TabDestroyed) {

Completed in 624 milliseconds