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
115
int
divider_at
;
local
118
divider_at
= GetPrimaryAxisSize(bounds.width(), bounds.height());
120
divider_at
= 0;
122
divider_at
=
124
divider_at
= NormalizeDividerOffset(
divider_at
, bounds);
130
*leading_bounds = gfx::Rect(0, 0,
divider_at
, bounds.height());
132
gfx::Rect(
divider_at
+ divider_size, 0,
133
std::max(0, bounds.width() -
divider_at
- divider_size),
136
*leading_bounds = gfx::Rect(0, 0, bounds.width(),
divider_at
);
[
all
...]
Completed in 176 milliseconds