HomeSort by relevance Sort by last modified time
    Searched defs:provider_map_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.h 95 scoped_ptr<SearchHostToURLsMap> provider_map_; member in class:SearchProviderInstallData
search_host_to_urls_map_unittest.cc 29 scoped_ptr<SearchHostToURLsMap> provider_map_; member in class:SearchHostToURLsMapTest
46 provider_map_.reset(new SearchHostToURLsMap);
48 provider_map_->Init(template_urls, search_terms_data);
56 provider_map_->Add(&new_t_url, search_terms_data);
58 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host));
62 provider_map_->Remove(&t_urls_[0]);
64 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_);
67 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
85 provider_map_->Update(&t_urls_[0], new_values, search_terms_data);
87 ASSERT_EQ(&t_urls_[0], provider_map_->GetTemplateURLForHost(new_host))
    [all...]
template_url_model.h 383 SearchHostToURLsMap provider_map_; member in class:TemplateURLModel
  /external/chromium_org/chrome/browser/search_engines/
search_host_to_urls_map_unittest.cc 22 scoped_ptr<SearchHostToURLsMap> provider_map_; member in class:SearchHostToURLsMapTest
41 provider_map_.reset(new SearchHostToURLsMap);
43 provider_map_->Init(template_urls, search_terms_data);
52 provider_map_->Add(&new_t_url, search_terms_data);
54 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host));
59 provider_map_->Remove(t_urls_[0].get(), search_terms_data);
61 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_);
64 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
76 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_);
82 provider_map_->GetTemplateURLForHost("a" + host_)
    [all...]
search_provider_install_data.h 96 scoped_ptr<SearchHostToURLsMap> provider_map_; member in class:SearchProviderInstallData
template_url_service.h 655 scoped_ptr<SearchHostToURLsMap> provider_map_; member in class:TemplateURLService
    [all...]

Completed in 80 milliseconds