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

/external/chromium_org/net/url_request/
H A Durl_request_file_job.cc12 // asynchronous read, the URLRequestFileJob keeps a buffer as a member var. In
13 // URLRequestFileJob::Read, data is simply copied from the object's buffer into
14 // the given buffer. If there is no data to copy, the URLRequestFileJob
16 // file does not complete synchronously, then the URLRequestFileJob waits for a
49 URLRequestFileJob::FileMetaInfo::FileMetaInfo()
56 URLRequestFileJob::URLRequestFileJob( function in class:net::URLRequestFileJob
68 void URLRequestFileJob::Start() {
72 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
74 base::Bind(&URLRequestFileJob
[all...]
H A Durl_request_file_job.h31 class NET_EXPORT URLRequestFileJob : public URLRequestJob { class in namespace:net
33 URLRequestFileJob(URLRequest* request,
56 virtual ~URLRequestFileJob();
65 // URLRequestFileJob and also passed between threads because disk access is
107 base::WeakPtrFactory<URLRequestFileJob> weak_ptr_factory_;
109 DISALLOW_COPY_AND_ASSIGN(URLRequestFileJob);

Completed in 363 milliseconds