OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollmargin
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.cpp
108
static const int
scrollMargin
= 30;
114
bounds.setY(bounds.y() +
scrollMargin
);
115
bounds.setHeight(bounds.height() -
scrollMargin
* 2);
116
bounds.setX(bounds.x() +
scrollMargin
);
117
bounds.setWidth(bounds.width() -
scrollMargin
* 2);
Completed in 397 milliseconds