Home | History | Annotate | Download | only in search_engines

Lines Matching refs:template_url_service_

81               model_->template_url_service_->search_terms_data())) {
120 template_url_service_(template_url_service),
123 template_url_service_->Load();
124 template_url_service_->AddObserver(this);
129 template_url_service_->RemoveObserver(this);
139 template_url_service_->GetTemplateURLs();
189 return (template_url_service_->GetDefaultSearchProvider() == url) ?
246 template_url_service_->RemoveObserver(this);
253 template_url_service_->Remove(template_url);
254 template_url_service_->AddObserver(this);
263 template_url_service_->RemoveObserver(this);
269 template_url_service_->Add(turl);
271 template_url_service_->AddObserver(this);
283 DCHECK(template_url_service_->GetDefaultSearchProvider() != template_url ||
285 template_url_service_->search_terms_data()));
286 template_url_service_->RemoveObserver(this);
287 template_url_service_->ResetTemplateURL(template_url, title, keyword, url);
288 template_url_service_->AddObserver(this);
333 template_url_service_->GetDefaultSearchProvider();
337 template_url_service_->RemoveObserver(this);
338 template_url_service_->SetUserSelectedDefaultSearchProvider(keyword);
339 template_url_service_->AddObserver(this);