Home
last modified time | relevance | path

Searched refs:kOnlineNamespaceUrl (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dmock_appcache_storage_unittest.cc579 const GURL kOnlineNamespaceUrl("http://blah/online_namespace"); in TEST_F() local
584 Namespace(NETWORK_NAMESPACE, kOnlineNamespaceUrl, in TEST_F()
616 EXPECT_NE(kOnlineNamespaceUrl, delegate.found_url_); in TEST_F()
617 storage->FindResponseForMainRequest(kOnlineNamespaceUrl, GURL(), &delegate); in TEST_F()
618 EXPECT_NE(kOnlineNamespaceUrl, delegate.found_url_); in TEST_F()
620 EXPECT_EQ(kOnlineNamespaceUrl, delegate.found_url_); in TEST_F()
Dappcache_unittest.cc146 const GURL kOnlineNamespaceUrl("http://blah/online_namespace"); in TEST() local
175 Namespace(NETWORK_NAMESPACE, kOnlineNamespaceUrl, in TEST()