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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_controller.h 46 virtual void SelectTab(int index) = 0;
tab_controller.h 22 virtual void SelectTab(BaseTab* tab) = 0;
browser_tab_strip_controller.h 50 virtual void SelectTab(int model_index) OVERRIDE;
base_tab_strip.h 119 virtual void SelectTab(BaseTab* tab) OVERRIDE;
base_tab.cc 301 controller()->SelectTab(this);
346 controller()->SelectTab(this);
base_tab_strip.cc 233 void BaseTabStrip::SelectTab(BaseTab* tab) {
236 controller_->SelectTab(model_index);
browser_tab_strip_controller.cc 217 void BrowserTabStripController::SelectTab(int model_index) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 55 virtual void SelectTab(int index) = 0;
fake_base_tab_strip_controller.cc 67 void FakeBaseTabStripController::SelectTab(int index) {
fake_base_tab_strip_controller.h 33 virtual void SelectTab(int index) OVERRIDE;
tab_controller.h 33 virtual void SelectTab(Tab* tab) = 0;
browser_tab_strip_controller.h 56 virtual void SelectTab(int model_index) OVERRIDE;
tab_strip.h 184 virtual void SelectTab(Tab* tab) OVERRIDE;
tab_unittest.cc 29 virtual void SelectTab(Tab* tab) OVERRIDE {}
browser_tab_strip_controller.cc 260 void BrowserTabStripController::SelectTab(int model_index) {
tab.cc 948 controller()->SelectTab(this);
951 controller()->SelectTab(this);
    [all...]
tab_strip.cc 976 void TabStrip::SelectTab(Tab* tab) {
979 controller_->SelectTab(model_index);
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 56 void SelectTab(Tab* tab);
tabbed_pane.cc 118 tabbed_pane_->SelectTab(this);
139 // SelectTab also sets the right tab color.
140 tabbed_pane_->SelectTab(this);
323 void TabbedPane::SelectTab(Tab* tab) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 41 virtual void SelectTab(TabGtk* tab) = 0;
tab_strip_gtk.h 130 virtual void SelectTab(TabGtk* tab);
tab_gtk.cc 181 delegate_->SelectTab(this);
tab_strip_gtk.cc     [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 119 void SelectTab(int index, uint32 timestamp);
173 // Non-zero if we are currently setting the tab from within SelectTab.
324 void BrowserListener::SelectTab(int index, uint32 timestamp) {
591 (*i)->SelectTab(message.param(0), message.param(1));
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 227 SelectTab(tab);

Completed in 958 milliseconds