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

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 67 int raw_score() const { return raw_score_; }
143 int raw_score_; member in class:history::ScoredHistoryMatch
scored_history_match.cc 44 : raw_score_(0),
60 raw_score_(0),
157 raw_score_ = GetFinalRelevancyScore(topicality_score, frequency_score);
158 raw_score_ =
159 (raw_score_ <= kint32max) ? static_cast<int>(raw_score_) : kint32max;
202 raw_score_ = std::max(raw_score_, hup_like_score);
208 raw_score_ = std::min(max_assigned_score_for_non_inlineable_matches_,
209 raw_score_);
    [all...]

Completed in 4985 milliseconds