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

  /external/chromium/base/synchronization/
condition_variable_posix.cc 52 Time::kNanosecondsPerMicrosecond;
  /external/chromium/base/
time_posix.cc 26 microseconds * Time::kNanosecondsPerMicrosecond};
179 (static_cast<int64>(ts.tv_nsec) / Time::kNanosecondsPerMicrosecond);
time_mac.cc 124 absolute_micro = mach_absolute_time() / Time::kNanosecondsPerMicrosecond *
time.h 192 static const int64 kNanosecondsPerMicrosecond = 1000;
193 static const int64 kNanosecondsPerSecond = kNanosecondsPerMicrosecond *

Completed in 28 milliseconds