/external/chromium/chrome/browser/tabs/ |
D | default_tab_handler.cc | 149 void DefaultTabHandler::TabDetachedAt(TabContentsWrapper* contents, int index) { in TabDetachedAt() function in DefaultTabHandler 150 delegate_->AsBrowser()->TabDetachedAt(contents, index); in TabDetachedAt()
|
D | tab_strip_model_observer.cc | 17 void TabStripModelObserver::TabDetachedAt(TabContentsWrapper* contents, in TabDetachedAt() function in TabStripModelObserver
|
D | tab_strip_model_observer.h | 57 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
D | default_tab_handler.h | 65 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | tab_strip_model_observer.cc | 19 void TabStripModelObserver::TabDetachedAt(WebContents* contents, in TabDetachedAt() function in TabStripModelObserver
|
D | tab_strip_model_observer.h | 74 virtual void TabDetachedAt(content::WebContents* contents, int index);
|
/external/chromium/chrome/browser/chromeos/ |
D | tab_closeable_state_watcher.h | 127 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
D | tab_closeable_state_watcher.cc | 52 void TabCloseableStateWatcher::TabStripWatcher::TabDetachedAt( in TabDetachedAt() function in chromeos::TabCloseableStateWatcher::TabStripWatcher
|
D | wm_overview_controller.cc | 73 virtual void TabDetachedAt(TabContentsWrapper* contents, int index); 214 void BrowserListener::TabDetachedAt(TabContentsWrapper* contents, int index) { in TabDetachedAt() function in chromeos::BrowserListener
|
/external/chromium_org/chrome/browser/ui/ |
D | unload_controller.h | 93 virtual void TabDetachedAt(content::WebContents* contents,
|
D | fast_unload_controller.h | 122 virtual void TabDetachedAt(content::WebContents* contents,
|
D | browser_command_controller.h | 96 virtual void TabDetachedAt(content::WebContents* contents,
|
D | unload_controller.cc | 210 void UnloadController::TabDetachedAt(content::WebContents* contents, in TabDetachedAt() function in chrome::UnloadController
|
D | fast_unload_controller.cc | 253 void FastUnloadController::TabDetachedAt(content::WebContents* contents, in TabDetachedAt() function in chrome::FastUnloadController
|
/external/chromium/chrome/browser/ |
D | aeropeek_manager.h | 113 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_model_observer_bridge.h | 33 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
D | tab_strip_model_observer_bridge.mm | 43 void TabStripModelObserverBridge::TabDetachedAt(TabContentsWrapper* contents, function
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_model_observer_bridge.h | 36 virtual void TabDetachedAt(content::WebContents* contents,
|
D | tab_strip_model_observer_bridge.mm | 45 void TabStripModelObserverBridge::TabDetachedAt(WebContents* contents, function
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | tabs_event_router.h | 47 virtual void TabDetachedAt(content::WebContents* contents,
|
/external/chromium/chrome/browser/extensions/ |
D | extension_browser_event_router.h | 66 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | browser_tab_strip_controller.h | 69 virtual void TabDetachedAt(TabContentsWrapper* contents,
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | browser_tab_strip_controller.h | 83 virtual void TabDetachedAt(content::WebContents* contents,
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.h | 108 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.h | 114 virtual void TabDetachedAt(content::WebContents* contents,
|