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

  /external/chromium/chrome/browser/safe_browsing/
prefix_set.h 75 void GetPrefixes(std::vector<SBPrefix>* prefixes) const;
prefix_set_unittest.cc 50 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);
prefix_set.cc 141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const {
safe_browsing_database.cc 277 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);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 150 prefixes_(GetPrefixes()),
184 static history::Prefixes GetPrefixes();
history_url_provider.cc 124 prefixes_(GetPrefixes()),
441 history::Prefixes HistoryURLProvider::GetPrefixes() {
    [all...]

Completed in 652 milliseconds