HomeSort by relevance Sort by last modified time
    Searched full:scrollbar_width (Results 1 - 1 of 1) 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);

Completed in 98 milliseconds