Home | History | Annotate | Download | only in search_engines

Lines Matching defs:template_url

15 #include "chrome/browser/search_engines/template_url.h"
150 // It is ok if |template_url| is NULL.
152 const TemplateURL* template_url,
155 return template_url && requested_origin ==
157 template_url,
223 const TemplateURL* template_url = *i;
224 if (IsSameOrigin(requested_origin, template_url, search_terms_data))
270 void SearchProviderInstallData::SetDefault(const TemplateURL* template_url) {
273 if (!template_url) {
280 template_url, search_terms_data));