HomeSort by relevance Sort by last modified time
    Searched full:scrollbarpixelsperline (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryWin.cpp 468 static const float scrollbarPixelsPerLine = 100.0f / 3.0f;
476 scrollDelta *= static_cast<float>(scrollChars) * scrollbarPixelsPerLine;
483 scrollDelta *= static_cast<float>(scrollLines) * scrollbarPixelsPerLine;

Completed in 24 milliseconds