Searched refs:kMockHostname (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/test/url_request/
H A Durl_request_failed_job.cc18 const char kMockHostname[] = "mock.failed.request"; member in namespace:net::__anon9649
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);
H A Durl_request_mock_http_job.cc19 const char kMockHostname[] = "mock.http"; variable
94 // Add kMockHostname to net::URLRequestFilter.
97 "http", kMockHostname, CreateInterceptor(base_path, worker_pool));
113 url.append(kMockHostname);

Completed in 633 milliseconds