HomeSort by relevance Sort by last modified time
    Searched refs:FileSystemBackend (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/content/public/test/
test_file_system_context.h 18 class FileSystemBackend;
32 ScopedVector<fileapi::FileSystemBackend> additional_providers,
38 ScopedVector<fileapi::FileSystemBackend> additional_providers,
test_file_system_context.cc 20 ScopedVector<fileapi::FileSystemBackend> additional_providers;
30 ScopedVector<fileapi::FileSystemBackend> additional_providers,
47 ScopedVector<fileapi::FileSystemBackend> additional_providers,
65 ScopedVector<fileapi::FileSystemBackend> additional_providers;
test_file_system_backend.h 29 class TestFileSystemBackend : public fileapi::FileSystemBackend {
36 // FileSystemBackend implementation.
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 26 bool FileSystemBackend::CanHandleURL(const fileapi::FileSystemURL& url) {
36 FileSystemBackend::FileSystemBackend(
52 FileSystemBackend::~FileSystemBackend() {
55 void FileSystemBackend::AddSystemMountPoints() {
76 bool FileSystemBackend::CanHandleType(fileapi::FileSystemType type) const {
91 void FileSystemBackend::Initialize(fileapi::FileSystemContext* context) {
94 void FileSystemBackend::ResolveURL(const fileapi::FileSystemURL& url,
142 fileapi::FileSystemQuotaUtil* FileSystemBackend::GetQuotaUtil()
    [all...]
file_system_backend.h 29 // FileSystemBackend is a Chrome OS specific implementation of
61 class FileSystemBackend : public fileapi::ExternalFileSystemBackend {
63 using fileapi::FileSystemBackend::OpenFileSystemCallback;
65 // FileSystemBackend will take an ownership of a |mount_points|
67 // pointer and it should outlive FileSystemBackend instance.
70 FileSystemBackend(
77 virtual ~FileSystemBackend();
88 // fileapi::FileSystemBackend overrides.
159 // all FileSystemBackend instances, so raw pointer is safe.
162 DISALLOW_COPY_AND_ASSIGN(FileSystemBackend);
    [all...]
file_system_backend_unittest.cc 43 chromeos::FileSystemBackend backend(
73 chromeos::FileSystemBackend backend(NULL, // drive_delegate
120 chromeos::FileSystemBackend backend(NULL, // drive_delegate
214 chromeos::FileSystemBackend backend(NULL, // drive_delegate
  /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() {}
125 class ExternalFileSystemBackend : public FileSystemBackend {
file_system_context.cc 139 ScopedVector<FileSystemBackend> additional_backends,
170 for (ScopedVector<FileSystemBackend>::const_iterator iter =
185 for (ScopedVector<FileSystemBackend>::const_iterator iter =
208 FileSystemBackend* backend = iter->second;
227 FileSystemBackend* backend = GetFileSystemBackend(type);
246 FileSystemBackend* backend = GetFileSystemBackend(type);
254 FileSystemBackend* backend = GetFileSystemBackend(type);
265 FileSystemBackend* backend = GetFileSystemBackend(type);
272 FileSystemBackend* FileSystemContext::GetFileSystemBackend(
288 FileSystemBackend* backend = GetFileSystemBackend(type)
    [all...]
file_system_context.h 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 specializatio
    [all...]
isolated_file_system_backend.h 15 class IsolatedFileSystemBackend : public FileSystemBackend {
20 // FileSystemBackend implementation.
sandbox_file_system_backend.h 29 : public FileSystemBackend {
34 // FileSystemBackend overrides.
file_system_quota_client.cc 70 FileSystemBackend* provider = context->GetFileSystemBackend(type);
plugin_private_file_system_backend.h 34 : public FileSystemBackend,
61 // FileSystemBackend overrides.
sandbox_file_system_backend_delegate.h 61 typedef FileSystemBackend::OpenFileSystemCallback OpenFileSystemCallback;
106 // FileSystemBackend helpers.
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_backend.h 22 class PrivetFileSystemBackend : public fileapi::FileSystemBackend {
28 // FileSystemBackend implementation.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 32 class MediaFileSystemBackend : public fileapi::FileSystemBackend {
56 // FileSystemBackend implementation.
media_file_validator_browsertest.cc 110 ScopedVector<fileapi::FileSystemBackend> additional_providers;
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h 23 : public fileapi::FileSystemBackend {
30 // FileSystemBackend overrides.
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 64 ScopedVector<fileapi::FileSystemBackend> additional_backends;
copy_or_move_file_validator_unittest.cc 62 fileapi::FileSystemBackend* test_file_system_backend =
68 fileapi::FileSystemBackend* src_file_system_backend =
file_system_context_unittest.cc 27 using fileapi::FileSystemBackend;
74 ScopedVector<FileSystemBackend>(),
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc 119 if (!chromeos::FileSystemBackend::CanHandleURL(url)) {
179 if (!chromeos::FileSystemBackend::CanHandleURL(file_system_url))
private_api_util.cc 284 if (!chromeos::FileSystemBackend::CanHandleURL(filesystem_url))
  /external/chromium_org/content/public/browser/
content_browser_client.h 79 class FileSystemBackend;
607 ScopedVector<fileapi::FileSystemBackend>* additional_backends) {}
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 155 ScopedVector<fileapi::FileSystemBackend>(),

Completed in 690 milliseconds

1 2