Home | History | Annotate | Download | only in download

Lines Matching defs:DownloadFileManager

5 // The DownloadFileManager owns a set of DownloadFile objects, each of which
7 // download. The DownloadFileManager itself is a singleton object owned by the
10 // The DownloadFileManager uses the file_thread for performing file write
32 // The DownloadFileManager tracks download requests, mapping from a download
35 // during a download, the DownloadFileManager will continue to route data to the
66 class DownloadFileManager
67 : public base::RefCountedThreadSafe<DownloadFileManager> {
69 explicit DownloadFileManager(ResourceDispatcherHost* rdh);
77 // Called on UI thread to make DownloadFileManager start the download.
95 // download file, as far as the DownloadFileManager is concerned -- if
117 // The number of downloads currently active on the DownloadFileManager.
124 friend class base::RefCountedThreadSafe<DownloadFileManager>;
128 ~DownloadFileManager();
169 base::RepeatingTimer<DownloadFileManager> update_timer_;
173 DISALLOW_COPY_AND_ASSIGN(DownloadFileManager);