Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:query_string

750 void SearchProvider::AddMatchToMap(const string16& query_string,
762 match.contents.assign(query_string);
766 if (input_text != query_string) {
789 if (next_fragment_position < query_string.length()) {
815 match.fill_into_edit.append(query_string);
826 query_string,
834 // Try to add |match| to |map|. If a match for |query_string| is already in
839 l10n_util::ToLower(query_string), match));