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

  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 33 typedef std::vector<HashKey> HashKeys;
40 BloomFilter(char* data, int size, const HashKeys& keys);
104 HashKeys hash_keys_;
bloom_filter.cc 61 BloomFilter::BloomFilter(char* data, int size, const HashKeys& keys)
119 HashKeys hash_keys;

Completed in 23 milliseconds