Home | History | Annotate | Download | only in fileapi

Lines Matching defs:FileSystemBackend

31 // FileSystemBackend is a Chrome OS specific implementation of
63 class FileSystemBackend : public storage::ExternalFileSystemBackend {
65 using storage::FileSystemBackend::OpenFileSystemCallback;
67 // FileSystemBackend will take an ownership of a |mount_points|
69 // pointer and it should outlive FileSystemBackend instance.
72 FileSystemBackend(
79 virtual ~FileSystemBackend();
90 // storage::FileSystemBackend overrides.
174 // all FileSystemBackend instances, so raw pointer is safe.
177 DISALLOW_COPY_AND_ASSIGN(FileSystemBackend);