Lines Matching refs:EventRecorder
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()
165 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { in RecordWndProc()
203 LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam, in PlaybackWndProc()