Home | History | Annotate | Download | only in options

Lines Matching defs:template_url

12 #include "chrome/browser/search_engines/template_url.h"
147 const TemplateURL* template_url = list_controller_->GetTemplateURL(index);
150 dict->SetString("name", template_url->short_name());
155 dict->SetString("url", template_url->url()->DisplayURL());
156 dict->SetBoolean("urlLocked", template_url->prepopulate_id() > 0);
157 GURL icon_url = template_url->GetFaviconURL();
162 if (list_controller_->CanRemove(template_url))
164 if (list_controller_->CanMakeDefault(template_url))
215 const TemplateURL* template_url,
219 if (template_url) {
220 list_controller_->ModifyTemplateURL(template_url, title, keyword, url);