HomeSort by relevance Sort by last modified time
    Searched refs:TabDestroyed (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.h 32 virtual void TabDestroyed() = 0;
62 // TabDestroyed() is invoked on the model.
84 void TabDestroyed(WebContentsObserverImpl* tab);
133 virtual void TabDestroyed() OVERRIDE;
hung_renderer_view.cc 127 void HungPagesTableModel::TabDestroyed(WebContentsObserverImpl* tab) {
138 delegate_->TabDestroyed();
150 model_->TabDestroyed(this);
154 model_->TabDestroyed(this);
355 void HungRendererDialogView::TabDestroyed() {
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 179 void TabDestroyed(content::WebContents* tab);
web_navigation_api.cc 155 TabDestroyed(content::Source<content::WebContents>(source).ptr());
227 void WebNavigationEventRouter::TabDestroyed(content::WebContents* tab) {
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 71 FRIEND_TEST_ALL_PREFIXES(GeolocationPermissionContextTests, TabDestroyed);
626 TEST_F(GeolocationPermissionContextTests, TabDestroyed) {
    [all...]
geolocation_browsertest.cc 754 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, TabDestroyed) {

Completed in 69 milliseconds