HomeSort by relevance Sort by last modified time
    Searched refs:SBPrefix (Results 26 - 46 of 46) sorted by null

12

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 86 std::vector<SBPrefix> prefix_hits;
271 typedef base::hash_map<SBPrefix, GetHashRequestors> GetHashRequests;
352 void CacheHashResults(const std::vector<SBPrefix>& prefixes,
safe_browsing_store_unittest_helper.cc 47 std::set<SBPrefix> prefix_misses;
92 std::set<SBPrefix> prefix_misses;
165 std::set<SBPrefix> prefix_misses;
269 std::set<SBPrefix> prefix_misses;
339 std::set<SBPrefix> prefix_misses;
safe_browsing_database_unittest.cc 27 SBPrefix Sha256Prefix(const std::string& str) {
28 SBPrefix prefix;
43 const SBPrefix& host_prefix,
44 const SBPrefix& url_prefix) {
120 const SBPrefix& host_prefix,
121 const SBPrefix& url_prefix) {
497 std::vector<SBPrefix> prefix_hits;
779 std::vector<SBPrefix> prefix_hits;
839 std::vector<SBPrefix> prefixes;
851 std::vector<SBPrefix> prefixes
    [all...]
bloom_filter.cc 71 void BloomFilter::Insert(SBPrefix hash) {
79 bool BloomFilter::Exists(SBPrefix hash) const {
safe_browsing_store.cc 135 const std::set<SBPrefix>& prefix_misses) {
150 std::set<SBPrefix> false_misses(prefix_misses.begin(), prefix_misses.end());
safe_browsing_store_file.cc 282 bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
343 SBPrefix prefix) {
476 const std::set<SBPrefix>& prefix_misses,
673 const std::set<SBPrefix>& prefix_misses,
safe_browsing_store_file_unittest.cc 101 std::set<SBPrefix> prefix_misses;
safe_browsing_service.cc 280 std::vector<SBPrefix> prefix_hits;
396 std::vector<SBPrefix> prefixes = check->prefix_hits;
715 SBPrefix prefix = check->prefix_hits[0];
    [all...]
safe_browsing_util.cc 92 return sizeof(SBPrefix);
130 const SBPrefix& SBEntry::PrefixAt(int index) const {
142 void SBEntry::SetPrefixAt(int index, const SBPrefix& prefix) {
protocol_manager.h 116 const std::vector<SBPrefix>& prefixes);
protocol_manager.cc 159 const std::vector<SBPrefix>& prefixes) {
protocol_parser_unittest.cc 603 std::vector<SBPrefix> prefixes;
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.h 78 std::vector<SBPrefix> prefix_hits;
229 typedef base::hash_map<SBPrefix, GetHashRequestors> GetHashRequests;
313 void CacheHashResults(const std::vector<SBPrefix>& prefixes,
database_manager.cc 373 std::vector<SBPrefix> prefix_hits;
445 std::vector<SBPrefix> prefixes = check->prefix_hits;
719 SBPrefix prefix = check->prefix_hits[0];
    [all...]
safe_browsing_database_unittest.cc 29 SBPrefix Sha256Prefix(const std::string& str) {
30 SBPrefix prefix;
57 const SBPrefix& host_prefix,
58 const SBPrefix& url_prefix) {
153 const SBPrefix& host_prefix,
154 const SBPrefix& url_prefix) {
550 std::vector<SBPrefix> prefix_hits;
832 std::vector<SBPrefix> prefix_hits;
892 std::vector<SBPrefix> prefixes
    [all...]
safe_browsing_util.cc 84 return sizeof(SBPrefix);
122 const SBPrefix& SBEntry::PrefixAt(int index) const {
134 void SBEntry::SetPrefixAt(int index, const SBPrefix& prefix) {
protocol_manager.h 91 virtual void GetFullHash(const std::vector<SBPrefix>& prefixes,
safe_browsing_store_file.cc 287 bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
347 SBPrefix prefix) {
protocol_manager.cc 166 const std::vector<SBPrefix>& prefixes,
protocol_parser_unittest.cc 514 std::vector<SBPrefix> prefixes;
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 216 SBPrefix = "scan-build " + SBOptions + " "
224 SBCommand = SBPrefix + Command

Completed in 876 milliseconds

12