Home | History | Annotate | Download | only in appcache

Lines Matching defs:online

162   const AppCacheNamespaceVector& online = manifest.online_whitelist_namespaces;
164 ASSERT_EQ(kExpected, online.size());
165 EXPECT_EQ(APPCACHE_NETWORK_NAMESPACE, online[0].type);
166 EXPECT_FALSE(online[0].is_pattern);
167 EXPECT_TRUE(online[0].target_url.is_empty());
168 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url);
169 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url);
170 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url);
171 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url);
172 EXPECT_EQ(GURL("http://www.five.com"), online[4].namespace_url);
173 EXPECT_EQ(GURL("http://www.bar.com/*foo"), online[5].namespace_url);
367 const AppCacheNamespaceVector& online = manifest.online_whitelist_namespaces;
369 ASSERT_EQ(expected, online.size());
371 online[0].namespace_url);
373 online[1].namespace_url);
375 online[2].namespace_url);
377 online[3].namespace_url);