Home
last modified time | relevance | path

Searched refs:provider_map_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/search_engines/
Dsearch_host_to_urls_map_unittest.cc29 scoped_ptr<SearchHostToURLsMap> provider_map_; member in SearchHostToURLsMapTest
46 provider_map_.reset(new SearchHostToURLsMap); in SetUp()
48 provider_map_->Init(template_urls, search_terms_data); in SetUp()
56 provider_map_->Add(&new_t_url, search_terms_data); in TEST_F()
58 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host)); in TEST_F()
62 provider_map_->Remove(&t_urls_[0]); in TEST_F()
64 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_); in TEST_F()
67 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_); in TEST_F()
85 provider_map_->Update(&t_urls_[0], new_values, search_terms_data); in TEST_F()
87 ASSERT_EQ(&t_urls_[0], provider_map_->GetTemplateURLForHost(new_host)); in TEST_F()
[all …]
Dsearch_provider_install_data.cc189 if (provider_map_.get()) { in CallWhenLoaded()
208 DCHECK(provider_map_.get()); in GetInstallState()
215 const TemplateURLSet* urls = provider_map_->GetURLsForHost( in GetInstallState()
264 provider_map_.reset(new SearchHostToURLsMap()); in OnWebDataServiceRequestDone()
265 provider_map_->Init(template_urls_.get(), search_terms_data); in OnWebDataServiceRequestDone()
291 provider_map_.reset(new SearchHostToURLsMap()); in OnLoadFailed()
293 provider_map_->Init(template_urls_.get(), search_terms_data); in OnLoadFailed()
305 provider_map_.reset(); in NotifyLoaded()
Dtemplate_url_model.cc286 return provider_map_.GetTemplateURLForHost(host); in GetTemplateURLForHost()
688 provider_map_.Remove(template_url); in RemoveFromMaps()
710 provider_map_.Add(template_url, search_terms_data); in AddToMaps()
743 provider_map_.Init(template_urls_, search_terms_data); in ChangeToLoadedState()
892 const TemplateURLSet* urls = provider_map_.GetURLsForHost(host); in CanReplaceKeywordForHost()
927 provider_map_.Update(existing_turl, new_values, search_terms_data); in UpdateNoNotify()
952 provider_map_.GetURLsForHost(row.url().host()); in UpdateKeywordSearchTermsForURL()
1080 provider_map_.UpdateGoogleBaseURLs(search_terms_data); in GoogleBaseURLChanged()
Dsearch_provider_install_data.h95 scoped_ptr<SearchHostToURLsMap> provider_map_; variable
Dtemplate_url_model.h383 SearchHostToURLsMap provider_map_; variable