HomeSort by relevance Sort by last modified time
    Searched defs:current_score (Results 1 - 4 of 4) 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/history/
thumbnail_database.cc 250 ThumbnailScore current_score; local
251 if (ThumbnailScoreForId(id, &current_score)) {
252 add_thumbnail = ShouldReplaceThumbnailWith(current_score, score);
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager.cc 276 int current_score = ScoreResult(*logins_result[i]); local
291 (current_score > 0) && (!logins_result[i]->blacklisted_by_user)) {
295 if (current_score < best_score) {
299 if (current_score == best_score) {
301 } else if (current_score > best_score) {
302 best_score = current_score;
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 604 ThumbnailScore current_score; local
605 if (ThumbnailScoreForId(id, &current_score)) {
606 add_thumbnail = ShouldReplaceThumbnailWith(current_score, score);
    [all...]

Completed in 236 milliseconds