Searched defs:URLRequestJob (Results 1 - 2 of 2) sorted by path

/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 Durl_request_job.h44 class NET_EXPORT URLRequestJob class in namespace:net
45 : public base::RefCounted<URLRequestJob>,
48 explicit URLRequestJob(URLRequest* request,
79 // subclasses call URLRequestJob::Kill() after doing any additional work.
221 // We invoke URLRequestJob::Kill on suspend (crbug.com/4606).
226 // exist at destruction time of the URLRequestJob, unless they have been
231 friend class base::RefCounted<URLRequestJob>;
232 virtual ~URLRequestJob();
432 base::WeakPtrFactory<URLRequestJob> weak_factory_;
434 DISALLOW_COPY_AND_ASSIGN(URLRequestJob);
[all...]

Completed in 296 milliseconds