OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 282 milliseconds