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

  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.cc 106 ThumbnailScore current_score;
107 if (local_ptr->GetPageThumbnailScore(url, &current_score) &&
108 !current_score.ShouldConsiderUpdating())
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.cc 328 int current_score = ScoreResult(*logins_result[i]); local
343 (current_score > 0) && (!logins_result[i]->blacklisted_by_user)) {
357 if (current_score < best_score) {
361 if (current_score == best_score) {
363 } else if (current_score > best_score) {
364 best_score = current_score;

Completed in 56 milliseconds