Searched refs:intercept_namespaces (Results 1 – 6 of 6) sorted by relevance
159 EXPECT_TRUE(manifest.intercept_namespaces.empty()); in TEST()237 EXPECT_TRUE(manifest.intercept_namespaces.empty()); in TEST()278 EXPECT_TRUE(manifest.intercept_namespaces.empty()); in TEST()303 const AppCacheNamespaceVector& intercepts = manifest.intercept_namespaces; in TEST()329 EXPECT_TRUE(manifest.intercept_namespaces.empty()); in TEST()393 EXPECT_TRUE(manifest.intercept_namespaces.empty()); in TEST()475 EXPECT_EQ(3u, manifest.intercept_namespaces.size()); in TEST()479 manifest.intercept_namespaces[0].type); in TEST()483 EXPECT_FALSE(manifest.intercept_namespaces[0].is_pattern); in TEST()484 EXPECT_TRUE(manifest.intercept_namespaces[1].is_pattern); in TEST()[all …]
51 AppCacheNamespaceVector intercept_namespaces; member
190 manifest.intercept_namespaces.push_back( in TEST()193 manifest.intercept_namespaces.push_back( in TEST()369 manifest.intercept_namespaces.push_back( in TEST()
307 manifest.intercept_namespaces.push_back( in ParseManifest()
138 intercept_namespaces_.swap(manifest->intercept_namespaces); in InitializeWithManifest()
1125 manifest.intercept_namespaces; in BuildUrlFileList()