Searched refs:EventLoopInputDispatcherClient (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.h49 class EventLoopInputDispatcherClient { class in namespace:WebCore
51 EventLoopInputDispatcherClient() { } function in class:WebCore::EventLoopInputDispatcherClient
52 virtual ~EventLoopInputDispatcherClient() { }
62 EventLoopInputDispatcher(Page&, ReplayingInputCursor&, EventLoopInputDispatcherClient*);
78 EventLoopInputDispatcherClient* m_client;
H A DReplaySessionSegment.h39 class EventLoopInputDispatcherClient;
54 PassRefPtr<ReplayingInputCursor> createReplayingCursor(Page&, EventLoopInputDispatcherClient*);
H A DReplayingInputCursor.h40 class EventLoopInputDispatcherClient;
47 static PassRefPtr<ReplayingInputCursor> create(SegmentedInputStorage&, Page&, EventLoopInputDispatcherClient*);
60 ReplayingInputCursor(SegmentedInputStorage&, Page&, EventLoopInputDispatcherClient*);
H A DReplayingInputCursor.cpp41 ReplayingInputCursor::ReplayingInputCursor(SegmentedInputStorage& storage, Page& page, EventLoopInputDispatcherClient* client)
53 PassRefPtr<ReplayingInputCursor> ReplayingInputCursor::create(SegmentedInputStorage& storage, Page& page, EventLoopInputDispatcherClient* client)
H A DReplaySessionSegment.cpp67 PassRefPtr<ReplayingInputCursor> ReplaySessionSegment::createReplayingCursor(Page& page, EventLoopInputDispatcherClient* client)
H A DEventLoopInputDispatcher.cpp47 EventLoopInputDispatcher::EventLoopInputDispatcher(Page& page, ReplayingInputCursor& cursor, EventLoopInputDispatcherClient* client)
H A DReplayController.h112 class ReplayController final : public EventLoopInputDispatcherClient {
145 // EventLoopInputDispatcherClient API

Completed in 179 milliseconds