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 218 virtual void SelectTab(Tab* tab) OVERRIDE;
tab.cc 867 controller_->SelectTab(this);
870 controller_->SelectTab(this);
    [all...]
tab_unittest.cc 33 virtual void SelectTab(Tab* tab) OVERRIDE {}
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 220 milliseconds