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

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 78 // Examines the first kMaxVisitsToScore and return a score (higher is
127 static const size_t kMaxVisitsToScore;
scored_history_match.cc 29 const size_t ScoredHistoryMatch::kMaxVisitsToScore = 10u;
456 // most kMaxVisitsToScore visits, where each visit is weighted using
458 // kMaxVisitsToScore as the denominator for the average regardless of
460 // fewer visits than kMaxVisitsToScore.
461 const int total_sampled_visits = std::min(visits.size(), kMaxVisitsToScore);
url_index_private_data.cc 125 DCHECK_GE(kMaxVisitsToStoreInCache, ScoredHistoryMatch::kMaxVisitsToScore);
740 DCHECK_GE(kMaxVisitsToStoreInCache, ScoredHistoryMatch::kMaxVisitsToScore);
    [all...]

Completed in 1494 milliseconds