OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollbarpixelsperline
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp
423
static const float
scrollbarPixelsPerLine
= 100.0f / 3.0f;
431
scrollDelta *= static_cast<float>(scrollChars) *
scrollbarPixelsPerLine
;
438
scrollDelta *= static_cast<float>(scrollLines) *
scrollbarPixelsPerLine
;
Completed in 30 milliseconds