Home | History | Annotate | Download | only in search_engines

Lines Matching refs:TemplateURLSet

42 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
1587 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host);
1590 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) {
1725 const TemplateURLSet* urls_for_host =
1730 for (TemplateURLSet::const_iterator i = urls_for_host->begin();