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

  /external/chromium_org/ui/views/controls/
scroll_view.cc 181 int ScrollView::GetScrollBarWidth() const {
232 content_width = std::max(content_width - GetScrollBarWidth(), 0);
266 int vert_sb_width = GetScrollBarWidth();
523 } else if (content_size.width() <= vp_size.width() - GetScrollBarWidth()) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 959 FX_FLOAT CPWL_ScrollBar::GetScrollBarWidth() const
    [all...]

Completed in 319 milliseconds