Home
last modified time | relevance | path

Searched refs:kUnixEpochMs (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/base/
Dnet_log_logger.cc247 const int64 kUnixEpochMs = 11644473600000LL; in GetConstants() local
248 int64 tick_to_unix_time_ms = tick_to_time_ms - kUnixEpochMs; in GetConstants()