Home | History | Annotate | Download | only in search_engines

Lines Matching defs:urls

61   const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
62 ASSERT_TRUE(urls != NULL);
65 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) {
84 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
85 ASSERT_TRUE(urls != NULL);
89 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) {
104 const SearchHostToURLsMap::TemplateURLSet* urls =
106 ASSERT_TRUE(urls == NULL);