OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollAmount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h
39
enum
ScrollAmount
{
49
// Scroll the contents by the specified type (see
ScrollAmount
above).
50
void ScrollByAmount(
ScrollAmount
amount);
167
ScrollAmount
last_scroll_amount_;
base_scroll_bar.cc
55
void BaseScrollBar::ScrollByAmount(
ScrollAmount
amount) {
155
ScrollAmount
amount = SCROLL_NONE;
Completed in 110 milliseconds