Searched refs:DispatchSpeed (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.h44 enum class DispatchSpeed { class in namespace:WebCore
67 void setDispatchSpeed(DispatchSpeed speed) { m_speed = speed; }
68 DispatchSpeed dispatchSpeed() const { return m_speed; }
89 DispatchSpeed m_speed;
H A DReplayController.h125 void replayToPosition(const ReplayPosition&, DispatchSpeed = DispatchSpeed::FastForward);
126 void replayToCompletion(DispatchSpeed speed = DispatchSpeed::FastForward) argument
186 DispatchSpeed m_dispatchSpeed;
H A DEventLoopInputDispatcher.cpp55 , m_speed(DispatchSpeed::FastForward)
99 if (m_speed == DispatchSpeed::RealTime) {
132 if (m_speed == DispatchSpeed::RealTime) {
H A DReplayController.cpp100 , m_dispatchSpeed(DispatchSpeed::FastForward)
326 void ReplayController::replayToPosition(const ReplayPosition& position, DispatchSpeed speed)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorReplayAgent.cpp342 m_page.replayController().replayToPosition(position, (fastReplay) ? DispatchSpeed::FastForward : DispatchSpeed::RealTime);
352 m_page.replayController().replayToCompletion((fastReplay) ? DispatchSpeed::FastForward : DispatchSpeed::RealTime);

Completed in 179 milliseconds