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

  /external/chromium_org/base/time/
time_win_unittest.cc 36 static TickFunctionType old_tick_function_;
40 MockTimeTicks::TickFunctionType MockTimeTicks::old_tick_function_;
time_win.cc 462 TimeTicks::TickFunctionType TimeTicks::SetMockTickFunction(
463 TickFunctionType ticker) {
465 TickFunctionType old = tick_function;
time.h 736 typedef DWORD (*TickFunctionType)(void);
737 static TickFunctionType SetMockTickFunction(TickFunctionType ticker);

Completed in 124 milliseconds