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

1 2

  /external/chromium_org/content/public/test/
test_file_system_context.h 18 class FileSystemBackend;
32 ScopedVector<storage::FileSystemBackend> additional_providers,
37 ScopedVector<storage::FileSystemBackend> additional_providers,
test_file_system_context.cc 20 ScopedVector<storage::FileSystemBackend> additional_providers;
30 ScopedVector<storage::FileSystemBackend> additional_providers,
46 ScopedVector<storage::FileSystemBackend> additional_providers,
64 ScopedVector<storage::FileSystemBackend> additional_providers;
test_file_system_backend.h 29 class TestFileSystemBackend : public storage::FileSystemBackend {
36 // FileSystemBackend implementation.
  /external/chromium_org/chrome/browser/chromeos/fileapi/
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...]
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_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/chrome/browser/
chrome_content_browser_client_parts.h 29 class FileSystemBackend;
56 ScopedVector<storage::FileSystemBackend>* additional_backends) {}
  /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 {
file_system_context.cc 139 ScopedVector<FileSystemBackend> additional_backends,
169 for (ScopedVector<FileSystemBackend>::const_iterator iter =
184 for (ScopedVector<FileSystemBackend>::const_iterator iter =
207 FileSystemBackend* backend = iter->second;
226 FileSystemBackend* backend = GetFileSystemBackend(type);
245 FileSystemBackend* backend = GetFileSystemBackend(type);
253 FileSystemBackend* backend = GetFileSystemBackend(type);
264 FileSystemBackend* backend = GetFileSystemBackend(type);
271 FileSystemBackend* FileSystemContext::GetFileSystemBackend(
282 FileSystemBackend* backend = GetFileSystemBackend(type)
    [all...]
file_system_context.h 57 class FileSystemBackend;
100 // Unless a FileSystemBackend is overridden in CreateFileSystemOperation,
125 ScopedVector<FileSystemBackend> additional_backends,
164 FileSystemBackend* GetFileSystemBackend(
185 // Returns a FileSystemBackend instance for external filesystem
252 // FileSystemBackend for the URL and call the backend's CreateFileReader.
253 // The resolved FileSystemBackend could perform further specialization
317 typedef std::map<FileSystemType, FileSystemBackend*>
339 // FileSystemBackend for |url| and calling the backend's corresponding
341 // The resolved FileSystemBackend could perform further specializatio
    [all...]
isolated_file_system_backend.h 16 class IsolatedFileSystemBackend : public FileSystemBackend {
21 // FileSystemBackend implementation.
sandbox_file_system_backend.h 29 : public FileSystemBackend {
34 // FileSystemBackend overrides.
file_system_quota_client.cc 69 FileSystemBackend* provider = context->GetFileSystemBackend(type);
plugin_private_file_system_backend.h 36 : public FileSystemBackend,
63 // FileSystemBackend overrides.
sandbox_file_system_backend_delegate.h 62 typedef FileSystemBackend::OpenFileSystemCallback OpenFileSystemCallback;
107 // FileSystemBackend helpers.
  /external/chromium_org/chrome/browser/extensions/
chrome_content_browser_client_extensions_part.h 77 ScopedVector<storage::FileSystemBackend>* additional_backends) OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 33 class MediaFileSystemBackend : public storage::FileSystemBackend {
57 // FileSystemBackend implementation.
media_file_validator_browsertest.cc 110 ScopedVector<storage::FileSystemBackend> additional_providers;
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h 23 class SyncFileSystemBackend : public storage::FileSystemBackend {
30 // FileSystemBackend overrides.
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 63 ScopedVector<storage::FileSystemBackend> additional_backends;
copy_or_move_file_validator_unittest.cc 62 storage::FileSystemBackend* test_file_system_backend =
68 storage::FileSystemBackend* src_file_system_backend =
file_system_context_unittest.cc 27 using storage::FileSystemBackend;
74 ScopedVector<FileSystemBackend>(),
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc 90 if (!chromeos::FileSystemBackend::CanHandleURL(url)) {
147 if (!chromeos::FileSystemBackend::CanHandleURL(file_system_url))
  /external/chromium_org/content/public/browser/
content_browser_client.h 80 class FileSystemBackend;
578 ScopedVector<storage::FileSystemBackend>* additional_backends) {}
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 139 ScopedVector<storage::FileSystemBackend>(),

Completed in 298 milliseconds

1 2