OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_index_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
fake_base_tab_strip_controller.cc
13
active_index_
(-1) {
23
active_index_
= index;
29
if (
active_index_
== index)
30
active_index_
= -1;
48
return
active_index_
== index;
52
return
active_index_
;
stacked_tab_strip_layout.cc
26
active_index_
(-1),
65
active_index_
= index;
152
active_index_
= index;
153
else if (
active_index_
>= index)
154
active_index_
++;
174
if (index ==
active_index_
)
175
active_index_
= std::min(
active_index_
, tab_count() - 1);
176
else if (index <
active_index_
)
177
active_index_
--
[
all
...]
fake_base_tab_strip_controller.h
60
int
active_index_
;
member in class:FakeBaseTabStripController
stacked_tab_strip_layout.h
82
return
active_index_
< mini_tab_count_ ? mini_tab_count_ :
active_index_
;
235
int
active_index_
;
member in class:StackedTabStripLayout
Completed in 98 milliseconds