Searched refs:ScrollButton (Results 1 – 1 of 1) sorted by relevance
73 class ScrollButton : public views::TextButton { class80 explicit ScrollButton(views::ButtonListener* listener, Type type);89 DISALLOW_COPY_AND_ASSIGN(ScrollButton);92 ScrollButton::ScrollButton(views::ButtonListener* listener, in ScrollButton() function in __anonb809cc4d0111::ScrollButton98 void ScrollButton::OnPaint(gfx::Canvas* canvas) { in OnPaint()137 scroll_up_button_ = new ScrollButton(this, ScrollButton::UP); in SideTabStrip()139 scroll_down_button_ = new ScrollButton(this, ScrollButton::DOWN); in SideTabStrip()