Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:PrefixSet

222 // As compared to the bloom filter, PrefixSet should have these
253 // Generate a |PrefixSet| instance from the contents of
258 safe_browsing::PrefixSet* PrefixSetFromAddPrefixes(
261 // could be passed directly to |PrefixSet()|, removing the need for
273 scoped_ptr<safe_browsing::PrefixSet>
274 prefix_set(new safe_browsing::PrefixSet(prefixes));
570 prefix_set_.reset(new safe_browsing::PrefixSet(std::vector<SBPrefix>()));
630 // error in |PrefixSet::Exists()|. If the item is in the
1135 scoped_ptr<safe_browsing::PrefixSet>