Searched defs:SetBoundsRect (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 82 milliseconds