Searched refs:ScrollByAmount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dscrollbar_unittest.cc134 scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_NEXT_LINE);
137 scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_PREV_LINE);
140 scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_NEXT_PAGE);
143 scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_PREV_PAGE);
H A Dbase_scroll_bar.cc56 void BaseScrollBar::ScrollByAmount(ScrollAmount amount) { function in class:views::BaseScrollBar
190 ScrollByAmount(amount);
371 ScrollByAmount(SCROLL_START);
374 ScrollByAmount(SCROLL_END);
377 ScrollByAmount(SCROLL_PREV_PAGE);
380 ScrollByAmount(SCROLL_NEXT_PAGE);
383 ScrollByAmount(SCROLL_PREV_LINE);
386 ScrollByAmount(SCROLL_NEXT_LINE);
481 ScrollByAmount(last_scroll_amount_);
H A Dbase_scroll_bar.h50 void ScrollByAmount(ScrollAmount amount);
H A Dnative_scroll_bar_views.cc327 ScrollByAmount(SCROLL_PREV_LINE);
329 ScrollByAmount(SCROLL_NEXT_LINE);

Completed in 416 milliseconds