OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollByAmount
(Results
1 - 5
of
5
) 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
55
void BaseScrollBar::
ScrollByAmount
(ScrollAmount amount) {
189
ScrollByAmount
(amount);
358
ScrollByAmount
(SCROLL_START);
361
ScrollByAmount
(SCROLL_END);
364
ScrollByAmount
(SCROLL_PREV_PAGE);
367
ScrollByAmount
(SCROLL_NEXT_PAGE);
370
ScrollByAmount
(SCROLL_PREV_LINE);
373
ScrollByAmount
(SCROLL_NEXT_LINE);
466
ScrollByAmount
(last_scroll_amount_);
base_scroll_bar.h
50
void
ScrollByAmount
(ScrollAmount amount);
bitmap_scroll_bar.cc
303
ScrollByAmount
(SCROLL_PREV_LINE);
305
ScrollByAmount
(SCROLL_NEXT_LINE);
native_scroll_bar_views.cc
327
ScrollByAmount
(SCROLL_PREV_LINE);
329
ScrollByAmount
(SCROLL_NEXT_LINE);
Completed in 130 milliseconds