Searched refs:tick_function (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dtime_win.cc251 DWORD (*tick_function)(void) = &timeGetTimeWrapper; member in namespace:__anon1648
274 // We should hold the lock while calling tick_function to make sure that
276 DWORD now = tick_function();
389 TickFunctionType old = tick_function;
390 tick_function = ticker;

Completed in 51 milliseconds