HomeSort by relevance Sort by last modified time
    Searched full:new_t_url (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map_unittest.cc 53 TemplateURL new_t_url; local
54 new_t_url.SetURL("http://" + new_host + "/", 0, 0);
56 provider_map_->Add(&new_t_url, search_terms_data);
58 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host));
97 TemplateURL new_t_url; local
98 new_t_url.SetURL("{google:baseURL}?q={searchTerms}", 0, 0);
99 provider_map_->Add(&new_t_url, search_terms_data);
100 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(google_base_url));
106 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(

Completed in 225 milliseconds