Home
last modified time | relevance | path

Searched refs:GetFullHash (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc921 EntryCell entry_cell(0, GetFullHash(current_cell, bucket_hash), in UpdateFromBucket()
1019 uint32 hash = GetFullHash(*current_cell, main_table_index); in MoveSingleCell()
1073 uint32 hash = GetFullHash(*current_cell, main_table_index); in HandleMisplacedCell()
1096 EntryCell cell(cell_num, GetFullHash(*current_cell, bucket_hash), in CheckBucketList()
1125 uint32 IndexTable::GetFullHash(const IndexCell& cell, uint32 lower_part) { in GetFullHash() function in disk_cache::IndexTable
Dindex_table_v3.h257 uint32 GetFullHash(const IndexCell& cell, uint32 lower_part);
/external/chromium_org/chrome/browser/safe_browsing/
Dprotocol_manager.h91 virtual void GetFullHash(const std::vector<SBPrefix>& prefixes,
Dprotocol_manager.cc171 void SafeBrowsingProtocolManager::GetFullHash( in GetFullHash() function in SafeBrowsingProtocolManager
Dsafe_browsing_service_browsertest.cc291 virtual void GetFullHash( in GetFullHash() function in __anon884919ca0111::TestProtocolManager
Ddatabase_manager.cc765 sb_service_->protocol_manager()->GetFullHash( in OnCheckDone()