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

  /external/chromium/chrome/browser/net/
url_request_slow_http_job.cc 38 GURL URLRequestSlowHTTPJob::GetMockUrl(const FilePath& path) {
url_request_mock_http_job.cc 41 GURL URLRequestMockHTTPJob::GetMockUrl(const FilePath& path) {
55 url.append(GetMockUrl(path).spec());
  /external/chromium_org/content/test/net/
url_request_failed_job.cc 35 GURL GetMockUrl(const std::string& scheme, int net_error) {
71 return GetMockUrl("http", net_error);
76 return GetMockUrl("https", net_error);
url_request_mock_http_job.cc 86 GURL URLRequestMockHTTPJob::GetMockUrl(const base::FilePath& path) {
100 url.append(GetMockUrl(path).spec());
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 41 static GURL GetMockUrl(const std::string& path) {
821 MockHttpServer::GetMockUrl("files/missing-mime-manifest"),
858 service_->storage(), MockHttpServer::GetMockUrl("files/nosuchfile"),
895 service_->storage(), MockHttpServer::GetMockUrl("files/gone"),
    [all...]

Completed in 2418 milliseconds