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

  /external/chromium_org/v8/src/base/platform/
time.h 164 static const int64_t kMicrosecondsPerMillisecond = 1000;
165 static const int64_t kMicrosecondsPerSecond = kMicrosecondsPerMillisecond *
  /external/chromium_org/base/time/
time.h 215 static const int64 kMicrosecondsPerMillisecond = 1000;
216 static const int64 kMicrosecondsPerSecond = kMicrosecondsPerMillisecond *
533 return TimeDelta(ms * Time::kMicrosecondsPerMillisecond);
549 return TimeDelta(ms * Time::kMicrosecondsPerMillisecond);
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 63 milliseconds