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

  /external/chromium_org/base/time/
time_mac.cc 126 const int64 Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds;
time_posix.cc 135 const int64 Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds;
365 kTimeTToMicrosecondsOffset);
380 int64 us = us_ - kTimeTToMicrosecondsOffset;
time.h 489 static const int64 kTimeTToMicrosecondsOffset;
time_win.cc 99 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000);

Completed in 74 milliseconds