OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAutoscrollSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/
view_constants.cc
9
const int
kAutoscrollSize
= 10;
view_constants.h
14
VIEWS_EXPORT extern const int
kAutoscrollSize
;
/external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.cc
36
bool scroll_down = (last_y_ >= client_rect.bottom - views::
kAutoscrollSize
);
42
scroll_up_ = (last_y_ <= top_margin_ + views::
kAutoscrollSize
);
Completed in 1321 milliseconds