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

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 77 case SCROLL_NEXT_PAGE:
178 amount = SCROLL_NEXT_PAGE;
380 ScrollByAmount(SCROLL_NEXT_PAGE);
461 last_scroll_amount_ = SCROLL_NEXT_PAGE;
467 last_scroll_amount_ = SCROLL_NEXT_PAGE;
base_scroll_bar.h 46 SCROLL_NEXT_PAGE,
scrollbar_unittest.cc 140 scrollbar_->ScrollByAmount(BaseScrollBar::SCROLL_NEXT_PAGE);

Completed in 220 milliseconds