Searched refs:current_score (Results 1 – 3 of 3) sorted by relevance
229 int current_score = ScoreResult(*logins_result[i]); in OnRequestDone() local244 (current_score > 0) && (!logins_result[i]->blacklisted_by_user)) { in OnRequestDone()248 if (current_score < best_score) { in OnRequestDone()252 if (current_score == best_score) { in OnRequestDone()254 } else if (current_score > best_score) { in OnRequestDone()255 best_score = current_score; in OnRequestDone()
482 ThumbnailScore current_score; in ShouldUpdateThumbnail() local483 if (top_sites->GetPageThumbnailScore(url, ¤t_score) && in ShouldUpdateThumbnail()484 !current_score.ShouldConsiderUpdating()) in ShouldUpdateThumbnail()
250 ThumbnailScore current_score; in SetPageThumbnail() local251 if (ThumbnailScoreForId(id, ¤t_score)) { in SetPageThumbnail()252 add_thumbnail = ShouldReplaceThumbnailWith(current_score, score); in SetPageThumbnail()