Home
last modified time | relevance | path

Searched refs:CaptureToEventList (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dthread_unittest.cc79 class CaptureToEventList : public Thread { class
84 explicit CaptureToEventList(EventList* event_list) in CaptureToEventList() function in __anon93e217af0111::CaptureToEventList
89 ~CaptureToEventList() override { Stop(); } in ~CaptureToEventList()
98 DISALLOW_COPY_AND_ASSIGN(CaptureToEventList);
457 CaptureToEventList t(&captured_events); in TEST_F()