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

/external/chromium_org/ui/views/controls/
H A Dsingle_split_view.cc43 gfx::Rect trailing_bounds; local
44 CalculateChildrenBounds(bounds(), &leading_bounds, &trailing_bounds); local
51 child_at(1)->SetBoundsRect(trailing_bounds);
105 gfx::Rect* trailing_bounds) const {
111 *trailing_bounds = gfx::Rect();
131 *trailing_bounds =
137 *trailing_bounds =
H A Dsingle_split_view.h78 gfx::Rect* trailing_bounds) const;

Completed in 157 milliseconds