Lines Matching full:eventrecorder
36 class BASE_API EventRecorder {
38 // Get the singleton EventRecorder.
40 static EventRecorder* current() {
42 current_ = new EventRecorder();
54 // Is the EventRecorder currently recording.
64 // Is the EventRecorder currently playing.
68 // C-style callbacks for the EventRecorder.
75 // Create a new EventRecorder. Events are saved to the file filename.
78 explicit EventRecorder()
91 ~EventRecorder();
93 static EventRecorder* current_; // Our singleton.
105 DISALLOW_COPY_AND_ASSIGN(EventRecorder);