HomeSort by relevance Sort by last modified time
    Searched refs:tick_function (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
time_win.cc 251 DWORD (*tick_function)(void) = &timeGetTimeWrapper; member in namespace:__anon4221
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;
  /external/chromium_org/base/time/
time_win.cc 293 DWORD (*tick_function)(void) = &timeGetTimeWrapper; member in namespace:__anon6464
316 // We should hold the lock while calling tick_function to make sure that
318 DWORD now = tick_function();
464 TickFunctionType old = tick_function;
465 tick_function = ticker;

Completed in 28 milliseconds