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

1 2

  /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_org/chrome/browser/net/
url_request_mock_util.cc 36 content::URLRequestFailedJob::AddUrlHandler();
37 content::URLRequestSlowDownloadJob::AddUrlHandler();
41 content::URLRequestMockHTTPJob::AddUrlHandler(root_http);
  /external/chromium_org/content/test/net/
url_request_abort_on_end_job.h 36 static void AddUrlHandler();
url_request_failed_job.h 28 static void AddUrlHandler();
url_request_mock_http_job.h 35 static void AddUrlHandler(const base::FilePath& base_path);
42 // Given the path to a file relative to the path passed to AddUrlHandler(),
46 // Given the path to a file relative to the path passed to AddUrlHandler(),
url_request_abort_on_end_job.cc 36 filter->AddUrlHandler(GURL(URLRequestAbortOnEndJob::k400AbortOnEndUrl),
46 void URLRequestAbortOnEndJob::AddUrlHandler() {
url_request_slow_download_job.cc 47 void URLRequestSlowDownloadJob::AddUrlHandler() {
49 filter->AddUrlHandler(GURL(kUnknownSizeUrl),
51 filter->AddUrlHandler(GURL(kKnownSizeUrl),
53 filter->AddUrlHandler(GURL(kFinishDownloadUrl),
55 filter->AddUrlHandler(GURL(kErrorDownloadUrl),
url_request_slow_download_job.h 54 static void AddUrlHandler();
url_request_failed_job.cc 60 void URLRequestFailedJob::AddUrlHandler() {
  /external/chromium_org/content/browser/
webkit_browsertest.cc 27 URLRequestAbortOnEndJob::AddUrlHandler();
50 URLRequestAbortOnEndJob::AddUrlHandler();
  /external/chromium/net/url_request/
url_request_filter.h 11 // URLRequestFilter::GetInstance()->AddUrlHandler(
57 bool AddUrlHandler(const GURL& url,
  /external/chromium_org/net/url_request/
url_request_filter.h 11 // URLRequestFilter::GetInstance()->AddUrlHandler(
65 bool AddUrlHandler(const GURL& url,
url_request_filter_unittest.cc 61 // Check AddUrlHandler checks for invalid URLs.
62 EXPECT_FALSE(URLRequestFilter::GetInstance()->AddUrlHandler(GURL(),
67 EXPECT_TRUE(URLRequestFilter::GetInstance()->AddUrlHandler(url_1,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_browsertest.cc 31 content::URLRequestMockHTTPJob::AddUrlHandler(path);

Completed in 459 milliseconds

1 2