OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requires_stacking
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc
38
if (!
requires_stacking
() || tab_count() == mini_tab_count) {
56
if (!
requires_stacking
()) {
66
if (old == active_index() || !
requires_stacking
())
75
if (delta == 0 || !
requires_stacking
())
112
if (!
requires_stacking
()) {
158
if (!
requires_stacking
() || normal_tab_count() <= 1) {
185
if (!
requires_stacking
()) {
205
if (!
requires_stacking
() || tab_count() == mini_tab_count_) {
229
if (!
requires_stacking
())
279
if (!
requires_stacking
()) {
[
all
...]
stacked_tab_strip_layout.h
193
bool
requires_stacking
() const {
function in class:StackedTabStripLayout
Completed in 45 milliseconds