Searched refs:pageLocation (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | WheelEvent.h | 70 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,
|
D | WheelEvent.cpp | 62 …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()
|