Searched defs:URLRequestFileJob (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_file_job.h27 class URLRequestFileJob : public URLRequestJob { class in namespace:net
29 URLRequestFileJob(URLRequest* request, const FilePath& file_path);
47 virtual ~URLRequestFileJob();
56 CompletionCallbackImpl<URLRequestFileJob> io_callback_;
69 ScopedRunnableMethodFactory<URLRequestFileJob> method_factory_;
71 DISALLOW_COPY_AND_ASSIGN(URLRequestFileJob);
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
44 class URLRequestFileJob::AsyncResolver
45 : public base::RefCountedThreadSafe<URLRequestFileJob::AsyncResolver> {
47 explicit AsyncResolver(URLRequestFileJob* owner)
69 friend class base::RefCountedThreadSafe<URLRequestFileJob::AsyncResolver>;
78 URLRequestFileJob* owner_;
85 URLRequestFileJob function in class:net::URLRequestFileJob
[all...]
/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(URLRequest* request, function in class:net::URLRequestFileJob
66 void URLRequestFileJob::Start() {
70 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
72 base::Bind(&URLRequestFileJob
[all...]
H A Durl_request_file_job.h30 class NET_EXPORT URLRequestFileJob : public URLRequestJob { class in namespace:net
32 URLRequestFileJob(URLRequest* request,
50 virtual ~URLRequestFileJob();
57 // URLRequestFileJob and also passed between threads because disk access is
98 base::WeakPtrFactory<URLRequestFileJob> weak_ptr_factory_;
100 DISALLOW_COPY_AND_ASSIGN(URLRequestFileJob);

Completed in 73 milliseconds