Hash               22 base/hash.h    inline uint32 Hash(const char* data, size_t length) {
Hash               32 base/hash.h    inline uint32 Hash(const std::string& str) {
Hash               33 base/hash.h      return Hash(str.data(), str.size());
Hash               18 base/hash_unittest.cc   EXPECT_EQ(0u, Hash(str));
Hash               22 base/hash_unittest.cc   EXPECT_EQ(2794219650u, Hash(str));
Hash               26 base/hash_unittest.cc   EXPECT_EQ(1006697176u, Hash(str));
Hash               31 base/hash_unittest.cc   EXPECT_EQ(2319902537u, Hash(str));
Hash               36 base/hash_unittest.cc   EXPECT_EQ(553904462u, Hash(str));
Hash               44 base/hash_unittest.cc   EXPECT_EQ(2797962408u, Hash(str));
Hash               54 base/hash_unittest.cc   EXPECT_EQ(615571198u, Hash(str));
Hash               57 base/hash_unittest.cc   EXPECT_EQ(623474296u, Hash(str));
Hash               60 base/hash_unittest.cc   EXPECT_EQ(4278562408u, Hash(str));
Hash               63 base/hash_unittest.cc   EXPECT_EQ(3224633008u, Hash(str));
Hash               70 base/hash_unittest.cc   EXPECT_EQ(0u, Hash(str, strlen(str)));
Hash               74 base/hash_unittest.cc   EXPECT_EQ(2794219650u, Hash(str, strlen(str)));
Hash               79 base/hash_unittest.cc   EXPECT_EQ(2794219650u, Hash(str, strlen("hello world")));
Hash               43 chrome/browser/extensions/api/system_display/display_info_provider_win.cc       base::Hash(base::WideToUTF8(monitor_info.szDevice)));
Hash              308 chrome/browser/favicon/favicon_service.cc   MissingFaviconURLHash url_hash = base::Hash(icon_url.spec());
Hash              313 chrome/browser/favicon/favicon_service.cc   MissingFaviconURLHash url_hash = base::Hash(icon_url.spec());
Hash              295 chrome/browser/metrics/metrics_log.cc         MetricsLogBase::Hash(MapThreadName(it->birth.thread_name)));
Hash              297 chrome/browser/metrics/metrics_log.cc         MetricsLogBase::Hash(MapThreadName(it->death_thread_name)));
Hash              299 chrome/browser/metrics/metrics_log.cc         MetricsLogBase::Hash(NormalizeFileName(it->birth.location.file_name)));
Hash              301 chrome/browser/metrics/metrics_log.cc         MetricsLogBase::Hash(it->birth.location.function_name));
Hash              345 chrome/browser/policy/cloud/cloud_policy_invalidator.cc     new_hash_value = base::Hash(policy->policy_value());
Hash               67 chrome/browser/spellchecker/feedback_sender.cc   return base::Hash(
Hash              339 chrome/browser/ui/pdf/pdf_browsertest.cc     if (static_cast<int>(base::Hash(filename) % kLoadingNumberOfParts) !=
Hash               60 chrome/common/metrics/metrics_log_base.cc     uma_proto_.set_client_id(Hash(client_id));
Hash              118 chrome/common/metrics/metrics_log_base.cc   user_action->set_name_hash(Hash(key));
Hash              132 chrome/common/metrics/metrics_log_base.cc   histogram_proto->set_name_hash(Hash(histogram_name));
Hash               45 chrome/common/metrics/metrics_log_base.h   static uint64 Hash(const std::string& value);
Hash                9 chrome_elf/dll_hash/dll_hash.cc   uint32 data = base::Hash(dll_name);
Hash              247 components/visitedlink/browser/visitedlink_master.cc VisitedLinkMaster::Hash VisitedLinkMaster::TryToAddURL(const GURL& url) {
Hash              292 components/visitedlink/browser/visitedlink_master.cc   Hash index = TryToAddURL(url);
Hash              306 components/visitedlink/browser/visitedlink_master.cc     Hash index = TryToAddURL(*i);
Hash              382 components/visitedlink/browser/visitedlink_master.cc VisitedLinkMaster::Hash VisitedLinkMaster::AddFingerprint(
Hash              390 components/visitedlink/browser/visitedlink_master.cc   Hash cur_hash = HashFingerprint(fingerprint);
Hash              391 components/visitedlink/browser/visitedlink_master.cc   Hash first_hash = cur_hash;
Hash              451 components/visitedlink/browser/visitedlink_master.cc   Hash deleted_hash = HashFingerprint(fingerprint);
Hash              457 components/visitedlink/browser/visitedlink_master.cc   Hash end_range = deleted_hash;
Hash              459 components/visitedlink/browser/visitedlink_master.cc     Hash next_hash = IncrementHash(end_range);
Hash              472 components/visitedlink/browser/visitedlink_master.cc   Hash stop_loop = IncrementHash(end_range);  // The end range is inclusive.
Hash              473 components/visitedlink/browser/visitedlink_master.cc   for (Hash i = deleted_hash; i != stop_loop; i = IncrementHash(i)) {
Hash              907 components/visitedlink/browser/visitedlink_master.cc void VisitedLinkMaster::WriteHashRangeToFile(Hash first_hash, Hash last_hash) {
Hash              196 components/visitedlink/browser/visitedlink_master.h   Hash TryToAddURL(const GURL& url);
Hash              238 components/visitedlink/browser/visitedlink_master.h   void WriteHashRangeToFile(Hash first_hash, Hash last_hash);
Hash              251 components/visitedlink/browser/visitedlink_master.h   Hash AddFingerprint(Fingerprint fingerprint, bool send_notifications);
Hash              329 components/visitedlink/browser/visitedlink_master.h   inline Hash IncrementHash(Hash hash) {
Hash              334 components/visitedlink/browser/visitedlink_master.h   inline Hash DecrementHash(Hash hash) {
Hash               16 components/visitedlink/common/visitedlink_common.cc const VisitedLinkCommon::Hash VisitedLinkCommon::null_hash_ = -1;
Hash               46 components/visitedlink/common/visitedlink_common.cc   Hash first_hash = HashFingerprint(fingerprint);
Hash               47 components/visitedlink/common/visitedlink_common.cc   Hash cur_hash = first_hash;
Hash               56 components/visitedlink/common/visitedlink_common.h   static const Hash null_hash_;
Hash              113 components/visitedlink/common/visitedlink_common.h   static Hash HashFingerprint(Fingerprint fingerprint, int32 table_length) {
Hash              116 components/visitedlink/common/visitedlink_common.h     return static_cast<Hash>(fingerprint % table_length);
Hash              119 components/visitedlink/common/visitedlink_common.h   Hash HashFingerprint(Fingerprint fingerprint) const {
Hash              141 content/common/gpu/gpu_command_buffer_stub.cc   active_url_hash_ = base::Hash(active_url.possibly_invalid_spec());
Hash               27 content/common/host_shared_bitmap_manager.h     return base::Hash(reinterpret_cast<const char*>(id.name), sizeof(id.name));
Hash               32 content/common/host_shared_bitmap_manager.h   return base::Hash(reinterpret_cast<const char*>(id.name), sizeof(id.name));
Hash              614 content/common/sandbox_win.cc   cmd_line->AppendArg(base::StringPrintf("/prefetch:%d", base::Hash(type_str)));
Hash              114 google_apis/cup/client_update_protocol.cc   std::vector<uint8> digest = Hash(result);
Hash              215 google_apis/cup/client_update_protocol.cc   h = Hash(GetVersionedSecret());
Hash              217 google_apis/cup/client_update_protocol.cc   h = Hash(url);
Hash              219 google_apis/cup/client_update_protocol.cc   h = Hash(request_body);
Hash              223 google_apis/cup/client_update_protocol.cc   client_challenge_hash_ = Hash(internal_hashes);
Hash              258 google_apis/cup/client_update_protocol.cc   std::vector<uint8> hm = Hash(response_body);
Hash              259 google_apis/cup/client_update_protocol.cc   std::vector<uint8> hc = Hash(server_cookie);
Hash              293 google_apis/cup/client_update_protocol.cc   shared_key_ = Hash(source);
Hash              457 net/disk_cache/blockfile/backend_impl.cc   uint32 hash = base::Hash(key);
Hash              473 net/disk_cache/blockfile/backend_impl.cc   uint32 hash = base::Hash(key);
Hash              517 net/disk_cache/blockfile/backend_impl.cc   uint32 hash = base::Hash(key);
Hash              439 net/disk_cache/blockfile/backend_impl_v3.cc   uint32 hash = base::Hash(key);
Hash              716 net/disk_cache/blockfile/backend_impl_v3.cc   uint32 hash = base::Hash(key);
Hash              149 net/disk_cache/blockfile/disk_cache_perftest.cc TEST_F(DiskCacheTest, Hash) {
Hash              156 net/disk_cache/blockfile/disk_cache_perftest.cc     base::Hash(key);
Hash              625 net/disk_cache/blockfile/entry_impl.cc   if (stored->hash != base::Hash(GetKey()))
Hash              387 net/disk_cache/blockfile/entry_impl_v3.cc   if (stored->hash != base::Hash(GetKey()))
Hash              200 net/disk_cache/blockfile/storage_block-inl.h   return base::Hash(reinterpret_cast<char*>(data_), offsetof(T, self_hash));
Hash              962 net/disk_cache/simple/simple_synchronous_entry.cc     if (base::Hash(key.get(), header.key_length) != header.key_hash) {
Hash             1006 net/disk_cache/simple/simple_synchronous_entry.cc   header.key_hash = base::Hash(key_);
Hash             1234 net/disk_cache/simple/simple_synchronous_entry.cc   header.key_hash = base::Hash(key_);
Hash              393 ppapi/proxy/interface_list.cc   uint32 data = base::Hash(name.c_str(), name.size());
Hash               29 ppapi/tools/pepper_hash_for_uma.cc     uint32 data = base::Hash(argv[i], strlen(argv[i]));
Hash             7042 third_party/sqlite/amalgamation/sqlite3.c typedef struct Hash Hash;
Hash             7091 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3HashInit(Hash*);
Hash             7092 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData);
Hash             7093 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey);
Hash             7094 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3HashClear(Hash*);
Hash             9034 third_party/sqlite/amalgamation/sqlite3.c   Hash tblHash;        /* All tables indexed by name */
Hash             9035 third_party/sqlite/amalgamation/sqlite3.c   Hash idxHash;        /* All (named) indices indexed by name */
Hash             9036 third_party/sqlite/amalgamation/sqlite3.c   Hash trigHash;       /* All triggers indexed by name */
Hash             9037 third_party/sqlite/amalgamation/sqlite3.c   Hash fkeyHash;       /* All foreign keys by referenced table name */
Hash             9216 third_party/sqlite/amalgamation/sqlite3.c   Hash aModule;                 /* populated by sqlite3_create_module() */
Hash             9223 third_party/sqlite/amalgamation/sqlite3.c   Hash aCollSeq;                /* All collating sequences */
Hash             21394 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3HashInit(Hash *pNew){
Hash             21406 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){
Hash             21441 third_party/sqlite/amalgamation/sqlite3.c   Hash *pH,              /* The complete hash table */
Hash             21474 third_party/sqlite/amalgamation/sqlite3.c static int rehash(Hash *pH, unsigned int new_size){
Hash             21511 third_party/sqlite/amalgamation/sqlite3.c   const Hash *pH,     /* The pH to be searched */
Hash             21540 third_party/sqlite/amalgamation/sqlite3.c   Hash *pH,         /* The pH containing "elem" */
Hash             21574 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){
Hash             21604 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){
Hash             77213 third_party/sqlite/amalgamation/sqlite3.c   Hash *pHash;
Hash             78715 third_party/sqlite/amalgamation/sqlite3.c   Hash *pHash;
Hash             81007 third_party/sqlite/amalgamation/sqlite3.c   Hash temp1;
Hash             81008 third_party/sqlite/amalgamation/sqlite3.c   Hash temp2;
Hash             88636 third_party/sqlite/amalgamation/sqlite3.c       Hash *pTbls;
Hash             94897 third_party/sqlite/amalgamation/sqlite3.c     Hash *pHash = &db->aDb[iDb].pSchema->trigHash;
Hash             95176 third_party/sqlite/amalgamation/sqlite3.c   Hash *pHash;
Hash               42 third_party/sqlite/src/ext/fts1/ft_hash.c void HashInit(Hash *pNew, int keyClass, int copyKey){
Hash               62 third_party/sqlite/src/ext/fts1/ft_hash.c void HashClear(Hash *pH){
Hash              204 third_party/sqlite/src/ext/fts1/ft_hash.c   Hash *pH,              /* The complete hash table */
Hash              231 third_party/sqlite/src/ext/fts1/ft_hash.c static void rehash(Hash *pH, int new_size){
Hash              255 third_party/sqlite/src/ext/fts1/ft_hash.c   const Hash *pH,     /* The pH to be searched */
Hash              283 third_party/sqlite/src/ext/fts1/ft_hash.c   Hash *pH,         /* The pH containing "elem" */
Hash              320 third_party/sqlite/src/ext/fts1/ft_hash.c void *HashFind(const Hash *pH, const void *pKey, int nKey){
Hash              349 third_party/sqlite/src/ext/fts1/ft_hash.c void *HashInsert(Hash *pH, const void *pKey, int nKey, void *data){
Hash               21 third_party/sqlite/src/ext/fts1/ft_hash.h typedef struct Hash Hash;
Hash               83 third_party/sqlite/src/ext/fts1/ft_hash.h void HashInit(Hash*, int keytype, int copyKey);
Hash               84 third_party/sqlite/src/ext/fts1/ft_hash.h void *HashInsert(Hash*, const void *pKey, int nKey, void *pData);
Hash               85 third_party/sqlite/src/ext/fts1/ft_hash.h void *HashFind(const Hash*, const void *pKey, int nKey);
Hash               86 third_party/sqlite/src/ext/fts1/ft_hash.h void HashClear(Hash*);
Hash             1288 third_party/sqlite/src/ext/fts1/fulltext.c static int build_terms(Hash *terms, sqlite3_tokenizer *pTokenizer,
Hash             1377 third_party/sqlite/src/ext/fts1/fulltext.c   Hash terms;  /* maps term string -> PosList */
Hash             1429 third_party/sqlite/src/ext/fts1/fulltext.c   Hash terms;
Hash              374 third_party/sqlite/src/src/build.c   Hash *pHash;
Hash             1876 third_party/sqlite/src/src/build.c   Hash *pHash;
Hash              409 third_party/sqlite/src/src/callback.c   Hash temp1;
Hash              410 third_party/sqlite/src/src/callback.c   Hash temp2;
Hash               23 third_party/sqlite/src/src/hash.c void sqlite3HashInit(Hash *pNew){
Hash               35 third_party/sqlite/src/src/hash.c void sqlite3HashClear(Hash *pH){
Hash               70 third_party/sqlite/src/src/hash.c   Hash *pH,              /* The complete hash table */
Hash              103 third_party/sqlite/src/src/hash.c static int rehash(Hash *pH, unsigned int new_size){
Hash              140 third_party/sqlite/src/src/hash.c   const Hash *pH,     /* The pH to be searched */
Hash              169 third_party/sqlite/src/src/hash.c   Hash *pH,         /* The pH containing "elem" */
Hash              203 third_party/sqlite/src/src/hash.c void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){
Hash              233 third_party/sqlite/src/src/hash.c void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){
Hash               19 third_party/sqlite/src/src/hash.h typedef struct Hash Hash;
Hash               68 third_party/sqlite/src/src/hash.h void sqlite3HashInit(Hash*);
Hash               69 third_party/sqlite/src/src/hash.h void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData);
Hash               70 third_party/sqlite/src/src/hash.h void *sqlite3HashFind(const Hash*, const char *pKey, int nKey);
Hash               71 third_party/sqlite/src/src/hash.h void sqlite3HashClear(Hash*);
Hash             1100 third_party/sqlite/src/src/pragma.c       Hash *pTbls;
Hash              689 third_party/sqlite/src/src/sqliteInt.h   Hash tblHash;        /* All tables indexed by name */
Hash              690 third_party/sqlite/src/src/sqliteInt.h   Hash idxHash;        /* All (named) indices indexed by name */
Hash              691 third_party/sqlite/src/src/sqliteInt.h   Hash trigHash;       /* All triggers indexed by name */
Hash              692 third_party/sqlite/src/src/sqliteInt.h   Hash fkeyHash;       /* All foreign keys by referenced table name */
Hash              871 third_party/sqlite/src/src/sqliteInt.h   Hash aModule;                 /* populated by sqlite3_create_module() */
Hash              878 third_party/sqlite/src/src/sqliteInt.h   Hash aCollSeq;                /* All collating sequences */
Hash              311 third_party/sqlite/src/src/trigger.c     Hash *pHash = &db->aDb[iDb].pSchema->trigHash;
Hash              590 third_party/sqlite/src/src/trigger.c   Hash *pHash;
Hash              161 third_party/tcmalloc/chromium/src/packed-cache-inl.h     array_[Hash(key)] = KeyToUpper(key) | value;
Hash              166 third_party/tcmalloc/chromium/src/packed-cache-inl.h     return KeyMatch(array_[Hash(key)], key);
Hash              175 third_party/tcmalloc/chromium/src/packed-cache-inl.h     T entry = array_[Hash(key)];
Hash              210 third_party/tcmalloc/chromium/src/packed-cache-inl.h   static size_t Hash(K key) {
Hash              159 third_party/tcmalloc/vendor/src/packed-cache-inl.h     array_[Hash(key)] = KeyToUpper(key) | value;
Hash              164 third_party/tcmalloc/vendor/src/packed-cache-inl.h     return KeyMatch(array_[Hash(key)], key);
Hash              173 third_party/tcmalloc/vendor/src/packed-cache-inl.h     T entry = array_[Hash(key)];
Hash              208 third_party/tcmalloc/vendor/src/packed-cache-inl.h   static size_t Hash(K key) {
Hash               45 ui/display/edid_parser.cc       0 : base::Hash(product_name);
Hash               29 ui/gfx/screen_win.cc       base::Hash(base::WideToUTF8(monitor_info.szDevice)));