Home | History | Annotate | Download | only in options

Lines Matching refs:template_url_model_

39     : template_url_model_(NULL), startup_custom_pages_table_model_(NULL) {
48 if (template_url_model_)
49 template_url_model_->RemoveObserver(this);
253 if (!template_url_model_ || !template_url_model_->loaded())
257 template_url_model_->GetDefaultSearchProvider();
262 template_url_model_->GetTemplateURLs();
289 template_url_model_->GetTemplateURLs();
292 template_url_model_->SetDefaultSearchProvider(model_urls[selected_index]);
298 template_url_model_ = web_ui_->GetProfile()->GetTemplateURLModel();
299 if (template_url_model_) {
300 template_url_model_->Load();
301 template_url_model_->AddObserver(this);