Searched defs:CaptureToEventList (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/threading/
H A Dthread_unittest.cc77 class CaptureToEventList : public Thread { class in namespace:__anon11038
82 explicit CaptureToEventList(EventList* event_list) function in class:__anon11038::CaptureToEventList
87 ~CaptureToEventList() override { Stop(); }
96 DISALLOW_COPY_AND_ASSIGN(CaptureToEventList);
453 CaptureToEventList t(&captured_events);

Completed in 121 milliseconds