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

/external/chromium/base/
H A Dtime_win.cc237 DWORD (*tick_function)(void) = &timeGetTimeWrapper; member in namespace:__anon867
256 // We should hold the lock while calling tick_function to make sure that
258 DWORD now = tick_function();
377 TickFunctionType old = tick_function;
378 tick_function = ticker;

Completed in 11 milliseconds