Home
last modified time | relevance | path

Searched refs:screenLocation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.h69 const IntPoint& screenLocation, const IntPoint& pageLocation, in create() argument
73screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey, directionInvertedFromDevice)); in create()
104 … unsigned, PassRefPtr<AbstractView>, const IntPoint& screenLocation, const IntPoint& pageLocation,
DMouseRelatedEvent.h39 const IntPoint& screenLocation() const { return m_screenLocation; } in screenLocation() function
64 … int detail, const IntPoint& screenLocation, const IntPoint& windowLocation,
DWheelEvent.cpp65 PassRefPtr<AbstractView> view, const IntPoint& screenLocation, const IntPoint& pageLocation, in WheelEvent() argument
68 true, true, view, 0, screenLocation.x(), screenLocation.y(), in WheelEvent()
DMouseRelatedEvent.cpp56 … int detail, const IntPoint& screenLocation, const IntPoint& windowLocation, in MouseRelatedEvent() argument
60 , m_screenLocation(screenLocation) in MouseRelatedEvent()
DMouseEvent.cpp231 m_screenLocation = mouseEvent->screenLocation(); in SimulatedMouseEvent()