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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimator.cpp 104 if (e.granularity() == ScrollByPageWheelEvent) {
115 if (e.granularity() == ScrollByPageWheelEvent) {
PlatformWheelEvent.h 40 // The ScrollByPageWheelEvent indicates that the wheel event should scroll an entire page. In this case WebCore's built in paging behavior is used to page
43 ScrollByPageWheelEvent,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
WheelEvent.cpp 115 return event.granularity() == ScrollByPageWheelEvent ? WheelEvent::DOM_DELTA_PAGE : WheelEvent::DOM_DELTA_PIXEL;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 126 ScrollByPageWheelEvent : ScrollByPixelWheelEvent;

Completed in 116 milliseconds