HomeSort by relevance Sort by last modified time
    Searched full:scrollbar_width (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 114 int scrollbar_width = gfx::scrollbar_size(); local
115 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
117 bounding_box.set_x(bounding_box.x() + scrollbar_width);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 238 int scrollbar_width = gfx::scrollbar_size(); local
239 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
241 bounding_box.set_x(bounding_box.x() + scrollbar_width);

Completed in 91 milliseconds