Searched refs:TabDeactivated (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.h48 void TabDeactivated(content::WebContents* contents);
H A Dbrowser_instant_controller.cc113 void BrowserInstantController::TabDeactivated(content::WebContents* contents) { function in class:BrowserInstantController
114 instant_.TabDeactivated(contents);
H A Dbrowser.cc976 void Browser::TabDeactivated(WebContents* contents) { function in class:Browser
986 instant_controller_->TabDeactivated(contents);
H A Dbrowser.h414 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_observer.cc23 void TabStripModelObserver::TabDeactivated(WebContents* contents) { function in class:TabStripModelObserver
H A Dtab_strip_model_observer.h79 virtual void TabDeactivated(content::WebContents* contents);
H A Dtab_strip_model.cc1307 TabDeactivated(contents));
H A Dtab_strip_model_unittest.cc392 virtual void TabDeactivated(WebContents* contents) OVERRIDE {
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h38 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_controller.h64 void TabDeactivated(content::WebContents* contents);
H A Dinstant_controller.cc111 void InstantController::TabDeactivated(content::WebContents* contents) { function in class:InstantController
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc188 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h384 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
H A Dbrowser_view.cc1457 void BrowserView::TabDeactivated(WebContents* contents) { function in class:BrowserView

Completed in 7893 milliseconds