Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:MATCH

37       AutocompleteMatch match(this, kRelevance, false,
39 match.fill_into_edit = *i;
40 match.destination_url = GURL(*i);
41 match.contents = match.fill_into_edit;
42 match.contents_class.push_back(ACMatchClassification(0,
43 ACMatchClassification::MATCH | ACMatchClassification::URL));
44 if (match.contents.length() > input.text().length()) {
45 match.contents_class.push_back(
49 matches_.push_back(match);