Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:MATCH

63         // We have a match, might be a partial match.
66 AutocompleteMatch match(this, 0, false,
68 match.fill_into_edit = UTF8ToUTF16(url);
69 match.destination_url = GURL(url);
70 match.inline_autocomplete_offset = string16::npos;
71 match.contents = UTF8ToUTF16(name);
72 HighlightMatch(input, &match.contents_class, name_iter, name);
73 match.description = UTF8ToUTF16(url);
74 HighlightMatch(input, &match.description_class, url_iter, url);
75 match.relevance = CalculateRelevance(input.type(),
80 matches_.push_back(match);
130 ACMatchClassification(pos, ACMatchClassification::MATCH));
151 // reach 200 because the 100% match is taken care of above).