HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestFileJob (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_request_file_job.cc 12 // 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(
68 void URLRequestFileJob::Start() {
72 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
74 base::Bind(&URLRequestFileJob::DidFetchMetaInfo
    [all...]
url_request_file_job.h 31 class NET_EXPORT URLRequestFileJob : public URLRequestJob {
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 47 milliseconds