Searched defs:Synthetic (Results 1 - 1 of 1) 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

Completed in 55 milliseconds