HomeSort by relevance Sort by last modified time
    Searched refs: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 261 int scrollbar_width = gfx::scrollbar_size(); local
262 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
264 bounding_box.set_x(bounding_box.x() + scrollbar_width);

Completed in 112 milliseconds