Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dtime_helper.h21 MOJO_MESSAGE_PUMP_EXPORT void SetTickClockForTest(base::TickClock* clock);
Dtime_helper.cc20 void SetTickClockForTest(base::TickClock* clock) { in SetTickClockForTest() function
Dhandle_watcher_unittest.cc133 test::SetTickClockForTest(NULL); in ~HandleWatcherTest()
144 test::SetTickClockForTest(&tick_clock_); in InstallTickClock()