Home | History | Annotate | Download | only in search_engines

Lines Matching defs:template_url_

64   scoped_ptr<TemplateURL> template_url_;
113 if (!template_url_.get())
126 template_url_.reset(new TemplateURL());
140 template_url_.get()) ||
141 !template_url_->url() || !template_url_->url()->SupportsReplacement()) {
156 DCHECK(template_url_.get());
162 GURL keyword_url(template_url_->url()->url());
172 !model->CanReplaceKeyword(keyword_, GURL(template_url_->url()->url()),
195 GURL(template_url_->url()->url()),
226 template_url_->set_keyword(keyword_);
227 template_url_->set_originating_url(osdd_url_);
230 if (!template_url_->GetFaviconURL().is_valid())
231 template_url_->SetFaviconURL(favicon_url_);
236 template_url_->set_safe_for_autoreplace(true);
237 model->Add(template_url_.release());
247 callbacks_->ConfirmAddSearchProvider(template_url_.release(),
252 callbacks_->ConfirmSetDefaultSearchProvider(template_url_.release(),