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

  /external/chromium_org/chrome/utility/media_galleries/
picasa_album_table_reader.cc 23 static_cast<int64>(variant_time * base::Time::kMicrosecondsPerDay));
  /external/chromium_org/v8/src/base/platform/
time.h 169 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
170 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
time.cc 30 return TimeDelta(days * Time::kMicrosecondsPerDay);
60 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay);
  /external/chromium_org/base/time/
time.h 220 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
221 static const int64 kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
501 return TimeDelta(days * Time::kMicrosecondsPerDay);