Home
last modified time | relevance | path

Searched refs:SPI_GETWHEELSCROLLCHARS (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp37 #define SPI_GETWHEELSCROLLCHARS 0x006C macro
55 if (!scrollChars && !SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0)) in horizontalScrollChars()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp38 static const unsigned short SPI_GETWHEELSCROLLCHARS = 0x006C; variable
59 if (!scrollChars && !::SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0)) in horizontalScrollChars()
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp428 SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0); in mouseWheelEvent()