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

  /external/chromium/base/
time_win_unittest.cc 36 static TickFunctionType old_tick_function_;
40 MockTimeTicks::TickFunctionType MockTimeTicks::old_tick_function_;
time_win.cc 387 TimeTicks::TickFunctionType TimeTicks::SetMockTickFunction(
388 TickFunctionType ticker) {
389 TickFunctionType old = tick_function;
time.h 549 typedef DWORD (*TickFunctionType)(void);
550 static TickFunctionType SetMockTickFunction(TickFunctionType ticker);
  /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 439 TimeTicks::TickFunctionType TimeTicks::SetMockTickFunction(
440 TickFunctionType ticker) {
442 TickFunctionType old = tick_function;
time.h 656 typedef DWORD (*TickFunctionType)(void);
657 static TickFunctionType SetMockTickFunction(TickFunctionType ticker);

Completed in 74 milliseconds