Searched refs:leading_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dsingle_split_view.cc42 gfx::Rect leading_bounds; local
44 CalculateChildrenBounds(bounds(), &leading_bounds, &trailing_bounds); local
48 child_at(0)->SetBoundsRect(leading_bounds);
104 gfx::Rect* leading_bounds,
110 *leading_bounds = gfx::Rect();
130 *leading_bounds = gfx::Rect(0, 0, divider_at, bounds.height());
136 *leading_bounds = gfx::Rect(0, 0, bounds.width(), divider_at);
102 CalculateChildrenBounds( const gfx::Rect& bounds, gfx::Rect* leading_bounds, gfx::Rect* trailing_bounds) const argument
H A Dsingle_split_view.h77 gfx::Rect* leading_bounds,

Completed in 117 milliseconds