Searched refs:Synthetic (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplayInputDispatchMethods.cpp58 controller.page().userInputBridge().handleKeyEvent(platformEvent(), InputSource::Synthetic); member in class:WebCore::InputSource
65 controller.page().userInputBridge().handleMouseMoveOnScrollbarEvent(platformEvent(), InputSource::Synthetic); member in class:WebCore::InputSource
67 controller.page().userInputBridge().handleMouseMoveEvent(platformEvent(), InputSource::Synthetic); member in class:WebCore::InputSource
72 controller.page().userInputBridge().handleMousePressEvent(platformEvent(), InputSource::Synthetic); member in class:WebCore::InputSource
77 controller.page().userInputBridge().handleMouseReleaseEvent(platformEvent(), InputSource::Synthetic); member in class:WebCore::InputSource
82 controller.page().userInputBridge().handleWheelEvent(platformEvent(), InputSource::Synthetic); member in class:WebCore::InputSource
87 controller.page().userInputBridge().logicalScrollRecursively(direction(), granularity(), InputSource::Synthetic); member in class:WebCore::InputSource
92 controller.page().userInputBridge().scrollRecursively(direction(), granularity(), InputSource::Synthetic); member in class:WebCore::InputSource
H A DUserInputBridge.h49 // Synthetic inputs come from within WebCore (i.e., from web replay or fake mouse moves).
52 Synthetic

Completed in 129 milliseconds