Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc64 class MockHttpServer { class
226 return MockHttpServer::JobFactory(request, network_delegate); in MaybeCreateJob()
544 return MockHttpServer::JobFactory(request, network_delegate); in IfModifiedSinceFactory()
848 MockHttpServer::GetMockUrl("files/missing-mime-manifest"), in ManifestMissingMimeTypeTest()
885 service_->storage(), MockHttpServer::GetMockUrl("files/nosuchfile"), in ManifestNotFoundTest()
922 service_->storage(), MockHttpServer::GetMockUrl("files/gone"), in ManifestGoneTest()
948 service_->storage(), MockHttpServer::GetMockUrl("files/notmodified"), in CacheAttemptNotModifiedTest()
974 service_->storage(), MockHttpServer::GetMockUrl("files/notmodified"), in UpgradeNotModifiedTest()
1011 service_->storage(), MockHttpServer::GetMockUrl("files/manifest1"), in UpgradeManifestDataUnchangedTest()
1061 service_->storage(), MockHttpServer::GetMockUrl("files/empty-manifest"), in Bug95101Test()
[all …]
Dappcache_storage_impl_unittest.cc102 class MockHttpServer { class
155 return MockHttpServer::CreateJob(request, network_delegate); in MaybeCreateJob()
1710 GURL manifest_url = MockHttpServer::GetMockUrl("manifest"); in Reinitialize()
1776 const GURL kEmptyPageUrl(MockHttpServer::GetMockUrl("empty.html")); in Continue_Reinitialize()
1780 MockHttpServer::GetMockUrl("manifest")); in Continue_Reinitialize()
1788 GURL manifest_url = MockHttpServer::GetMockUrl("manifest"); in Continue_Reinitialize()