Home | History | Annotate | Download | only in gtk

Lines Matching refs:template_url

14 #include "chrome/browser/search_engines/template_url.h"
71 const TemplateURL* template_url,
74 : controller_(new EditSearchEngineController(template_url, delegate,
83 controller_->template_url() ?
96 controller_->template_url() ?
144 if (controller_->template_url()) {
147 UTF16ToUTF8(controller_->template_url()->short_name()).c_str());
150 UTF16ToUTF8(controller_->template_url()->keyword()).c_str());
153 GetDisplayURL(*controller_->template_url()).c_str());
157 controller_->template_url()->prepopulate_id() == 0);
159 if (controller_->template_url()->prepopulate_id() != 0) {
162 controller_->template_url()->prepopulate_id() == 0);