/external/chromium/chrome/browser/net/ |
D | url_request_mock_util.cc | 35 URLRequestFailedDnsJob::AddUrlHandler(); in SetUrlRequestMocksEnabled() 36 URLRequestMockLinkDoctorJob::AddUrlHandler(); in SetUrlRequestMocksEnabled() 37 URLRequestSlowDownloadJob::AddUrlHandler(); in SetUrlRequestMocksEnabled() 41 URLRequestMockHTTPJob::AddUrlHandler(root_http); in SetUrlRequestMocksEnabled() 42 URLRequestSlowHTTPJob::AddUrlHandler(root_http); in SetUrlRequestMocksEnabled()
|
D | url_request_slow_download_job.cc | 37 void URLRequestSlowDownloadJob::AddUrlHandler() { in AddUrlHandler() function in URLRequestSlowDownloadJob 39 filter->AddUrlHandler(GURL(kUnknownSizeUrl), in AddUrlHandler() 41 filter->AddUrlHandler(GURL(kKnownSizeUrl), in AddUrlHandler() 43 filter->AddUrlHandler(GURL(kFinishDownloadUrl), in AddUrlHandler()
|
D | url_request_failed_dns_job.cc | 31 void URLRequestFailedDnsJob::AddUrlHandler() { in AddUrlHandler() function in URLRequestFailedDnsJob 33 filter->AddUrlHandler(GURL(kTestUrl), in AddUrlHandler()
|
D | url_request_mock_link_doctor_job.h | 20 static void AddUrlHandler();
|
D | url_request_failed_dns_job.h | 26 static void AddUrlHandler();
|
D | url_request_slow_http_job.h | 23 static void AddUrlHandler(const FilePath& base_path);
|
D | url_request_mock_link_doctor_job.cc | 32 void URLRequestMockLinkDoctorJob::AddUrlHandler() { in AddUrlHandler() function in URLRequestMockLinkDoctorJob
|
D | url_request_slow_download_job.h | 41 static void AddUrlHandler();
|
D | url_request_mock_http_job.h | 29 static void AddUrlHandler(const FilePath& base_path);
|
D | url_request_slow_http_job.cc | 28 void URLRequestSlowHTTPJob::AddUrlHandler(const FilePath& base_path) { in AddUrlHandler() function in URLRequestSlowHTTPJob
|
D | url_request_mock_net_error_job.cc | 48 ->AddUrlHandler(url, &URLRequestMockNetErrorJob::Factory); in AddMockedURL()
|
D | url_request_mock_http_job.cc | 31 void URLRequestMockHTTPJob::AddUrlHandler(const FilePath& base_path) { in AddUrlHandler() function in URLRequestMockHTTPJob
|
/external/chromium/net/url_request/ |
D | url_request_filter.h | 57 bool AddUrlHandler(const GURL& url,
|
D | url_request_filter.cc | 64 bool URLRequestFilter::AddUrlHandler( in AddUrlHandler() function in net::URLRequestFilter
|