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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc243 int scrollbar_width = gfx::scrollbar_size(); local
244 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
246 bounding_box.set_x(bounding_box.x() + scrollbar_width);

Completed in 72 milliseconds