Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:MATCH

91     // None of our results are applicable for best match.
212 AutocompleteMatch match(this, score, true, MatchInTitle(result) ?
214 match.contents = StringForURLDisplay(result.url(), true, trim_http_);
215 match.fill_into_edit =
217 match.contents);
218 match.destination_url = result.url();
219 match.contents_class.push_back(
221 match.description = result.title();
222 match.starred =
226 ClassifyDescription(result, &match);
227 return match;
232 AutocompleteMatch* match) const {
241 match->description_class.push_back(
244 match->description_class.push_back(
245 ACMatchClassification(i->first, ACMatchClassification::MATCH));
250 match->description_class.push_back(
283 const bookmark_utils::TitleMatch& match) {
284 history::URLResult url_result(match.node->GetURL(), match.match_positions);
285 url_result.set_title(match.node->GetTitle());