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

/external/chromium_org/ui/views/controls/
H A Dsingle_split_view.cc44 gfx::Rect leading_bounds; local
46 CalculateChildrenBounds(bounds(), &leading_bounds, &trailing_bounds); local
50 child_at(0)->SetBoundsRect(leading_bounds);
114 gfx::Rect* leading_bounds,
120 *leading_bounds = gfx::Rect();
140 *leading_bounds = gfx::Rect(0, 0, divider_at, bounds.height());
146 *leading_bounds = gfx::Rect(0, 0, bounds.width(), divider_at);
112 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 1723 milliseconds