HomeSort by relevance Sort by last modified time
    Searched refs:CheckSubChunk (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc 42 EXPECT_FALSE(store->CheckSubChunk(0));
43 EXPECT_FALSE(store->CheckSubChunk(1));
44 EXPECT_FALSE(store->CheckSubChunk(-1));
72 EXPECT_TRUE(store->CheckSubChunk(kSubChunk1));
80 EXPECT_FALSE(store->CheckSubChunk(kAddChunk1));
128 EXPECT_TRUE(store->CheckSubChunk(kSubChunk1));
244 EXPECT_FALSE(store->CheckSubChunk(kSubChunk1));
252 EXPECT_FALSE(store->CheckSubChunk(kSubChunk2));
265 EXPECT_TRUE(store->CheckSubChunk(kSubChunk1));
266 EXPECT_TRUE(store->CheckSubChunk(kSubChunk2))
    [all...]
safe_browsing_store.h 214 virtual bool CheckSubChunk(int32 chunk_id) = 0;
safe_browsing_store_file.h 148 virtual bool CheckSubChunk(int32 chunk_id);
safe_browsing_store_file.cc 714 bool SafeBrowsingStoreFile::CheckSubChunk(int32 chunk_id) {
safe_browsing_database.cc 858 if (store->CheckSubChunk(encoded_chunk_id))
    [all...]

Completed in 48 milliseconds