HomeSort by relevance Sort by last modified time
    Searched full:old_contents (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.cc 24 void TabStripModelObserver::TabSelectedAt(TabContentsWrapper* old_contents,
41 TabContentsWrapper* old_contents,
tab_strip_model_order_controller.cc 110 TabContentsWrapper* old_contents,
114 if (old_contents == new_contents)
118 if (old_contents) {
119 int index = tabstrip_->GetIndexOfTabContents(old_contents);
125 if (tabstrip_->ShouldResetGroupOnSelect(old_contents))
126 tabstrip_->ForgetGroup(old_contents);
132 new_opener != &old_contents->controller() &&
default_tab_handler.cc 157 void DefaultTabHandler::TabSelectedAt(TabContentsWrapper* old_contents,
161 delegate_->AsBrowser()->TabSelectedAt(old_contents,
174 TabContentsWrapper* old_contents,
177 delegate_->AsBrowser()->TabReplacedAt(tab_strip_model, old_contents,
default_tab_handler.h 67 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
75 TabContentsWrapper* old_contents,
tab_strip_model_observer.h 59 // The selected TabContents is about to change from |old_contents|.
65 // by |old_contents| and the newly selected tab by |new_contents|. |index| is
69 // changed, but |old_contents| and |new_contents| are the same. If you only
70 // care about when the active tab changes, check for when |old_contents|
79 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
101 TabContentsWrapper* old_contents,
tab_strip_model_order_controller.h 46 virtual void TabSelectedAt(TabContentsWrapper* old_contents,