SBPrefix          340 chrome/browser/safe_browsing/database_manager.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix          412 chrome/browser/safe_browsing/database_manager.cc   std::vector<SBPrefix> prefixes = check->prefix_hits;
SBPrefix          661 chrome/browser/safe_browsing/database_manager.cc       SBPrefix prefix = check->prefix_hits[0];
SBPrefix          847 chrome/browser/safe_browsing/database_manager.cc   const std::vector<SBPrefix>& prefixes,
SBPrefix          859 chrome/browser/safe_browsing/database_manager.cc   SBPrefix prefix = check->prefix_hits[0];
SBPrefix          926 chrome/browser/safe_browsing/database_manager.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix          950 chrome/browser/safe_browsing/database_manager.cc   std::vector<SBPrefix> prefixes;
SBPrefix           78 chrome/browser/safe_browsing/database_manager.h     std::vector<SBPrefix> prefix_hits;
SBPrefix          294 chrome/browser/safe_browsing/database_manager.h   void CacheHashResults(const std::vector<SBPrefix>& prefixes,
SBPrefix           62 chrome/browser/safe_browsing/prefix_set.cc const SBPrefix kEstimateThreshold = 1 << 30;
SBPrefix           63 chrome/browser/safe_browsing/prefix_set.cc size_t EstimateFinalCount(SBPrefix current_prefix, size_t current_count) {
SBPrefix           96 chrome/browser/safe_browsing/prefix_set.cc bool PrefixSet::Exists(SBPrefix prefix) const {
SBPrefix          116 chrome/browser/safe_browsing/prefix_set.cc   SBPrefix current = iter->first;
SBPrefix          128 chrome/browser/safe_browsing/prefix_set.cc void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const {
SBPrefix          137 chrome/browser/safe_browsing/prefix_set.cc     SBPrefix current = index_[ii].first;
SBPrefix          227 chrome/browser/safe_browsing/prefix_set.cc     std::vector<SBPrefix> prefixes;
SBPrefix          304 chrome/browser/safe_browsing/prefix_set.cc void PrefixSet::AddRun(SBPrefix index_prefix,
SBPrefix          321 chrome/browser/safe_browsing/prefix_set.cc PrefixSetBuilder::PrefixSetBuilder(const std::vector<SBPrefix>& prefixes)
SBPrefix          350 chrome/browser/safe_browsing/prefix_set.cc   SBPrefix prev_prefix = buffer_[0];
SBPrefix          376 chrome/browser/safe_browsing/prefix_set.cc void PrefixSetBuilder::AddPrefix(SBPrefix prefix) {
SBPrefix           68 chrome/browser/safe_browsing/prefix_set.h   bool Exists(SBPrefix prefix) const;
SBPrefix           76 chrome/browser/safe_browsing/prefix_set.h   void GetPrefixes(std::vector<SBPrefix>* prefixes) const;
SBPrefix           93 chrome/browser/safe_browsing/prefix_set.h   void AddRun(SBPrefix index_prefix,
SBPrefix          124 chrome/browser/safe_browsing/prefix_set.h   explicit PrefixSetBuilder(const std::vector<SBPrefix>& prefixes);
SBPrefix          128 chrome/browser/safe_browsing/prefix_set.h   void AddPrefix(SBPrefix prefix);
SBPrefix          140 chrome/browser/safe_browsing/prefix_set.h   std::vector<SBPrefix> buffer_;
SBPrefix           22 chrome/browser/safe_browsing/prefix_set_unittest.cc const SBPrefix kHighBitClear = 1000u * 1000u * 1000u;
SBPrefix           23 chrome/browser/safe_browsing/prefix_set_unittest.cc const SBPrefix kHighBitSet = 3u * 1000u * 1000u * 1000u;
SBPrefix           47 chrome/browser/safe_browsing/prefix_set_unittest.cc         const SBPrefix prefix = static_cast<SBPrefix>(base + delta);
SBPrefix           55 chrome/browser/safe_browsing/prefix_set_unittest.cc       const SBPrefix prefix = static_cast<SBPrefix>(base::RandUint64());
SBPrefix           67 chrome/browser/safe_browsing/prefix_set_unittest.cc                             const std::vector<SBPrefix> &prefixes) {
SBPrefix           70 chrome/browser/safe_browsing/prefix_set_unittest.cc     std::set<SBPrefix> check(prefixes.begin(), prefixes.end());
SBPrefix           71 chrome/browser/safe_browsing/prefix_set_unittest.cc     std::vector<SBPrefix> prefixes_copy;
SBPrefix           79 chrome/browser/safe_browsing/prefix_set_unittest.cc       const SBPrefix left_sibling = prefixes[i] - 1;
SBPrefix           83 chrome/browser/safe_browsing/prefix_set_unittest.cc       const SBPrefix right_sibling = prefixes[i] + 1;
SBPrefix          169 chrome/browser/safe_browsing/prefix_set_unittest.cc   static std::vector<SBPrefix> shared_prefixes_;
SBPrefix          174 chrome/browser/safe_browsing/prefix_set_unittest.cc std::vector<SBPrefix> PrefixSetTest::shared_prefixes_;
SBPrefix          184 chrome/browser/safe_browsing/prefix_set_unittest.cc   const std::vector<SBPrefix> empty;
SBPrefix          194 chrome/browser/safe_browsing/prefix_set_unittest.cc   const std::vector<SBPrefix> prefixes(100, 0u);
SBPrefix          197 chrome/browser/safe_browsing/prefix_set_unittest.cc   EXPECT_FALSE(prefix_set->Exists(static_cast<SBPrefix>(-1)));
SBPrefix          203 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes_copy;
SBPrefix          211 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix          230 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes_copy;
SBPrefix          239 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix          242 chrome/browser/safe_browsing/prefix_set_unittest.cc   for (SBPrefix prefix = kHighBitSet;
SBPrefix          253 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes_copy;
SBPrefix          268 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix          271 chrome/browser/safe_browsing/prefix_set_unittest.cc   SBPrefix prefix = kHighBitSet;
SBPrefix          308 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes_copy;
SBPrefix          346 chrome/browser/safe_browsing/prefix_set_unittest.cc     std::vector<SBPrefix> prefixes;
SBPrefix          361 chrome/browser/safe_browsing/prefix_set_unittest.cc     std::vector<SBPrefix> prefixes;
SBPrefix          504 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::pair<SBPrefix, uint64> item;
SBPrefix          584 chrome/browser/safe_browsing/prefix_set_unittest.cc   std::vector<SBPrefix> prefixes_copy;
SBPrefix          166 chrome/browser/safe_browsing/protocol_manager.cc     const std::vector<SBPrefix>& prefixes,
SBPrefix           91 chrome/browser/safe_browsing/protocol_manager.h   virtual void GetFullHash(const std::vector<SBPrefix>& prefixes,
SBPrefix           93 chrome/browser/safe_browsing/protocol_parser.cc    const std::vector<SBPrefix>& prefixes, std::string* request) {
SBPrefix           98 chrome/browser/safe_browsing/protocol_parser.cc                                      sizeof(SBPrefix),
SBPrefix           99 chrome/browser/safe_browsing/protocol_parser.cc                                      sizeof(SBPrefix) * prefixes.size()));
SBPrefix          102 chrome/browser/safe_browsing/protocol_parser.cc                     sizeof(SBPrefix));
SBPrefix          217 chrome/browser/safe_browsing/protocol_parser.cc     if (hash_len != sizeof(SBPrefix) && hash_len != sizeof(SBFullHash)) {
SBPrefix          263 chrome/browser/safe_browsing/protocol_parser.cc   SBEntry::Type type = hash_len == sizeof(SBPrefix) ?
SBPrefix          283 chrome/browser/safe_browsing/protocol_parser.cc     SBPrefix host;
SBPrefix          284 chrome/browser/safe_browsing/protocol_parser.cc     const int min_size = sizeof(SBPrefix) + 1;
SBPrefix          312 chrome/browser/safe_browsing/protocol_parser.cc   SBEntry::Type type = hash_len == sizeof(SBPrefix) ?
SBPrefix          330 chrome/browser/safe_browsing/protocol_parser.cc     SBPrefix host;
SBPrefix          331 chrome/browser/safe_browsing/protocol_parser.cc     const int min_size = 2 * sizeof(SBPrefix) + 1;
SBPrefix          361 chrome/browser/safe_browsing/protocol_parser.cc     const char** data, int* remaining, SBPrefix* host, int* count) {
SBPrefix          362 chrome/browser/safe_browsing/protocol_parser.cc   if (static_cast<size_t>(*remaining) < sizeof(SBPrefix) + 1)
SBPrefix          365 chrome/browser/safe_browsing/protocol_parser.cc   memcpy(host, *data, sizeof(SBPrefix));
SBPrefix          366 chrome/browser/safe_browsing/protocol_parser.cc   *data += sizeof(SBPrefix);
SBPrefix          367 chrome/browser/safe_browsing/protocol_parser.cc   *remaining -= sizeof(SBPrefix);
SBPrefix          407 chrome/browser/safe_browsing/protocol_parser.cc       SBPrefix prefix;
SBPrefix           83 chrome/browser/safe_browsing/protocol_parser.h   void FormatGetHash(const std::vector<SBPrefix>& prefixes,
SBPrefix          101 chrome/browser/safe_browsing/protocol_parser.h                                      SBPrefix* host,
SBPrefix          514 chrome/browser/safe_browsing/protocol_parser_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix          151 chrome/browser/safe_browsing/safe_browsing_database.cc                             std::vector<SBPrefix>* prefixes) {
SBPrefix          167 chrome/browser/safe_browsing/safe_browsing_database.cc                       const std::vector<SBPrefix>& prefixes,
SBPrefix          168 chrome/browser/safe_browsing/safe_browsing_database.cc                       std::vector<SBPrefix>* prefix_hits) {
SBPrefix          177 chrome/browser/safe_browsing/safe_browsing_database.cc       const SBPrefix& prefix = prefixes[j];
SBPrefix          196 chrome/browser/safe_browsing/safe_browsing_database.cc void GetCachedFullHashesForBrowse(const std::vector<SBPrefix>& prefix_hits,
SBPrefix          203 chrome/browser/safe_browsing/safe_browsing_database.cc   std::vector<SBPrefix>::const_iterator piter = prefix_hits.begin();
SBPrefix          674 chrome/browser/safe_browsing/safe_browsing_database.cc     std::vector<SBPrefix>* prefix_hits,
SBPrefix          699 chrome/browser/safe_browsing/safe_browsing_database.cc     const SBPrefix prefix = full_hashes[i].prefix;
SBPrefix          725 chrome/browser/safe_browsing/safe_browsing_database.cc     std::vector<SBPrefix>* prefix_hits) {
SBPrefix          732 chrome/browser/safe_browsing/safe_browsing_database.cc   std::vector<SBPrefix> prefixes;
SBPrefix          756 chrome/browser/safe_browsing/safe_browsing_database.cc     const std::vector<SBPrefix>& prefixes,
SBPrefix          757 chrome/browser/safe_browsing/safe_browsing_database.cc     std::vector<SBPrefix>* prefix_hits) {
SBPrefix          854 chrome/browser/safe_browsing/safe_browsing_database.cc void SafeBrowsingDatabaseNew::InsertAdd(int chunk_id, SBPrefix host,
SBPrefix          873 chrome/browser/safe_browsing/safe_browsing_database.cc       const SBPrefix prefix = entry->PrefixAt(i);
SBPrefix          882 chrome/browser/safe_browsing/safe_browsing_database.cc       const SBPrefix prefix = full_hash.prefix;
SBPrefix          925 chrome/browser/safe_browsing/safe_browsing_database.cc void SafeBrowsingDatabaseNew::InsertSub(int chunk_id, SBPrefix host,
SBPrefix          945 chrome/browser/safe_browsing/safe_browsing_database.cc       const SBPrefix prefix = entry->PrefixAt(i);
SBPrefix         1055 chrome/browser/safe_browsing/safe_browsing_database.cc     const std::vector<SBPrefix>& prefixes,
SBPrefix          103 chrome/browser/safe_browsing/safe_browsing_database.h                                  std::vector<SBPrefix>* prefix_hits,
SBPrefix          111 chrome/browser/safe_browsing/safe_browsing_database.h                                    std::vector<SBPrefix>* prefix_hits) = 0;
SBPrefix          134 chrome/browser/safe_browsing/safe_browsing_database.h       const std::vector<SBPrefix>& prefixes,
SBPrefix          135 chrome/browser/safe_browsing/safe_browsing_database.h       std::vector<SBPrefix>* prefix_hits) = 0;
SBPrefix          176 chrome/browser/safe_browsing/safe_browsing_database.h       const std::vector<SBPrefix>& prefixes,
SBPrefix          295 chrome/browser/safe_browsing/safe_browsing_database.h                                  std::vector<SBPrefix>* prefix_hits,
SBPrefix          299 chrome/browser/safe_browsing/safe_browsing_database.h                                    std::vector<SBPrefix>* prefix_hits) OVERRIDE;
SBPrefix          305 chrome/browser/safe_browsing/safe_browsing_database.h       const std::vector<SBPrefix>& prefixes,
SBPrefix          306 chrome/browser/safe_browsing/safe_browsing_database.h       std::vector<SBPrefix>* prefix_hits) OVERRIDE;
SBPrefix          316 chrome/browser/safe_browsing/safe_browsing_database.h       const std::vector<SBPrefix>& prefixes,
SBPrefix          378 chrome/browser/safe_browsing/safe_browsing_database.h   void InsertAdd(int chunk, SBPrefix host, const SBEntry* entry, int list_id);
SBPrefix          381 chrome/browser/safe_browsing/safe_browsing_database.h   void InsertSub(int chunk, SBPrefix host, const SBEntry* entry, int list_id);
SBPrefix          454 chrome/browser/safe_browsing/safe_browsing_database.h   std::set<SBPrefix> prefix_miss_cache_;
SBPrefix           28 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc SBPrefix SBPrefixForString(const std::string& str) {
SBPrefix           48 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc                                    const SBPrefix& host_prefix,
SBPrefix           49 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc                                    const SBPrefix& url_prefix) {
SBPrefix          144 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc                                    const SBPrefix& host_prefix,
SBPrefix          145 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc                                    const SBPrefix& url_prefix) {
SBPrefix          533 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix          815 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix          875 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix          887 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix          968 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   const SBPrefix key = SBPrefixForString("www.evil.com/malware.html");
SBPrefix          997 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefix_misses;
SBPrefix         1213 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix         1551 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefixes;
SBPrefix         1553 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix         1691 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   std::vector<SBPrefix> prefix_hits;
SBPrefix           88 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc                                  std::vector<SBPrefix>* prefix_hits,
SBPrefix           98 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc       std::vector<SBPrefix>* prefix_hits) OVERRIDE {
SBPrefix          119 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc       const std::vector<SBPrefix>& prefixes,
SBPrefix          120 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc       std::vector<SBPrefix>* prefix_hits) OVERRIDE {
SBPrefix          144 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   virtual void CacheHashResults(const std::vector<SBPrefix>& prefixes,
SBPrefix          155 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc               const std::vector<SBPrefix>& prefix_hits,
SBPrefix          163 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   void AddDownloadPrefix(SBPrefix prefix) {
SBPrefix          170 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc     std::vector<SBPrefix> prefix_hits;
SBPrefix          177 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc                    std::vector<SBPrefix>* prefix_hits,
SBPrefix          204 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   base::hash_set<SBPrefix> download_digest_prefix_;
SBPrefix          252 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc       const std::vector<SBPrefix>& prefixes,
SBPrefix          387 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc     std::vector<SBPrefix> prefix_hits;
SBPrefix           47 chrome/browser/safe_browsing/safe_browsing_store.h   SBPrefix prefix;
SBPrefix           49 chrome/browser/safe_browsing/safe_browsing_store.h   SBAddPrefix(int32 id, SBPrefix p) : chunk_id(id), prefix(p) {}
SBPrefix           53 chrome/browser/safe_browsing/safe_browsing_store.h   SBPrefix GetAddPrefix() const { return prefix; }
SBPrefix           63 chrome/browser/safe_browsing/safe_browsing_store.h   SBPrefix add_prefix;
SBPrefix           65 chrome/browser/safe_browsing/safe_browsing_store.h   SBSubPrefix(int32 id, int32 add_id, SBPrefix prefix)
SBPrefix           70 chrome/browser/safe_browsing/safe_browsing_store.h   SBPrefix GetAddPrefix() const { return add_prefix; }
SBPrefix           94 chrome/browser/safe_browsing/safe_browsing_store.h   SBPrefix GetAddPrefix() const { return full_hash.prefix; }
SBPrefix          107 chrome/browser/safe_browsing/safe_browsing_store.h   SBPrefix GetAddPrefix() const { return full_hash.prefix; }
SBPrefix          185 chrome/browser/safe_browsing/safe_browsing_store.h   virtual bool WriteAddPrefix(int32 chunk_id, SBPrefix prefix) = 0;
SBPrefix          190 chrome/browser/safe_browsing/safe_browsing_store.h                               int32 add_chunk_id, SBPrefix prefix) = 0;
SBPrefix           51 chrome/browser/safe_browsing/safe_browsing_store_file.cc const SBPrefix kMaxSBPrefix = ~0;
SBPrefix          389 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool prefix_bounder(SBPrefix val, const T& elt) {
SBPrefix          480 chrome/browser/safe_browsing/safe_browsing_store_file.cc   StateInternalPos ShardEnd(const StateInternalPos& beg, SBPrefix shard_max) {
SBPrefix          706 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
SBPrefix          747 chrome/browser/safe_browsing/safe_browsing_store_file.cc                                            SBPrefix prefix) {
SBPrefix         1021 chrome/browser/safe_browsing/safe_browsing_store_file.cc     SBPrefix process_max =
SBPrefix         1022 chrome/browser/safe_browsing/safe_browsing_store_file.cc         static_cast<SBPrefix>(process_min + process_stride - 1);
SBPrefix         1084 chrome/browser/safe_browsing/safe_browsing_store_file.cc       SBPrefix out_max = static_cast<SBPrefix>(out_min + out_stride - 1);
SBPrefix         1093 chrome/browser/safe_browsing/safe_browsing_store_file.cc     } while (out_min == static_cast<SBPrefix>(out_min) &&
SBPrefix          144 chrome/browser/safe_browsing/safe_browsing_store_file.h   virtual bool WriteAddPrefix(int32 chunk_id, SBPrefix prefix) OVERRIDE;
SBPrefix          149 chrome/browser/safe_browsing/safe_browsing_store_file.h                               int32 add_chunk_id, SBPrefix prefix) OVERRIDE;
SBPrefix           33 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc const SBPrefix kMinSBPrefix = 0u;
SBPrefix           34 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc const SBPrefix kMaxSBPrefix = ~kMinSBPrefix;
SBPrefix          139 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   std::vector<SBPrefix> prefixes_result;
SBPrefix          169 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          205 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          239 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          264 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          298 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          321 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          344 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          409 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          455 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix          509 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> orig_prefixes;
SBPrefix          714 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc       EXPECT_TRUE(store_->WriteAddPrefix(chunk_id, static_cast<SBPrefix>(i)));
SBPrefix          834 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     std::vector<SBPrefix> prefixes_result;
SBPrefix           34 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc   one.full_hash[sizeof(SBPrefix)] = 1;
SBPrefix           36 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc   onetwo.full_hash[sizeof(SBPrefix)] = 2;
SBPrefix           85 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc   one.full_hash[sizeof(SBPrefix)] = 1;
SBPrefix           87 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc   onetwo.full_hash[sizeof(SBPrefix)] = 2;
SBPrefix           90 chrome/browser/safe_browsing/safe_browsing_util.cc       return sizeof(SBPrefix);
SBPrefix          128 chrome/browser/safe_browsing/safe_browsing_util.cc const SBPrefix& SBEntry::PrefixAt(int index) const {
SBPrefix          140 chrome/browser/safe_browsing/safe_browsing_util.cc void SBEntry::SetPrefixAt(int index, const SBPrefix& prefix) {
SBPrefix           36 chrome/browser/safe_browsing/safe_browsing_util.h   SBPrefix prefix;
SBPrefix           48 chrome/browser/safe_browsing/safe_browsing_util.h   SBPrefix host;
SBPrefix          205 chrome/browser/safe_browsing/safe_browsing_util.h     return IsPrefix() ? sizeof(SBPrefix) : sizeof(SBFullHash);
SBPrefix          217 chrome/browser/safe_browsing/safe_browsing_util.h   const SBPrefix& PrefixAt(int index) const;
SBPrefix          222 chrome/browser/safe_browsing/safe_browsing_util.h   void SetPrefixAt(int index, const SBPrefix& prefix);
SBPrefix          229 chrome/browser/safe_browsing/safe_browsing_util.h     SBPrefix prefix;
SBPrefix          273 chrome/browser/safe_browsing/safe_browsing_util.h     SBPrefix add_prefixes_[1];