Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:template_url_model

30 #include "chrome/browser/search_engines/template_url_model.h"
502 TemplateURLModel* template_url_model = profile_->GetTemplateURLModel();
503 if (template_url_model && !keyword.empty()) {
505 template_url_model->GetTemplateURLForKeyword(keyword);
528 template_url_model->IncrementUsageCount(template_url);