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

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

Completed in 188 milliseconds