Home
last modified time | relevance | path

Searched refs:pageLocation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.h70 const IntPoint& screenLocation, const IntPoint& pageLocation, in create() argument
74 screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey)); in create()
97 …PassRefPtrWillBeRawPtr<AbstractView>, const IntPoint& screenLocation, const IntPoint& pageLocation,
DWheelEvent.cpp62 …efPtrWillBeRawPtr<AbstractView> view, const IntPoint& screenLocation, const IntPoint& pageLocation, in WheelEvent() argument
65 pageLocation.x(), pageLocation.y(), 0, 0, ctrlKey, altKey, shiftKey, metaKey, 0, nullptr, in WheelEvent()