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

  /external/chromium_org/storage/browser/fileapi/
file_system_backend.h 41 // FileSystemBackend::CreateFileStreamReader(), when it's not known how many
47 // NOTE: when you implement a new FileSystemBackend for your own
50 class STORAGE_EXPORT FileSystemBackend {
57 virtual ~FileSystemBackend() {}
158 class ExternalFileSystemBackend : public FileSystemBackend {
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 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);
    [all...]
file_system_backend.cc 27 bool FileSystemBackend::CanHandleURL(const storage::FileSystemURL& url) {
37 FileSystemBackend::FileSystemBackend(
54 FileSystemBackend::~FileSystemBackend() {
57 void FileSystemBackend::AddSystemMountPoints() {
78 bool FileSystemBackend::CanHandleType(storage::FileSystemType type) const {
93 void FileSystemBackend::Initialize(storage::FileSystemContext* context) {
96 void FileSystemBackend::ResolveURL(const storage::FileSystemURL& url,
144 storage::FileSystemQuotaUtil* FileSystemBackend::GetQuotaUtil()
    [all...]

Completed in 365 milliseconds