Searched refs:SegmentedInputStorage (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DSegmentedInputStorage.h39 class SegmentedInputStorage { class in namespace:WebCore
40 WTF_MAKE_NONCOPYABLE(SegmentedInputStorage);
43 SegmentedInputStorage();
44 ~SegmentedInputStorage();
H A DCapturingInputCursor.h39 class SegmentedInputStorage;
44 static PassRefPtr<CapturingInputCursor> create(SegmentedInputStorage&);
59 explicit CapturingInputCursor(SegmentedInputStorage&);
61 SegmentedInputStorage& m_storage;
H A DSegmentedInputStorage.cpp29 #include "SegmentedInputStorage.h"
76 SegmentedInputStorage::SegmentedInputStorage() function in class:WebCore::SegmentedInputStorage
83 SegmentedInputStorage::~SegmentedInputStorage()
89 NondeterministicInputBase* SegmentedInputStorage::load(InputQueue inputQueue, size_t offset)
101 void SegmentedInputStorage::store(std::unique_ptr<NondeterministicInputBase> input)
111 size_t SegmentedInputStorage::queueSize(InputQueue inputQueue) const
116 const SegmentedInputStorage::QueuedInputs& SegmentedInputStorage
[all...]
H A DReplayingInputCursor.h42 class SegmentedInputStorage;
47 static PassRefPtr<ReplayingInputCursor> create(SegmentedInputStorage&, Page&, EventLoopInputDispatcherClient*);
60 ReplayingInputCursor(SegmentedInputStorage&, Page&, EventLoopInputDispatcherClient*);
62 SegmentedInputStorage& m_storage;
H A DCapturingInputCursor.cpp34 #include "SegmentedInputStorage.h"
38 CapturingInputCursor::CapturingInputCursor(SegmentedInputStorage& storage)
50 PassRefPtr<CapturingInputCursor> CapturingInputCursor::create(SegmentedInputStorage& storage)
H A DReplaySessionSegment.h43 class SegmentedInputStorage;
59 std::unique_ptr<SegmentedInputStorage> m_storage;
H A DFunctorInputCursor.h33 #include "SegmentedInputStorage.h"
45 static PassRefPtr<FunctorInputCursor> create(SegmentedInputStorage& storage)
62 FunctorInputCursor(SegmentedInputStorage&);
64 SegmentedInputStorage& m_storage;
76 inline FunctorInputCursor::FunctorInputCursor(SegmentedInputStorage& storage)
H A DReplayingInputCursor.cpp34 #include "SegmentedInputStorage.h"
41 ReplayingInputCursor::ReplayingInputCursor(SegmentedInputStorage& storage, Page& page, EventLoopInputDispatcherClient* client)
53 PassRefPtr<ReplayingInputCursor> ReplayingInputCursor::create(SegmentedInputStorage& storage, Page& page, EventLoopInputDispatcherClient* client)
H A DReplaySessionSegment.cpp36 #include "SegmentedInputStorage.h"
49 : m_storage(std::make_unique<SegmentedInputStorage>())

Completed in 120 milliseconds