Searched defs:SetBoundsRect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/
H A Dview.cc332 SetBoundsRect(gfx::Rect(x, y, std::max(0, width), std::max(0, height)));
335 void View::SetBoundsRect(const gfx::Rect& bounds) { function in class:views::View

Completed in 214 milliseconds