OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_offset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc
128
const int exposed =
tab_offset
() - (ideal_x(i + 1) - ideal_x(i));
144
ideal_x(i + 1) - ideal_x(i) >
tab_offset
(); --i) {
145
SetIdealBoundsAt(i, ideal_x(i + 1) -
tab_offset
());
224
return ideal_x(index) != ideal_x(index - 1) +
tab_offset
();
225
return ideal_x(index + 1) != ideal_x(index) +
tab_offset
();
342
next_x = std::max(GetMinXCompressed(i), next_x -
tab_offset
());
367
view_model_->ideal_bounds(i - 1).x() +
tab_offset
());
375
int x = std::max(min_x, ideal_x(i + 1) - (
tab_offset
()));
384
std::min(ideal_x(i), ideal_x(i - 1) +
tab_offset
()));
398
std::max(ideal_x(i), ideal_x(i + 1) -
tab_offset
())));
[
all
...]
stacked_tab_strip_layout.h
120
// tab at |index|. Each tab is placed |
tab_offset
()| pixels after the previous
205
int
tab_offset
() const { return size_.width() + padding_; }
function in class:StackedTabStripLayout
Completed in 1188 milliseconds