Home
last modified time | relevance | path

Searched refs:WriteSubHash (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_unittest_helper.cc74 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()
Dsafe_browsing_store_file.h131 virtual bool WriteSubHash(int32 chunk_id, int32 add_chunk_id,
Dsafe_browsing_store.h202 virtual bool WriteSubHash(int32 chunk_id, int32 add_chunk_id,
Dsafe_browsing_store_file.cc348 bool SafeBrowsingStoreFile::WriteSubHash(int32 chunk_id, int32 add_chunk_id, in WriteSubHash() function in SafeBrowsingStoreFile
Dsafe_browsing_database.cc837 store->WriteSubHash(encoded_chunk_id, add_chunk_id, full_hash); in InsertSub()