OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:width_for_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h
176
int
width_for_count
(int count) const {
function in class:StackedTabStripLayout
195
x_ +
width_for_count
(tab_count() - mini_tab_count_) > width_;
stacked_tab_strip_layout.cc
294
if (
width_for_count
(leading_count + 1) + max_stacked_width() <
298
} else if (
width_for_count
(trailing_count) + max_stacked_width() <
321
int ideal_delta =
width_for_count
(index - active_index()) + padding_;
382
int min_x = width_ -
width_for_count
(tab_count() - i);
392
int max_x = x_ +
width_for_count
(i - mini_tab_count_);
539
width_ -
width_for_count
(trailing_count));
546
int leading_size =
width_for_count
(leading_count) + x_;
565
width_ -
width_for_count
(tab_count() - index),
Completed in 72 milliseconds