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

  /external/chromium/chrome/browser/safe_browsing/
prefix_set.h 61 class PrefixSet {
63 explicit PrefixSet(const std::vector<SBPrefix>& sorted_prefixes);
64 ~PrefixSet();
70 static PrefixSet* LoadFile(const FilePath& filter_name);
105 PrefixSet(std::vector<std::pair<SBPrefix,size_t> > *index,
124 DISALLOW_COPY_AND_ASSIGN(PrefixSet);
prefix_set.cc 42 PrefixSet::PrefixSet(const std::vector<SBPrefix>& sorted_prefixes) {
99 PrefixSet::PrefixSet(std::vector<std::pair<SBPrefix,size_t> > *index,
106 PrefixSet::~PrefixSet() {}
108 bool PrefixSet::Exists(SBPrefix prefix) const {
141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const {
158 PrefixSet* PrefixSet::LoadFile(const FilePath& filter_name)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.h 62 class PrefixSet {
64 explicit PrefixSet(const std::vector<SBPrefix>& sorted_prefixes);
65 ~PrefixSet();
71 static PrefixSet* LoadFile(const base::FilePath& filter_name);
86 PrefixSet(std::vector<std::pair<SBPrefix,size_t> > *index,
100 DISALLOW_COPY_AND_ASSIGN(PrefixSet);
prefix_set.cc 42 PrefixSet::PrefixSet(const std::vector<SBPrefix>& sorted_prefixes) {
94 PrefixSet::PrefixSet(std::vector<std::pair<SBPrefix,size_t> > *index,
101 PrefixSet::~PrefixSet() {}
103 bool PrefixSet::Exists(SBPrefix prefix) const {
136 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const {
155 PrefixSet* PrefixSet::LoadFile(const base::FilePath& filter_name)
    [all...]

Completed in 948 milliseconds