ScrollByAmount    190 ui/views/controls/scrollbar/base_scroll_bar.cc     ScrollByAmount(amount);
ScrollByAmount    368 ui/views/controls/scrollbar/base_scroll_bar.cc       ScrollByAmount(SCROLL_START);
ScrollByAmount    371 ui/views/controls/scrollbar/base_scroll_bar.cc       ScrollByAmount(SCROLL_END);
ScrollByAmount    374 ui/views/controls/scrollbar/base_scroll_bar.cc       ScrollByAmount(SCROLL_PREV_PAGE);
ScrollByAmount    377 ui/views/controls/scrollbar/base_scroll_bar.cc       ScrollByAmount(SCROLL_NEXT_PAGE);
ScrollByAmount    380 ui/views/controls/scrollbar/base_scroll_bar.cc       ScrollByAmount(SCROLL_PREV_LINE);
ScrollByAmount    383 ui/views/controls/scrollbar/base_scroll_bar.cc       ScrollByAmount(SCROLL_NEXT_LINE);
ScrollByAmount    478 ui/views/controls/scrollbar/base_scroll_bar.cc     ScrollByAmount(last_scroll_amount_);
ScrollByAmount     50 ui/views/controls/scrollbar/base_scroll_bar.h   void ScrollByAmount(ScrollAmount amount);
ScrollByAmount    327 ui/views/controls/scrollbar/native_scroll_bar_views.cc     ScrollByAmount(SCROLL_PREV_LINE);
ScrollByAmount    329 ui/views/controls/scrollbar/native_scroll_bar_views.cc     ScrollByAmount(SCROLL_NEXT_LINE);
ScrollByAmount    134 ui/views/controls/scrollbar/scrollbar_unittest.cc   scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_NEXT_LINE);
ScrollByAmount    137 ui/views/controls/scrollbar/scrollbar_unittest.cc   scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_PREV_LINE);
ScrollByAmount    140 ui/views/controls/scrollbar/scrollbar_unittest.cc   scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_NEXT_PAGE);
ScrollByAmount    143 ui/views/controls/scrollbar/scrollbar_unittest.cc   scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_PREV_PAGE);