Searched refs:EventLoopInputDispatcher (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.cpp29 #include "EventLoopInputDispatcher.h"
47 EventLoopInputDispatcher::EventLoopInputDispatcher(Page& page, ReplayingInputCursor& cursor, EventLoopInputDispatcherClient* client) function in class:WebCore::EventLoopInputDispatcher
51 , m_timer(this, &EventLoopInputDispatcher::timerFired)
61 void EventLoopInputDispatcher::run()
70 void EventLoopInputDispatcher::pause()
81 void EventLoopInputDispatcher::timerFired(Timer<EventLoopInputDispatcher>*)
86 void EventLoopInputDispatcher::dispatchInputSoon()
127 void EventLoopInputDispatcher
[all...]
H A DEventLoopInputDispatcher.h59 class EventLoopInputDispatcher { class in namespace:WebCore
60 WTF_MAKE_NONCOPYABLE(EventLoopInputDispatcher);
62 EventLoopInputDispatcher(Page&, ReplayingInputCursor&, EventLoopInputDispatcherClient*);
75 void timerFired(Timer<EventLoopInputDispatcher>*);
80 Timer<EventLoopInputDispatcher> m_timer;
H A DReplayingInputCursor.h39 class EventLoopInputDispatcher;
53 EventLoopInputDispatcher& dispatcher() const { return *m_dispatcher; }
63 std::unique_ptr<EventLoopInputDispatcher> m_dispatcher;
H A DReplayingInputCursor.cpp33 #include "EventLoopInputDispatcher.h"
43 , m_dispatcher(std::make_unique<EventLoopInputDispatcher>(page, *this, client))
H A DReplayController.h33 #include "EventLoopInputDispatcher.h"
156 EventLoopInputDispatcher& dispatcher() const;
H A DReplayController.cpp441 EventLoopInputDispatcher& ReplayController::dispatcher() const

Completed in 142 milliseconds