Home | History | Annotate | Download | only in instant

Lines Matching defs:template_url

19 #include "chrome/browser/search_engines/template_url.h"
152 const TemplateURL* template_url = NULL;
160 if (!ShouldShowPreviewFor(match, &template_url)) {
173 TemplateURLID template_url_id = template_url ? template_url->id() : 0;
178 UpdateLoader(template_url, match.destination_url, match.transition,
595 void InstantController::UpdateLoader(const TemplateURL* template_url,
604 TemplateURLID template_url_id = template_url ? template_url->id() : 0;
609 if (new_loader->Update(tab_contents_, template_url, url, transition_type,
622 const TemplateURL** template_url) {
634 *template_url = t_url;
640 if (match.template_url && match.template_url->IsExtensionKeyword())
677 const TemplateURL* template_url = match.template_url;
682 template_url = model ? model->GetDefaultSearchProvider() : NULL;
684 return template_url;