Home | History | Annotate | Download | only in views

Lines Matching refs:template_url

10 #include "chrome/browser/search_engines/template_url.h"
42 const TemplateURL* template_url,
45 EditSearchEngineDialog::Show(parent, template_url, delegate, profile);
51 const TemplateURL* template_url,
54 : controller_(new EditSearchEngineController(template_url,
62 const TemplateURL* template_url,
66 new EditSearchEngineDialog(template_url, delegate, profile);
81 return UTF16ToWide(l10n_util::GetStringUTF16(controller_->template_url() ?
126 if (controller_->template_url()) {
128 CreateTextfield(controller_->template_url()->short_name(), false);
129 keyword_tf_ = CreateTextfield(controller_->template_url()->keyword(), true);
131 CreateTextfield(GetDisplayURL(*controller_->template_url()), false);
134 url_tf_->SetReadOnly(controller_->template_url()->prepopulate_id() != 0);