HomeSort by relevance Sort by last modified time
    Searched refs:GetHorizontalScrollBarHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_wrapper.h 40 static int GetHorizontalScrollBarHeight(const ui::NativeTheme* theme);
native_scroll_bar.cc 32 int NativeScrollBar::GetHorizontalScrollBarHeight(
34 return NativeScrollBarWrapper::GetHorizontalScrollBarHeight(theme);
102 GetHorizontalScrollBarHeight(GetNativeTheme()) :
native_scroll_bar.h 35 static int GetHorizontalScrollBarHeight(const ui::NativeTheme* theme);
native_scroll_bar_views.cc 298 return gfx::Size(0, GetHorizontalScrollBarHeight(theme));
381 int NativeScrollBarWrapper::GetHorizontalScrollBarHeight(

Completed in 58 milliseconds