Home
last modified time | relevance | path

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

/external/chromium/base/
Dtime_win.cc251 DWORD (*tick_function)(void) = &timeGetTimeWrapper; variable
276 DWORD now = tick_function(); in RolloverProtectedNow()
389 TickFunctionType old = tick_function; in SetMockTickFunction()
390 tick_function = ticker; in SetMockTickFunction()