OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:divider_at
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/controls/
single_split_view.cc
123
int
divider_at
;
local
126
divider_at
= GetPrimaryAxisSize(bounds.width(), bounds.height());
128
divider_at
= 0;
130
divider_at
=
132
divider_at
= NormalizeDividerOffset(
divider_at
, bounds);
138
*leading_bounds = gfx::Rect(0, 0,
divider_at
, bounds.height());
140
gfx::Rect(
divider_at
+ divider_size, 0,
141
std::max(0, bounds.width() -
divider_at
- divider_size),
144
*leading_bounds = gfx::Rect(0, 0, bounds.width(),
divider_at
);
[
all
...]
Completed in 7142 milliseconds