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

  /external/chromium_org/ui/views/controls/scrollbar/
scrollbar_unittest.cc 134 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);
base_scroll_bar.cc 56 void BaseScrollBar::ScrollByAmount(ScrollAmount amount) {
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_);
base_scroll_bar.h 50 void ScrollByAmount(ScrollAmount amount);
native_scroll_bar_views.cc 327 ScrollByAmount(SCROLL_PREV_LINE);
329 ScrollByAmount(SCROLL_NEXT_LINE);

Completed in 970 milliseconds