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

  /external/chromium_org/components/domain_reliability/
context.h 58 static const size_t kMaxQueuedBeacons;
context.cc 119 const size_t DomainReliabilityContext::kMaxQueuedBeacons = 150;
165 if (beacon_count_ > kMaxQueuedBeacons) {

Completed in 268 milliseconds