Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:matches_requested

63                                      MatchesRequested matches_requested)
70 matches_requested_(matches_requested) {
837 AutocompleteInput::MatchesRequested matches_requested) {
840 input_.matches_requested();
842 prefer_keyword, allow_exact_keyword_match, matches_requested);
854 (input_.matches_requested() == old_matches_requested);
864 if (matches_requested != AutocompleteInput::ALL_MATCHES)
867 if (matches_requested == AutocompleteInput::ALL_MATCHES && text.size() < 6) {