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

  /external/chromium/base/
time_win.cc 82 int64 initial_time = 0; member in namespace:__anon4217
87 initial_time = CurrentWallclockMicroseconds();
105 if (initial_time == 0)
112 // To make this work, we initialize the clock (initial_time) and the
130 return Time(elapsed + Time(initial_time));
138 return Time(initial_time);
  /external/chromium_org/base/time/
time_win.cc 82 int64 initial_time = 0; member in namespace:__anon6398
87 initial_time = CurrentWallclockMicroseconds();
106 if (initial_time == 0)
113 // To make this work, we initialize the clock (initial_time) and the
131 return Time(elapsed + Time(initial_time));
139 return Time(initial_time);

Completed in 458 milliseconds