Home | History | Annotate | Download | only in search

Lines Matching defs:match_

75         match_(match) {
76 if (match_.search_terms_args) {
77 match_.search_terms_args->from_app_list = true;
79 *match_.search_terms_args, &match_);
81 set_id(match_.destination_url.spec());
86 set_relevance(match_.relevance / 1500.0);
96 match_.destination_url,
97 match_.transition);
106 new OmniboxResult(profile_, autocomplete_controller_, match_)).Pass();
118 bookmark_model && bookmark_model->IsBookmarked(match_.destination_url);
120 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type);
126 set_title(match_.contents);
128 ACMatchClassificationsToTags(match_.contents,
129 match_.contents_class,
133 set_details(match_.description);
135 ACMatchClassificationsToTags(match_.description,
136 match_.description_class,
143 AutocompleteMatch match_;