Searched refs:EventRecorder (Results 1 – 12 of 12) sorted by relevance
23 EventRecorder* EventRecorder::current_ = NULL;27 CHECK(EventRecorder::current()); in StaticRecordWndProc()28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam); in StaticRecordWndProc()33 CHECK(EventRecorder::current()); in StaticPlaybackWndProc()34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam); in StaticPlaybackWndProc()37 EventRecorder::~EventRecorder() { in ~EventRecorder()44 bool EventRecorder::StartRecording(const FilePath& filename) { in StartRecording()74 void EventRecorder::StopRecording() { in StopRecording()95 bool EventRecorder::StartPlayback(const FilePath& filename) { in StartPlayback()143 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()
36 class BASE_API EventRecorder {40 static EventRecorder* current() { in current()42 current_ = new EventRecorder(); in current()78 explicit EventRecorder() in EventRecorder() function91 ~EventRecorder();93 static EventRecorder* current_; // Our singleton.105 DISALLOW_COPY_AND_ASSIGN(EventRecorder);
72 EventRecorder recorder = new EventRecorder(); in testEventOrderingIsPredictable()87 public class EventRecorder { class in ReentrantEventsTest
723 struct EventRecorder { struct725 EventRecorder() : num_records_(0), record_threshold_(10000) {} in EventRecorder() function727 ~EventRecorder() { in ~EventRecorder() argument784 friend ostream& operator<<(ostream& os, const EventRecorder& er) { argument951 mutable EventRecorder event_recorder_; argument
19 public class EventRecorder extends BaseObject { class
41 public EventRecorder eventRecorder;
140 EventRecorder recorder = sSystemRegistry.eventRecorder; in die()
233 EventRecorder eventRecorder = new EventRecorder(); in bootstrap()
470 EventRecorder recorder = sSystemRegistry.eventRecorder; in stateDead()
1259 lifetime.setIncrementEventCounter(EventRecorder.COUNTER_ROBOTS_DESTROYED);4393 life.setIncrementEventCounter(EventRecorder.COUNTER_PEARLS_COLLECTED);4407 EventRecorder recorder = sSystemRegistry.eventRecorder;4408 recorder.incrementEventCounter(EventRecorder.COUNTER_PEARLS_TOTAL);
735 base::EventRecorder::current()->StartRecording(script_path); in Launch()737 base::EventRecorder::current()->StartPlayback(script_path); in Launch()