Home | History | Annotate | Download | only in fileapi

Lines Matching refs:FileSystemBackend

57 class FileSystemBackend;
99 // Unless a FileSystemBackend is overridden in CreateFileSystemOperation,
124 ScopedVector<FileSystemBackend> additional_backends,
163 FileSystemBackend* GetFileSystemBackend(
179 // Returns a FileSystemBackend instance for external filesystem
246 // FileSystemBackend for the URL and call the backend's CreateFileReader.
247 // The resolved FileSystemBackend could perform further specialization
309 typedef std::map<FileSystemType, FileSystemBackend*>
331 // FileSystemBackend for |url| and calling the backend's corresponding
333 // The resolved FileSystemBackend could perform further specialization
352 void RegisterBackend(FileSystemBackend* backend);
361 // Returns a FileSystemBackend, used only by test code.
384 ScopedVector<FileSystemBackend> additional_backends_;