Searched refs:GetPrefixes (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.h75 void GetPrefixes(std::vector<SBPrefix>* prefixes) const;
H A Dprefix_set_unittest.cc50 prefix_set->GetPrefixes(&prefixes_copy);
175 // Check that |GetPrefixes()| returns the same set of prefixes as
178 prefix_set.GetPrefixes(&prefixes_copy);
201 // Check that |GetPrefixes()| returns the same set of prefixes as
204 prefix_set.GetPrefixes(&prefixes_copy);
226 // Check that |GetPrefixes()| returns the same set of prefixes as
229 prefix_set.GetPrefixes(&prefixes_copy);
283 // Check that |GetPrefixes()| returns the same set of prefixes as
286 prefix_set.GetPrefixes(&prefixes_copy);
H A Dprefix_set.cc141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const { function in class:safe_browsing::PrefixSet
H A Dsafe_browsing_database.cc277 prefix_set->GetPrefixes(&restored);
300 // it could explain why GetPrefixes() seemed broken.
622 // |GetPrefixes()| returns the same prefixes as were passed to
627 prefix_set_->GetPrefixes(&restored);
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.h150 prefixes_(GetPrefixes()),
184 static history::Prefixes GetPrefixes();
H A Dhistory_url_provider.cc124 prefixes_(GetPrefixes()),
441 history::Prefixes HistoryURLProvider::GetPrefixes() { function in class:HistoryURLProvider

Completed in 135 milliseconds