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

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h 79 bool IsHostLearningEnabled() const;
resource_prefetch_common.cc 220 return IsURLLearningEnabled() || IsHostLearningEnabled();
231 bool ResourcePrefetchPredictorConfig::IsHostLearningEnabled() const {
resource_prefetch_predictor.cc 304 DCHECK(config_.IsHostLearningEnabled());
577 config_.IsHostPrefetchingEnabled() : config_.IsHostLearningEnabled();
827 if (config_.IsHostLearningEnabled()) {
    [all...]

Completed in 34 milliseconds