Searched defs:movementDelta (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformMouseEvent.h60 const IntPoint& movementDelta() const { return m_movementDelta; } function in class:WebCore::PlatformMouseEvent
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMouseRelatedEvent.cpp57 const IntPoint& movementDelta,
61 , m_movementDelta(movementDelta)
55 MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> abstractView, int detail, const IntPoint& screenLocation, const IntPoint& windowLocation, const IntPoint& movementDelta, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) argument

Completed in 62 milliseconds