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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 56 virtual void SelectTab(int index) = 0;
fake_base_tab_strip_controller.h 33 virtual void SelectTab(int index) OVERRIDE;
tab_controller.h 33 virtual void SelectTab(Tab* tab) = 0;
fake_base_tab_strip_controller.cc 67 void FakeBaseTabStripController::SelectTab(int index) {
browser_tab_strip_controller.h 56 virtual void SelectTab(int model_index) OVERRIDE;
tab_strip.h 209 virtual void SelectTab(Tab* tab) OVERRIDE;
tab_unittest.cc 31 virtual void SelectTab(Tab* tab) OVERRIDE {}
tab.cc 816 controller_->SelectTab(this);
819 controller_->SelectTab(this);
864 controller_->SelectTab(this);
    [all...]
browser_tab_strip_controller.cc 276 void BrowserTabStripController::SelectTab(int model_index) {
tab_strip.cc     [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 54 void SelectTab(Tab* tab);
tabbed_pane.cc 113 tabbed_pane_->SelectTab(this);
130 // SelectTab also sets the right tab color.
131 tabbed_pane_->SelectTab(this);
305 void TabbedPane::SelectTab(Tab* tab) {

Completed in 1309 milliseconds