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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 82 EXPECT_TRUE(store_->CheckSubChunk(kSubChunk1));
96 EXPECT_FALSE(store_->CheckSubChunk(kAddChunk1));
97 EXPECT_FALSE(store_->CheckSubChunk(kAddChunk2));
136 EXPECT_FALSE(store_->CheckSubChunk(0));
137 EXPECT_FALSE(store_->CheckSubChunk(1));
138 EXPECT_FALSE(store_->CheckSubChunk(-1));
169 EXPECT_TRUE(store_->CheckSubChunk(kSubChunk1));
354 EXPECT_FALSE(store_->CheckSubChunk(kSubChunk1));
361 EXPECT_FALSE(store_->CheckSubChunk(kSubChunk2));
374 EXPECT_TRUE(store_->CheckSubChunk(kSubChunk1))
    [all...]
safe_browsing_store_file.h 163 virtual bool CheckSubChunk(int32 chunk_id) OVERRIDE;
safe_browsing_store.h 197 virtual bool CheckSubChunk(int32 chunk_id) = 0;
safe_browsing_store_file.cc     [all...]
safe_browsing_database.cc 853 if (store->CheckSubChunk(encoded_chunk_id))
    [all...]

Completed in 59 milliseconds