Searched refs:kWeightingForOldConnectsExpectedValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dreferrer.cc21 // kWeightingForOldConnectsExpectedValue), with the new expected value Enew.
37 static const double kWeightingForOldConnectsExpectedValue = 0.66; member in namespace:chrome_browser_net
171 DCHECK_GE(kWeightingForOldConnectsExpectedValue, 0);
172 DCHECK_LE(kWeightingForOldConnectsExpectedValue, 1.0);
174 subresource_use_rate_ += 1 - kWeightingForOldConnectsExpectedValue;
178 subresource_use_rate_ *= kWeightingForOldConnectsExpectedValue;

Completed in 31 milliseconds