Home | History | Annotate | Download | only in download

Lines Matching defs:SaveFileManager

7 // The SaveFileManager owns a set of SaveFile objects, each of which connects
13 // The SaveFileManager itself is a singleton object owned by the
16 // The data sent to SaveFileManager have 2 sources, one is from
22 // SaveFileManager on the file thread. SaveFileManager will directly
52 // The SaveFileManager tracks saving requests, mapping from a save ID
83 class SaveFileManager
84 : public base::RefCountedThreadSafe<SaveFileManager> {
86 explicit SaveFileManager(ResourceDispatcherHost* rdh);
117 // Called on the UI thread to remove a save package from SaveFileManager's
153 friend class base::RefCountedThreadSafe<SaveFileManager>;
155 ~SaveFileManager();
251 DISALLOW_COPY_AND_ASSIGN(SaveFileManager);