HomeSort by relevance Sort by last modified time
    Searched refs:kMockHostname (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/test/url_request/
url_request_failed_job.cc 18 const char kMockHostname[] = "mock.failed.request";
21 // scheme://kMockHostname/error_code. The error code must be a valid
60 return AddUrlHandlerForHostname(kMockHostname);
74 return GetMockHttpUrlForHostname(net_error, kMockHostname);
79 return GetMockHttpsUrlForHostname(net_error, kMockHostname);
url_request_mock_http_job.cc 19 const char kMockHostname[] = "mock.http";
94 // Add kMockHostname to net::URLRequestFilter.
97 "http", kMockHostname, CreateInterceptor(base_path, worker_pool));
113 url.append(kMockHostname);

Completed in 1200 milliseconds