Lines Matching refs:match
139 const AutocompleteMatch& match,
148 const GURL& url = match.destination_url;
151 last_transition_type_ = match.transition;
160 if (!ShouldShowPreviewFor(match, &template_url)) {
177 if (ShouldUpdateNow(template_url_id, match.destination_url)) {
178 UpdateLoader(template_url, match.destination_url, match.transition,
181 ScheduleUpdate(match.destination_url);
621 bool InstantController::ShouldShowPreviewFor(const AutocompleteMatch& match,
623 const TemplateURL* t_url = GetTemplateURL(match);
636 if (match.destination_url.SchemeIs(chrome::kJavaScriptScheme))
640 if (match.template_url && match.template_url->IsExtensionKeyword())
644 if (host_blacklist_ && host_blacklist_->count(match.destination_url.host()))
676 const AutocompleteMatch& match) {
677 const TemplateURL* template_url = match.template_url;
678 if (match.type == AutocompleteMatch::SEARCH_WHAT_YOU_TYPED ||
679 match.type == AutocompleteMatch::SEARCH_HISTORY ||
680 match.type == AutocompleteMatch::SEARCH_SUGGEST) {