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

  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 291 int scrollByPage;
299 , scrollByPage(false)
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 357 result.scrollByPage = true;
361 result.scrollByPage = true;
436 result.scrollByPage = true;
437 if (!result.scrollByPage)
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 97 m_granularity = e.scrollByPage ?
320 scrollByPage = event.granularity() == WheelEvent::Page;
WebScrollbarImpl.cpp 205 if (mousewheel.scrollByPage) {

Completed in 22 milliseconds