Searched refs:IsGroupStored (Results 1 – 3 of 3) sorted by relevance
111 bool IsGroupStored(const GURL& manifest_url) { in IsGroupStored() function in appcache::AppCacheServiceTest251 EXPECT_FALSE(IsGroupStored(kManifestUrl)); in TEST_F()255 EXPECT_FALSE(IsGroupStored(kManifestUrl)); in TEST_F()261 EXPECT_TRUE(IsGroupStored(kManifestUrl)); in TEST_F()266 EXPECT_TRUE(IsGroupStored(kManifestUrl)); in TEST_F()276 EXPECT_FALSE(IsGroupStored(kManifestUrl)); in TEST_F()286 EXPECT_TRUE(IsGroupStored(kManifestUrl)); in TEST_F()295 EXPECT_FALSE(IsGroupStored(kManifestUrl)); in TEST_F()304 EXPECT_FALSE(IsGroupStored(kManifestUrl)); in TEST_F()313 EXPECT_FALSE(IsGroupStored(kManifestUrl)); in TEST_F()
99 bool IsGroupStored(const AppCacheGroup* group) { in IsGroupStored() function
3129 EXPECT_TRUE(storage->IsGroupStored(group_.get())); in VerifyExpectations()