OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContentsDestroyed
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc
38
TabContentsDestroyed
(Source<TabContents>(source).ptr());
71
void TabContentsContainer::
TabContentsDestroyed
(TabContents* contents) {
tab_contents_container_native.h
71
void
TabContentsDestroyed
(TabContents* contents);
tab_contents_container_views.h
63
void
TabContentsDestroyed
(TabContents* contents);
/external/chromium/chrome/browser/automation/
automation_tab_helper_unittest.cc
37
void
TabContentsDestroyed
() {
38
tab_helper()->
TabContentsDestroyed
(contents_wrapper()->tab_contents());
205
TabContentsDestroyed
();
automation_tab_helper.h
98
virtual void
TabContentsDestroyed
(TabContents* tab_contents);
automation_tab_helper.cc
88
void AutomationTabHelper::
TabContentsDestroyed
(TabContents* tab_contents) {
/external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.h
61
void
TabContentsDestroyed
(TabContents* contents);
tab_contents_container_gtk.cc
178
TabContentsDestroyed
(Source<TabContents>(source).ptr());
181
void TabContentsContainerGtk::
TabContentsDestroyed
(TabContents* contents) {
/external/chromium/chrome/browser/extensions/
extension_webnavigation_api.h
105
virtual void
TabContentsDestroyed
(TabContents* tab) OVERRIDE;
extension_webnavigation_api.cc
380
void ExtensionWebNavigationTabObserver::
TabContentsDestroyed
(
/external/chromium/chrome/browser/tabs/
tab_finder.cc
34
virtual void
TabContentsDestroyed
(TabContents* tab) OVERRIDE;
58
void TabFinder::TabContentsObserverImpl::
TabContentsDestroyed
(
Completed in 111 milliseconds