Searched refs:kOnlineNamespaceUrl (Results 1 – 2 of 2) sorted by relevance
579 const GURL kOnlineNamespaceUrl("http://blah/online_namespace"); in TEST_F() local584 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()
146 const GURL kOnlineNamespaceUrl("http://blah/online_namespace"); in TEST() local175 Namespace(NETWORK_NAMESPACE, kOnlineNamespaceUrl, in TEST()