Searched defs:GetMockUrl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/test/url_request/
H A Durl_request_failed_job.cc35 GURL GetMockUrl(const std::string& scheme, function in namespace:net::__anon9649
85 return GetMockUrl("http", hostname, net_error);
91 return GetMockUrl("https", hostname, net_error);
H A Durl_request_mock_http_job.cc111 GURL URLRequestMockHTTPJob::GetMockUrl(const base::FilePath& path) { function in class:net::URLRequestMockHTTPJob
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc81 static GURL GetMockUrl(const std::string& path) { function in class:content::__anon7008::MockHttpServer
1686 GURL manifest_url = MockHttpServer::GetMockUrl("manifest");
1751 const GURL kEmptyPageUrl(MockHttpServer::GetMockUrl("empty.html"));
1755 MockHttpServer::GetMockUrl("manifest"));
1763 GURL manifest_url = MockHttpServer::GetMockUrl("manifest");
H A Dappcache_update_job_unittest.cc41 static GURL GetMockUrl(const std::string& path) { function in class:content::__anon7012::MockHttpServer
824 MockHttpServer::GetMockUrl("files/missing-mime-manifest"),
861 service_->storage(), MockHttpServer::GetMockUrl("files/nosuchfile"),
898 service_->storage(), MockHttpServer::GetMockUrl("files/gone"),
924 service_->storage(), MockHttpServer::GetMockUrl("files/notmodified"),
950 service_->storage(), MockHttpServer::GetMockUrl("files/notmodified"),
987 service_->storage(), MockHttpServer::GetMockUrl("files/manifest1"),
1037 service_->storage(), MockHttpServer::GetMockUrl("files/empty-manifest"),
1045 MockHttpServer::GetMockUrl("files/missing-mime-manifest");
1081 GURL manifest_url = MockHttpServer::GetMockUrl("file
[all...]

Completed in 86 milliseconds