Home
last modified time | relevance | path

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

/external/chromium/base/
Dtime_win.cc237 DWORD (*tick_function)(void) = &timeGetTimeWrapper; variable
258 DWORD now = tick_function(); in Now()
377 TickFunctionType old = tick_function; in SetMockTickFunction()
378 tick_function = ticker; in SetMockTickFunction()