Searched refs:WriteSubHash (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_store_unittest_helper.cc | 74 EXPECT_TRUE(store->WriteSubHash(kSubChunk1, kAddChunk3, kHash3)); in SafeBrowsingStoreTestStorePrefix() 248 EXPECT_TRUE(store->WriteSubHash(kSubChunk1, kAddChunk3, kHash4)); in SafeBrowsingStoreTestDeleteChunks() 256 EXPECT_TRUE(store->WriteSubHash(kSubChunk2, kAddChunk4, kHash5)); in SafeBrowsingStoreTestDeleteChunks()
|
D | safe_browsing_store_file.h | 131 virtual bool WriteSubHash(int32 chunk_id, int32 add_chunk_id,
|
D | safe_browsing_store.h | 202 virtual bool WriteSubHash(int32 chunk_id, int32 add_chunk_id,
|
D | safe_browsing_store_file.cc | 348 bool SafeBrowsingStoreFile::WriteSubHash(int32 chunk_id, int32 add_chunk_id, in WriteSubHash() function in SafeBrowsingStoreFile
|
D | safe_browsing_database.cc | 837 store->WriteSubHash(encoded_chunk_id, add_chunk_id, full_hash); in InsertSub()
|