Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:match

209   // Any exact match is going to be the highest quality match, and thus at the
235 // ensure it is less than the main match's relevance.
316 AutocompleteMatch* match) {
329 match->contents.assign(
333 match->contents_class.push_back(
337 match->destination_url = GURL(element->url()->url());
338 match->contents.assign(element->short_name());
339 AutocompleteMatch::ClassifyLocationInString(0, match->contents.length(),
340 match->contents.length(), ACMatchClassification::NONE,
341 &match->contents_class);
349 match->destination_url = GURL(element->url()->ReplaceSearchTerms(
353 match->contents.assign(l10n_util::GetStringFUTF16(message_id,
359 remaining_input.length(), match->contents.length(),
360 ACMatchClassification::NONE, &match->contents_class);
419 // more highly than a "what you typed" match from one of the other providers,
506 AutocompleteMatch* match = &extension_suggest_matches_.back();
507 match->contents.assign(suggestion.description);
508 match->contents_class = suggestion.description_styles;
509 match->description.clear();
510 match->description_class.clear();