OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
191
virtual void
SelectTab
(Tab* tab) OVERRIDE;
tab_unittest.cc
30
virtual void
SelectTab
(Tab* tab) OVERRIDE {}
tab.cc
[
all
...]
browser_tab_strip_controller.cc
290
void BrowserTabStripController::
SelectTab
(int model_index) {
tab_strip.cc
1007
void TabStrip::
SelectTab
(Tab* tab) {
1010
controller_->
SelectTab
(model_index);
[
all
...]
/external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h
54
void
SelectTab
(Tab* tab);
tabbed_pane.cc
110
tabbed_pane_->
SelectTab
(this);
127
//
SelectTab
also sets the right tab color.
128
tabbed_pane_->
SelectTab
(this);
301
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 281 milliseconds