OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trailing_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc
293
int
trailing_count
= tab_count() - active_index();
local
298
} else if (width_for_count(
trailing_count
) + max_stacked_width() <
537
int
trailing_count
= tab_count() - index;
local
539
width_ - width_for_count(
trailing_count
));
544
int
trailing_count
= tab_count() - index - 1;
local
545
int trailing_offset = stacked_padding_for_count(
trailing_count
);
Completed in 152 milliseconds