Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/
Dscroll_view.cc515 bool* horiz_is_shown, in ComputeScrollBarsVisibility() argument
521 *horiz_is_shown = false; in ComputeScrollBarsVisibility()
524 *horiz_is_shown = false; in ComputeScrollBarsVisibility()
527 *horiz_is_shown = true; in ComputeScrollBarsVisibility()
530 *horiz_is_shown = true; in ComputeScrollBarsVisibility()
535 *horiz_is_shown = false; in ComputeScrollBarsVisibility()
Dscroll_view.h112 bool* horiz_is_shown,