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

  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_wrapper.h 39 static int GetVerticalScrollBarWidth(const ui::NativeTheme* theme);
native_scroll_bar.cc 38 int NativeScrollBar::GetVerticalScrollBarWidth(
40 return NativeScrollBarWrapper::GetVerticalScrollBarWidth(theme);
103 GetVerticalScrollBarWidth(GetNativeTheme());
native_scroll_bar.h 36 static int GetVerticalScrollBarWidth(const ui::NativeTheme* theme);
native_scroll_bar_views.cc 299 return gfx::Size(GetVerticalScrollBarWidth(theme), 0);
403 int NativeScrollBarWrapper::GetVerticalScrollBarWidth(
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 861 views::NativeScrollBar::GetVerticalScrollBarWidth(theme)));

Completed in 711 milliseconds