HomeSort by relevance Sort by last modified time
    Searched full:candidate_score (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/history/
select_favicon_frames.cc 85 float candidate_score = 0; local
103 if (candidate_index == -1 || score > candidate_score) {
105 candidate_score = score;
108 *score = candidate_score;

Completed in 36 milliseconds