Searched defs:BaseScrollBar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.h23 // BaseScrollBar
26 class VIEWS_EXPORT BaseScrollBar : public ScrollBar, class in namespace:views
31 BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb);
32 virtual ~BaseScrollBar();
187 DISALLOW_COPY_AND_ASSIGN(BaseScrollBar);
H A Dbase_scroll_bar.cc37 // BaseScrollBar, public:
39 BaseScrollBar::BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb) function in class:views::BaseScrollBar
47 repeater_(base::Bind(&BaseScrollBar::TrackClicked,
56 void BaseScrollBar::ScrollByAmount(ScrollAmount amount) {
88 BaseScrollBar::~BaseScrollBar() {
91 void BaseScrollBar::ScrollToThumbPosition(int thumb_position,
104 bool BaseScrollBar::ScrollByContentsOffset(int contents_offset) {
119 void BaseScrollBar
[all...]

Completed in 446 milliseconds