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

  /external/webkit/Source/WebCore/platform/win/
WheelEventWin.cpp 37 #define SPI_GETWHEELSCROLLCHARS 0x006C
55 if (!scrollChars && !SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0))
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp 38 static const unsigned short SPI_GETWHEELSCROLLCHARS = 0x006C;
59 if (!scrollChars && !::SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0))
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 428 SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0);

Completed in 452 milliseconds