Home
last modified time | relevance | path

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

/external/chromium_org/net/cert/
Dct_serialization.cc22 const size_t kTimestampLength = 8; variable
294 WriteUint(kTimestampLength, time_since_epoch.InMilliseconds(), output); in WriteTimeSinceEpoch()
355 !ReadUint(kTimestampLength, input, &timestamp) || in DecodeSignedCertificateTimestamp()
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dtrace.h38 static const int kTimestampLength; variable
/external/chromium_org/third_party/webrtc/test/testsupport/
Dtrace_to_stderr.cc55 Trace::kTimestampLength); in Print()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dtrace_impl.cc36 const int Trace::kTimestampLength = 12; member in webrtc::Trace