HomeSort by relevance Sort by last modified time
    Searched defs:FileSystemBackend (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
file_system_backend.h 39 // NOTE: when you implement a new FileSystemBackend for your own
42 class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemBackend {
49 virtual ~FileSystemBackend() {}
127 class ExternalFileSystemBackend : public FileSystemBackend {
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 35 // FileSystemBackend is a Chrome OS specific implementation of
67 class FileSystemBackend : public fileapi::ExternalFileSystemBackend {
69 using fileapi::FileSystemBackend::OpenFileSystemCallback;
71 // FileSystemBackend will take an ownership of a |mount_points|
73 // pointer and it should outlive FileSystemBackend instance.
75 FileSystemBackend(
80 virtual ~FileSystemBackend();
91 // fileapi::FileSystemBackend overrides.
160 // all FileSystemBackend instances, so raw pointer is safe.
163 DISALLOW_COPY_AND_ASSIGN(FileSystemBackend);
    [all...]
file_system_backend.cc 38 bool FileSystemBackend::CanHandleURL(const fileapi::FileSystemURL& url) {
46 FileSystemBackend::FileSystemBackend(
60 FileSystemBackend::~FileSystemBackend() {
63 void FileSystemBackend::AddSystemMountPoints() {
94 bool FileSystemBackend::CanHandleType(fileapi::FileSystemType type) const {
107 void FileSystemBackend::Initialize(fileapi::FileSystemContext* context) {
110 void FileSystemBackend::OpenFileSystem(
122 fileapi::FileSystemQuotaUtil* FileSystemBackend::GetQuotaUtil()
    [all...]

Completed in 838 milliseconds