Home | History | Annotate | Download | only in location_bar

Lines Matching refs:template_url_model_

121       template_url_model_(NULL) {
134 if (template_url_model_)
135 template_url_model_->RemoveObserver(this);
1069 template_url_model_ = profile_->GetTemplateURLModel();
1070 template_url_model_->AddObserver(this);
1071 template_url_model_->Load();
1183 template_url_model_->RemoveObserver(this);
1184 template_url_model_ = NULL;