Home | History | Annotate | Download | only in search_engines

Lines Matching defs:host_

31   std::string host_;
38 host_ = "www.unittest.com";
39 t_urls_[0].SetURL("http://" + host_ + "/path1", 0, 0);
40 t_urls_[1].SetURL("http://" + host_ + "/path2", 0, 0);
64 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_);
67 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
88 ASSERT_EQ(&t_urls_[1], provider_map_->GetTemplateURLForHost(host_));
111 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_);
117 "a" + host_);
122 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
143 const TemplateURLSet* urls = provider_map_->GetURLsForHost("a" + host_);