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

  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseEvent.cpp 65 relatedTarget, nullptr, false, event.syntheticEventType());
72 PassRefPtrWillBeRawPtr<EventTarget> relatedTarget, PassRefPtrWillBeRawPtr<DataTransfer> dataTransfer, bool isSimulated, PlatformMouseEvent::SyntheticEventType syntheticEventType)
77 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, dataTransfer, isSimulated, syntheticEventType));
91 PassRefPtrWillBeRawPtr<DataTransfer> dataTransfer, bool isSimulated, PlatformMouseEvent::SyntheticEventType syntheticEventType)
100 , m_syntheticEventType(syntheticEventType)
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformMouseEvent.h 39 enum SyntheticEventType {
66 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp)
77 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized, double timestamp)
96 SyntheticEventType syntheticEventType() const { return m_synthesized; }
104 SyntheticEventType m_synthesized;

Completed in 39 milliseconds