Home
last modified time | relevance | path

Searched defs:did_run (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/timer/
Dtimer_unittest.cc33 explicit OneShotTimerTester(bool* did_run, unsigned milliseconds = 10) in OneShotTimerTester()
65 explicit OneShotSelfDeletingTimerTester(bool* did_run) in OneShotSelfDeletingTimerTester()
86 explicit RepeatingTimerTester(bool* did_run, const TimeDelta& delay) in RepeatingTimerTester()
112 bool did_run = false; in RunTest_OneShotTimer() local
147 bool did_run = false; in RunTest_OneShotSelfDeletingTimer() local
160 bool did_run = false; in RunTest_RepeatingTimer() local
213 bool did_run = false; in RunTest_DelayTimer_NoCall() local
229 bool did_run = false; in RunTest_DelayTimer_OneCall() local
268 bool did_run = false; in RunTest_DelayTimer_Reset() local
330 bool did_run = false; in TEST() local
[all …]
/external/webrtc/webrtc/base/
Dtaskrunner.cc69 int did_run = true; in InternalRunTasks() local
/external/libchrome/base/threading/
Dplatform_thread_unittest.cc33 bool did_run() const { return did_run_; } in did_run() function in base::__anonbb291b730111::TrivialThread
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc948 void EndTest(bool* did_run, HWND hwnd) { in EndTest()
977 bool did_run = false; in TestWndProcThunk() local