Searched refs:ActiveTabChanged (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_order_controller.h31 virtual void ActiveTabChanged(content::WebContents* old_contents,
H A Dtab_strip_model_observer.cc26 void TabStripModelObserver::ActiveTabChanged(WebContents* old_contents, function in class:TabStripModelObserver
H A Dtab_strip_model_observer.h89 // but does change the selection. In this case |ActiveTabChanged| is not sent.
94 virtual void ActiveTabChanged(content::WebContents* old_contents,
101 // of the selection model before the change. See also ActiveTabChanged for
H A Dtab_strip_model_order_controller.cc95 void TabStripModelOrderController::ActiveTabChanged( function in class:TabStripModelOrderController
H A Dtab_strip_model.cc359 ActiveTabChanged(old_contents,
1321 ActiveTabChanged(old_contents,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dweb_contents_close_handler.h26 void ActiveTabChanged();
46 // Set to true if the active tab changes while closing (ActiveTabChanged()
H A Dweb_contents_close_handler.cc27 void WebContentsCloseHandler::ActiveTabChanged() { function in class:WebContentsCloseHandler
H A Dweb_contents_close_handler_unittest.cc65 // Verifies ActiveTabChanged() sends the right functions to the delegate.
67 close_handler_.ActiveTabChanged();
73 // Verifies ActiveTabChanged() while in a close does nothing.
81 close_handler_.ActiveTabChanged();
H A Dbrowser_view.cc811 web_contents_close_handler_->ActiveTabChanged();
1450 web_contents_close_handler_->ActiveTabChanged();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.h45 void ActiveTabChanged();
H A Dbrowser_instant_controller.cc109 void BrowserInstantController::ActiveTabChanged() { function in class:BrowserInstantController
110 instant_.ActiveTabChanged();
H A Dbrowser.cc989 void Browser::ActiveTabChanged(WebContents* old_contents, function in class:Browser
993 content::RecordAction(UserMetricsAction("ActiveTabChanged"));
1058 instant_controller_->ActiveTabChanged();
H A Dbrowser.h415 virtual void ActiveTabChanged(content::WebContents* old_contents,
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_popup.h85 virtual void ActiveTabChanged(content::WebContents* old_contents,
H A Dextension_popup.cc181 void ExtensionPopup::ActiveTabChanged(content::WebContents* old_contents, function in class:ExtensionPopup
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_status_monitor.h76 virtual void ActiveTabChanged(content::WebContents* old_contents,
H A Dbrowser_status_monitor.cc255 void BrowserStatusMonitor::ActiveTabChanged(content::WebContents* old_contents, function in class:BrowserStatusMonitor
317 // An inserted tab is not active - ActiveTabChanged() will be called to
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h39 virtual void ActiveTabChanged(content::WebContents* old_contents,
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_controller.h61 void ActiveTabChanged();
H A Dinstant_controller.cc106 void InstantController::ActiveTabChanged() { function in class:InstantController
107 LOG_INSTANT_DEBUG_EVENT(this, "ActiveTabChanged");
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.h51 virtual void ActiveTabChanged(content::WebContents* old_contents,
H A Dtabs_event_router.cc289 void TabsEventRouter::ActiveTabChanged(WebContents* old_contents, function in class:extensions::TabsEventRouter
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.h112 virtual void ActiveTabChanged(content::WebContents* old_contents,
H A Dwrench_menu_model.cc481 void WrenchMenuModel::ActiveTabChanged(WebContents* old_contents, function in class:WrenchMenuModel
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc189 virtual void ActiveTabChanged(content::WebContents* old_contents,

Completed in 3158 milliseconds

12