Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:typed_count

51   if (!a.url_info.typed_count() != !b.url_info.typed_count())
52 return a.url_info.typed_count() > b.url_info.typed_count();
60 if (a.url_info.typed_count() != b.url_info.typed_count())
61 return a.url_info.typed_count() > b.url_info.typed_count();
65 if (a.url_info.typed_count() == 1) {
392 if (!info.typed_count()) {
418 // them again. Even though we don't increment the typed_count for pasted-in
421 if (!match.url_info.typed_count() ||
422 ((match.url_info.typed_count() == 1) &&
524 const int min_typed_count = match.url_info.typed_count() ? 1 : 0;
534 promote = match.url_info.typed_count() <= 1;