Searched refs:GetVerticalScrollBarWidth (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_wrapper.h39 static int GetVerticalScrollBarWidth(const ui::NativeTheme* theme);
H A Dnative_scroll_bar.cc38 int NativeScrollBar::GetVerticalScrollBarWidth( function in class:views::NativeScrollBar
40 return NativeScrollBarWrapper::GetVerticalScrollBarWidth(theme);
103 GetVerticalScrollBarWidth(GetNativeTheme());
H A Dnative_scroll_bar.h36 static int GetVerticalScrollBarWidth(const ui::NativeTheme* theme);
H A Dnative_scroll_bar_views.cc299 return gfx::Size(GetVerticalScrollBarWidth(theme), 0);
403 int NativeScrollBarWrapper::GetVerticalScrollBarWidth( function in class:views::NativeScrollBarWrapper
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc861 views::NativeScrollBar::GetVerticalScrollBarWidth(theme)));

Completed in 301 milliseconds