Searched refs:scrollbarPixelsPerLine (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp423 static const float scrollbarPixelsPerLine = 100.0f / 3.0f; local
431 scrollDelta *= static_cast<float>(scrollChars) * scrollbarPixelsPerLine;
438 scrollDelta *= static_cast<float>(scrollLines) * scrollbarPixelsPerLine;

Completed in 26 milliseconds