HomeSort by relevance Sort by last modified time
    Searched refs:TabInsertedAt (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.cc 7 void TabStripModelObserver::TabInsertedAt(TabContentsWrapper* contents,
tab_strip_model_observer.h 44 virtual void TabInsertedAt(TabContentsWrapper* contents,
default_tab_handler.h 59 virtual void TabInsertedAt(TabContentsWrapper* contents,
default_tab_handler.cc 137 void DefaultTabHandler::TabInsertedAt(TabContentsWrapper* contents,
140 delegate_->AsBrowser()->TabInsertedAt(contents, index, foreground);
tab_strip_model.cc 159 TabInsertedAt(contents, index, active));
    [all...]
tab_strip_model_unittest.cc 333 virtual void TabInsertedAt(TabContentsWrapper* contents,
    [all...]
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.h 122 virtual void TabInsertedAt(TabContentsWrapper* contents, int index,
tab_closeable_state_watcher.cc 38 void TabCloseableStateWatcher::TabStripWatcher::TabInsertedAt(
124 // TabInsertedAt notification to check for change in state.
tab_closeable_state_watcher_browsertest.cc 105 virtual void TabInsertedAt(TabContentsWrapper* contents,
wm_overview_controller.cc 67 virtual void TabInsertedAt(TabContentsWrapper* contents,
206 void BrowserListener::TabInsertedAt(TabContentsWrapper* contents,
  /external/chromium/chrome/browser/
aeropeek_manager.h 110 virtual void TabInsertedAt(TabContentsWrapper* contents,
aeropeek_manager.cc     [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 27 virtual void TabInsertedAt(TabContentsWrapper* contents,
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 61 virtual void TabInsertedAt(TabContentsWrapper* contents, int index,
99 // "Synthetic" event. Called from TabInsertedAt if new tab is detected.
extension_browser_event_router.cc 271 void ExtensionBrowserEventRouter::TabInsertedAt(TabContentsWrapper* contents,
480 TabInsertedAt(new_contents, index, tab_strip_model->active_index() == index);
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 66 virtual void TabInsertedAt(TabContentsWrapper* contents,
browser_tab_strip_controller.cc 155 TabInsertedAt(model_->GetTabContentsAt(i), i, model_->active_index() == i);
248 // before we've applied an update from the model (Browser::TabInsertedAt may
302 void BrowserTabStripController::TabInsertedAt(TabContentsWrapper* contents,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 105 virtual void TabInsertedAt(TabContentsWrapper* contents,
tab_strip_gtk.cc 942 void TabStripGtk::TabInsertedAt(TabContentsWrapper* contents,
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 706 virtual void TabInsertedAt(TabContentsWrapper* contents,
    [all...]
browser.cc     [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 246 virtual void TabInsertedAt(TabContentsWrapper* contents,
    [all...]
automation_provider_observers.cc 408 void TabCountChangeObserver::TabInsertedAt(TabContentsWrapper* contents,
    [all...]

Completed in 106 milliseconds