Home
last modified time | relevance | path

Searched refs:vp_size (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/
Dscroll_view.cc513 void ScrollView::ComputeScrollBarsVisibility(const gfx::Size& vp_size, in ComputeScrollBarsVisibility() argument
519 if (content_size.width() <= vp_size.width() && in ComputeScrollBarsVisibility()
520 content_size.height() <= vp_size.height()) { in ComputeScrollBarsVisibility()
523 } else if (content_size.width() <= vp_size.width() - GetScrollBarWidth()) { in ComputeScrollBarsVisibility()
526 } else if (content_size.height() <= vp_size.height() - GetScrollBarHeight()) { in ComputeScrollBarsVisibility()