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

  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 229 int current_score = ScoreResult(*logins_result[i]); local
244 (current_score > 0) && (!logins_result[i]->blacklisted_by_user)) {
248 if (current_score < best_score) {
252 if (current_score == best_score) {
254 } else if (current_score > best_score) {
255 best_score = current_score;
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 482 ThumbnailScore current_score;
483 if (top_sites->GetPageThumbnailScore(url, &current_score) &&
484 !current_score.ShouldConsiderUpdating())
  /external/chromium/chrome/browser/history/
thumbnail_database.cc 250 ThumbnailScore current_score; local
251 if (ThumbnailScoreForId(id, &current_score)) {
252 add_thumbnail = ShouldReplaceThumbnailWith(current_score, score);

Completed in 156 milliseconds