Home
last modified time | relevance | path

Searched refs:TabContentsDestroyed (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_container.cc38 TabContentsDestroyed(Source<TabContents>(source).ptr()); in Observe()
71 void TabContentsContainer::TabContentsDestroyed(TabContents* contents) { in TabContentsDestroyed() function in TabContentsContainer
Dtab_contents_container_views.h63 void TabContentsDestroyed(TabContents* contents);
Dtab_contents_container_native.h71 void TabContentsDestroyed(TabContents* contents);
/external/chromium/chrome/browser/automation/
Dautomation_tab_helper_unittest.cc37 void TabContentsDestroyed() { in TabContentsDestroyed() function in AutomationTabHelperTest
38 tab_helper()->TabContentsDestroyed(contents_wrapper()->tab_contents()); in TabContentsDestroyed()
205 TabContentsDestroyed(); in TEST_F()
Dautomation_tab_helper.h98 virtual void TabContentsDestroyed(TabContents* tab_contents);
Dautomation_tab_helper.cc88 void AutomationTabHelper::TabContentsDestroyed(TabContents* tab_contents) { in TabContentsDestroyed() function in AutomationTabHelper
/external/chromium/chrome/browser/ui/gtk/
Dtab_contents_container_gtk.cc178 TabContentsDestroyed(Source<TabContents>(source).ptr()); in Observe()
181 void TabContentsContainerGtk::TabContentsDestroyed(TabContents* contents) { in TabContentsDestroyed() function in TabContentsContainerGtk
Dtab_contents_container_gtk.h61 void TabContentsDestroyed(TabContents* contents);
/external/chromium/chrome/browser/tabs/
Dtab_finder.cc34 virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE;
58 void TabFinder::TabContentsObserverImpl::TabContentsDestroyed( in TabContentsDestroyed() function in TabFinder::TabContentsObserverImpl
/external/chromium/chrome/browser/extensions/
Dextension_webnavigation_api.h105 virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE;
Dextension_webnavigation_api.cc380 void ExtensionWebNavigationTabObserver::TabContentsDestroyed( in TabContentsDestroyed() function in ExtensionWebNavigationTabObserver