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

  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.cc 19 const char NativeScrollBar::kViewClassName[] = "NativeScrollBar";
22 // NativeScrollBar, public:
23 NativeScrollBar::NativeScrollBar(bool is_horizontal)
28 NativeScrollBar::~NativeScrollBar() {
32 int NativeScrollBar::GetHorizontalScrollBarHeight(
38 int NativeScrollBar::GetVerticalScrollBarWidth(
44 // NativeScrollBar, View overrides
    [all...]
native_scroll_bar_wrapper.h 16 class NativeScrollBar;
36 static NativeScrollBarWrapper* CreateWrapper(NativeScrollBar* button);
native_scroll_bar.h 23 // The NativeScrollBar class is a scrollbar that uses platform's
25 class VIEWS_EXPORT NativeScrollBar : public ScrollBar {
31 explicit NativeScrollBar(bool is_horiz);
32 virtual ~NativeScrollBar();
66 DISALLOW_COPY_AND_ASSIGN(NativeScrollBar);
native_scroll_bar_views.h 22 class NativeScrollBar;
32 explicit NativeScrollBarViews(NativeScrollBar* native_scroll_bar);
64 // The NativeScrollBar we are bound to.
65 NativeScrollBar* native_scroll_bar_;
scrollbar_unittest.cc 58 native_scrollbar_ = new NativeScrollBar(true);
87 NativeScrollBar* native_scrollbar_;
native_scroll_bar_views.cc 232 NativeScrollBarViews::NativeScrollBarViews(NativeScrollBar* scroll_bar)
376 NativeScrollBar* scroll_bar) {
  /external/chromium_org/ui/views/controls/
scroll_view.cc 128 horiz_sb_(new NativeScrollBar(true)),
129 vert_sb_(new NativeScrollBar(false)),
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 861 views::NativeScrollBar::GetVerticalScrollBarWidth(theme)));

Completed in 78 milliseconds