Searched defs:URLRequestFileJob (Results 1 - 2 of 2) 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...]

Completed in 73 milliseconds