Home
last modified time | relevance | path

Searched refs:SyntheticEventType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformMouseEvent.h39 enum SyntheticEventType { enum
66 …on, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized,… in PlatformMouseEvent()
77 …lickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized,… in PlatformMouseEvent()
96 SyntheticEventType syntheticEventType() const { return m_synthesized; } in syntheticEventType()
104 SyntheticEventType m_synthesized;
/external/chromium_org/third_party/WebKit/Source/core/events/
DMouseEvent.h64 …bool isSimulated = false, PlatformMouseEvent::SyntheticEventType = PlatformMouseEvent::RealOrIndis…
105 bool isSimulated, PlatformMouseEvent::SyntheticEventType);
116 PlatformMouseEvent::SyntheticEventType m_syntheticEventType;
DMouseEvent.cpp72 …<DataTransfer> dataTransfer, bool isSimulated, PlatformMouseEvent::SyntheticEventType syntheticEve… in create()
91 …<DataTransfer> dataTransfer, bool isSimulated, PlatformMouseEvent::SyntheticEventType syntheticEve… in MouseEvent()