Searched refs:EventRecorder (Results 1 – 4 of 4) sorted by relevance
24 EventRecorder* EventRecorder::current_ = NULL;28 CHECK(EventRecorder::current()); in StaticRecordWndProc()29 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam); in StaticRecordWndProc()34 CHECK(EventRecorder::current()); in StaticPlaybackWndProc()35 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam); in StaticPlaybackWndProc()38 EventRecorder::~EventRecorder() { in ~EventRecorder()45 bool EventRecorder::StartRecording(const FilePath& filename) { in StartRecording()75 void EventRecorder::StopRecording() { in StopRecording()96 bool EventRecorder::StartPlayback(const FilePath& filename) { in StartPlayback()144 void EventRecorder::StopPlayback() { in StopPlayback()[all …]
12 EventRecorder* EventRecorder::current_; // Our singleton.14 bool EventRecorder::StartRecording(const FilePath& filename) { in StartRecording()18 void EventRecorder::StopRecording() { in StopRecording()21 bool EventRecorder::StartPlayback(const FilePath& filename) { in StartPlayback()25 void EventRecorder::StopPlayback() { in StopPlayback()
31 class EventRecorder {35 static EventRecorder* current() { in current()37 current_ = new EventRecorder(); in current()73 explicit EventRecorder() in EventRecorder() function83 ~EventRecorder();85 static EventRecorder* current_; // Our singleton.97 DISALLOW_EVIL_CONSTRUCTORS(EventRecorder);
731 struct EventRecorder { struct733 EventRecorder() : num_records_(0), record_threshold_(10000) {} in EventRecorder() function735 ~EventRecorder() { in ~EventRecorder() argument792 friend ostream& operator<<(ostream& os, const EventRecorder& er) { argument959 mutable EventRecorder event_recorder_; argument