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

  /external/chromium_org/chrome/browser/net/
probe_message.h 55 static const uint32 kMaxPacingIntervalMicros;
probe_message.cc 17 const uint32 ProbeMessage::kMaxPacingIntervalMicros = 300000000;
78 DCHECK_LE(pacing_interval_micros, kMaxPacingIntervalMicros);

Completed in 127 milliseconds