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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
trace.h 38 static const int kTimestampLength;
  /external/chromium_org/third_party/webrtc/test/testsupport/
trace_to_stderr.cc 55 Trace::kTimestampLength);
  /external/chromium_org/net/cert/
ct_serialization.cc 22 const size_t kTimestampLength = 8;
294 WriteUint(kTimestampLength, time_since_epoch.InMilliseconds(), output);
355 !ReadUint(kTimestampLength, input, &timestamp) ||
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.cc 36 const int Trace::kTimestampLength = 12;

Completed in 1183 milliseconds