OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
35
int NativeScrollBar::
GetHorizontalScrollBarHeight
(
37
return NativeScrollBarWrapper::
GetHorizontalScrollBarHeight
(theme);
106
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 315 milliseconds