HomeSort by relevance Sort by last modified time
    Searched defs:GetMockUrl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/test/net/
url_request_failed_job.cc 35 GURL GetMockUrl(const std::string& scheme,
85 return GetMockUrl("http", hostname, net_error);
91 return GetMockUrl("https", hostname, net_error);
url_request_mock_http_job.cc 87 GURL URLRequestMockHTTPJob::GetMockUrl(const base::FilePath& path) {
101 url.append(GetMockUrl(path).spec());
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc 104 static GURL GetMockUrl(const std::string& path) {
    [all...]
appcache_update_job_unittest.cc 66 static GURL GetMockUrl(const std::string& path) {
848 MockHttpServer::GetMockUrl("files/missing-mime-manifest"),
885 service_->storage(), MockHttpServer::GetMockUrl("files/nosuchfile"),
    [all...]

Completed in 67 milliseconds