Searched refs:SyntheticEventType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformMouseEvent.h | 39 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/ |
D | MouseEvent.h | 64 …bool isSimulated = false, PlatformMouseEvent::SyntheticEventType = PlatformMouseEvent::RealOrIndis… 105 bool isSimulated, PlatformMouseEvent::SyntheticEventType); 116 PlatformMouseEvent::SyntheticEventType m_syntheticEventType;
|
D | MouseEvent.cpp | 72 …<DataTransfer> dataTransfer, bool isSimulated, PlatformMouseEvent::SyntheticEventType syntheticEve… in create() 91 …<DataTransfer> dataTransfer, bool isSimulated, PlatformMouseEvent::SyntheticEventType syntheticEve… in MouseEvent()
|