OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyntheticEventType
(Results
1 - 3
of
3
) sorted by null
/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;
/external/chromium_org/third_party/WebKit/Source/core/events/
MouseEvent.h
64
bool isSimulated = false, PlatformMouseEvent::
SyntheticEventType
= PlatformMouseEvent::RealOrIndistinguishable);
105
bool isSimulated, PlatformMouseEvent::
SyntheticEventType
);
116
PlatformMouseEvent::
SyntheticEventType
m_syntheticEventType;
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
)
Completed in 42 milliseconds