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 (unique
85 class SaveFileManager : public base::RefCountedThreadSafe<SaveFileManager> {
87 SaveFileManager();
120 // Called on the UI thread to remove a save package from SaveFileManager's
149 friend class base::RefCountedThreadSafe<SaveFileManager>;
151 ~SaveFileManager();
247 DISALLOW_COPY_AND_ASSIGN(SaveFileManager);