Home | History | Annotate | Download | only in main

Lines Matching defs:match_

158         match_(match) {
159 set_id(match_.destination_url.spec());
164 set_relevance(match_.relevance / 1500.0);
176 browser_context_, base::string16(), match_.destination_url);
182 AutocompleteMatch::TypeToIcon(match_.type)));
186 set_title(match_.contents);
188 ACMatchClassificationsToTags(match_.contents,
189 match_.contents_class,
193 set_details(match_.description);
195 ACMatchClassificationsToTags(match_.description,
196 match_.description_class,
202 AutocompleteMatch match_;