Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:CheckSubChunk

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));
290 EXPECT_FALSE(store->CheckSubChunk(kSubChunk1));
291 EXPECT_TRUE(store->CheckSubChunk(kSubChunk2));
308 EXPECT_FALSE(store->CheckSubChunk(kSubChunk1));
309 EXPECT_FALSE(store->CheckSubChunk(kSubChunk2));