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 149 const int64 Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds;
379 kTimeTToMicrosecondsOffset);
394 int64 us = us_ - kTimeTToMicrosecondsOffset;
time.h 488 static const int64 kTimeTToMicrosecondsOffset;
time_win.cc 109 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000);

Completed in 98 milliseconds