Home | History | Annotate | Download | only in appcache

Lines Matching refs:namespace_url

130   EXPECT_EQ(GURL("http://fb1.com"), fallbacks[0].namespace_url);
137 EXPECT_EQ(GURL("http://w1.com"), whitelist[0].namespace_url);
138 EXPECT_EQ(GURL("http://w2.com"), whitelist[1].namespace_url);
573 cache->online_whitelist_namespaces_[0].namespace_url);
625 cache->online_whitelist_namespaces_[0].namespace_url);
630 prefix.namespace_url = GURL("http://foo.com/prefix");
638 bar_no_star.namespace_url = GURL("http://foo.com/bar");
646 bar_star.namespace_url = GURL("http://foo.com/bar/*");
656 star_bar_star.namespace_url = GURL("http://foo.com/*/bar/*");
666 query_star_edit.namespace_url = GURL("http://foo.com/query?id=*&verb=edit*");
678 star_greediness.namespace_url = GURL("http://foo.com/*/b");