Searched refs:NativeScrollBarViews (Results 1 – 3 of 3) sorted by relevance
230 const char NativeScrollBarViews::kViewClassName[] = "NativeScrollBarViews";232 NativeScrollBarViews::NativeScrollBarViews(NativeScrollBar* scroll_bar) in NativeScrollBarViews() function in views::NativeScrollBarViews259 NativeScrollBarViews::~NativeScrollBarViews() { in ~NativeScrollBarViews()265 void NativeScrollBarViews::Layout() { in Layout()280 void NativeScrollBarViews::OnPaint(gfx::Canvas* canvas) { in OnPaint()295 gfx::Size NativeScrollBarViews::GetPreferredSize() { in GetPreferredSize()302 const char* NativeScrollBarViews::GetClassName() const { in GetClassName()306 int NativeScrollBarViews::GetLayoutSize() const { in GetLayoutSize()311 void NativeScrollBarViews::ScrollToPosition(int position) { in ScrollToPosition()315 int NativeScrollBarViews::GetScrollIncrement(bool is_page, bool is_positive) { in GetScrollIncrement()[all …]
25 class VIEWS_EXPORT NativeScrollBarViews : public BaseScrollBar,32 explicit NativeScrollBarViews(NativeScrollBar* native_scroll_bar);33 virtual ~NativeScrollBarViews();75 DISALLOW_COPY_AND_ASSIGN(NativeScrollBarViews);
71 static_cast<NativeScrollBarViews*>(native_scrollbar_->native_wrapper_); in SetUp()