Searched refs:GetHorizontalScrollBarHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_wrapper.h40 static int GetHorizontalScrollBarHeight(const ui::NativeTheme* theme);
H A Dnative_scroll_bar.cc32 int NativeScrollBar::GetHorizontalScrollBarHeight( function in class:views::NativeScrollBar
34 return NativeScrollBarWrapper::GetHorizontalScrollBarHeight(theme);
102 GetHorizontalScrollBarHeight(GetNativeTheme()) :
H A Dnative_scroll_bar.h35 static int GetHorizontalScrollBarHeight(const ui::NativeTheme* theme);
H A Dnative_scroll_bar_views.cc298 return gfx::Size(0, GetHorizontalScrollBarHeight(theme));
381 int NativeScrollBarWrapper::GetHorizontalScrollBarHeight( function in class:views::NativeScrollBarWrapper

Completed in 540 milliseconds