Home
last modified time | relevance | path

Searched refs:scrollByPage (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp357 result.scrollByPage = true; in mouseWheelEvent()
361 result.scrollByPage = true; in mouseWheelEvent()
436 result.scrollByPage = true; in mouseWheelEvent()
437 if (!result.scrollByPage) in mouseWheelEvent()
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h291 int scrollByPage; variable
299 , scrollByPage(false) in WebMouseEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp97 m_granularity = e.scrollByPage ? in PlatformWheelEventBuilder()
320 scrollByPage = event.granularity() == WheelEvent::Page; in WebMouseWheelEventBuilder()
DWebScrollbarImpl.cpp205 if (mousewheel.scrollByPage) { in onMouseWheel()