Searched refs:URLRequestJob (Results 1 - 25 of 152) sorted by relevance

1234567

/external/chromium_org/net/url_request/
H A Durl_request_job.cc25 URLRequestJob::URLRequestJob(URLRequest* request, function in class:net::URLRequestJob
43 void URLRequestJob::SetUpload(UploadDataStream* upload) {
46 void URLRequestJob::SetExtraRequestHeaders(const HttpRequestHeaders& headers) {
49 void URLRequestJob::SetPriority(RequestPriority priority) {
52 void URLRequestJob::Kill() {
60 void URLRequestJob::DetachRequest() {
67 bool URLRequestJob::Read(IOBuffer* buf, int buf_size, int *bytes_read) {
104 void URLRequestJob::StopCaching() {
108 bool URLRequestJob
[all...]
H A Ddata_protocol_handler.h14 class URLRequestJob;
21 virtual URLRequestJob* MaybeCreateJob(
H A Durl_request_interceptor.h14 class URLRequestJob;
17 // A URLRequestInterceptor is given a chance to create a URLRequestJob to
25 // Returns a URLRequestJob to handle |request|, if the interceptor wants to
28 virtual URLRequestJob* MaybeInterceptRequest(
H A Ddata_protocol_handler.cc14 URLRequestJob* DataProtocolHandler::MaybeCreateJob(
H A Durl_request_job_factory.h21 class URLRequestJob;
31 virtual URLRequestJob* MaybeCreateJob(
45 virtual URLRequestJob* MaybeCreateJobWithProtocolHandler(
H A Dfile_protocol_handler.h22 class URLRequestJob;
32 virtual URLRequestJob* MaybeCreateJob(
H A Dftp_protocol_handler.h18 class URLRequestJob;
26 virtual URLRequestJob* MaybeCreateJob(
H A Durl_range_request_job.cc15 : URLRequestJob(request, delegate), range_parse_result_(OK) {
H A Durl_request_error_job.h5 // Invalid URLs go through this URLRequestJob class rather than being
17 class NET_EXPORT URLRequestErrorJob : public URLRequestJob {
H A Durl_request_intercepting_job_factory.cc21 URLRequestJob* URLRequestInterceptingJobFactory::
27 URLRequestJob* job = interceptor_->MaybeInterceptRequest(request,
H A Durl_request_intercepting_job_factory.h21 class URLRequestJob;
25 // URLRequestInteceptor is given the option of creating a URLRequestJob for each
41 virtual URLRequestJob* MaybeCreateJobWithProtocolHandler(
H A Durl_request_job_manager.cc47 URLRequestJob* URLRequestJobManager::CreateJob(
77 URLRequestJob* job = (*i)->MaybeIntercept(request, network_delegate);
83 URLRequestJob* job = job_factory->MaybeCreateJobWithProtocolHandler(
91 URLRequestJob* job = (kBuiltinFactories[i].factory)(
105 URLRequestJob* URLRequestJobManager::MaybeInterceptRedirect(
125 URLRequestJob* job = (*i)->MaybeInterceptRedirect(request,
134 URLRequestJob* URLRequestJobManager::MaybeInterceptResponse(
152 URLRequestJob* job = (*i)->MaybeInterceptResponse(request,
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.h13 class URLRequestJob;
21 static net::URLRequestJob* CreateJobForRequest(
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.h11 class URLRequestJob;
21 static net::URLRequestJob* CreateJobForRequest(
H A Dview_blob_internals_job_factory.h11 class URLRequestJob;
24 static net::URLRequestJob* CreateJobForRequest(
H A Dview_blob_internals_job_factory.cc21 net::URLRequestJob* ViewBlobInternalsJobFactory::CreateJobForRequest(
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc14 using net::URLRequestJob;
31 // URLRequestJobManager will try and create the URLRequestJob by using the
40 URLRequestJob* AwURLRequestJobFactory::MaybeCreateJobWithProtocolHandler(
44 URLRequestJob* job = next_factory_->MaybeCreateJobWithProtocolHandler(
/external/chromium_org/android_webview/browser/
H A Daw_request_interceptor.h16 class URLRequestJob;
33 virtual net::URLRequestJob* MaybeInterceptRequest(
H A Daw_web_resource_response.h17 class URLRequestJob;
42 // This creates a URLRequestJob for the |request| wich will read data from
46 static net::URLRequestJob* CreateJobFor(
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_url_request_util.h17 class URLRequestJob;
37 // Creates a URLRequestJob for loading component extension resources out of
40 net::URLRequestJob* MaybeCreateURLRequestResourceBundleJob(
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_protocol_handler.cc21 net::URLRequestJob* ExternalFileProtocolHandler::MaybeCreateJob(
/external/chromium_org/chrome/browser/net/
H A Dabout_protocol_handler.cc14 net::URLRequestJob* AboutProtocolHandler::MaybeCreateJob(
H A Dabout_protocol_handler.h18 virtual net::URLRequestJob* MaybeCreateJob(
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.h23 class URLRequestJob;
33 // A callback that returns a new URLRequestJob given a URLRequest.
36 net::URLRequestJob*(net::URLRequest*, net::NetworkDelegate*)> JobCallback;
/external/chromium_org/net/test/url_request/
H A Durl_request_failed_job.h17 // This class simulates a URLRequestJob failing with a given error code while
19 class URLRequestFailedJob : public URLRequestJob {
48 static URLRequestJob* Factory(URLRequest* request,

Completed in 251 milliseconds

1234567