HomeSort by relevance Sort by last modified time
    Searched refs:horizontalScrollChars (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/win/
WheelEventWin.cpp 52 static int horizontalScrollChars()
123 m_deltaX = delta * static_cast<float>(horizontalScrollChars()) * cScrollbarPixelsPerLine;
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp 56 static int horizontalScrollChars()
428 deltaX = delta * static_cast<float>(horizontalScrollChars()) * cScrollbarPixelsPerLine;

Completed in 59 milliseconds