Home | History | Annotate | Download | only in fileapi

Lines Matching refs:storage

5 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
16 #include "storage/browser/fileapi/file_system_backend.h"
17 #include "storage/browser/fileapi/file_system_url.h"
18 #include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
19 #include "storage/common/fileapi/file_system_util.h"
23 using storage::FileSystemURL;
24 using storage::SandboxFileSystemBackend;
25 using storage::SandboxFileSystemBackendDelegate;
39 storage::FileSystemType type;
43 {storage::kFileSystemTypeTemporary, "http://foo:1/", "000" PS "t"},
44 {storage::kFileSystemTypePersistent, "http://foo:1/", "000" PS "p"},
45 {storage::kFileSystemTypeTemporary, "http://bar.com/", "001" PS "t"},
46 {storage::kFileSystemTypePersistent, "http://bar.com/", "001" PS "p"},
47 {storage::kFileSystemTypeTemporary, "https://foo:2/", "002" PS "t"},
48 {storage::kFileSystemTypePersistent, "https://foo:2/", "002" PS "p"},
49 {storage::kFileSystemTypeTemporary, "https://bar.com/", "003" PS "t"},
50 {storage::kFileSystemTypePersistent, "https://bar.com/", "003" PS "p"},
54 storage::FileSystemType type;
59 {storage::kFileSystemTypeTemporary, "file:///", "000" PS "t", NULL},
60 {storage::kFileSystemTypePersistent, "file:///", "000" PS "p", NULL},
79 void SetUpNewDelegate(const storage::FileSystemOptions& options) {
88 void SetUpNewBackend(const storage::FileSystemOptions& options) {
93 storage::SandboxFileSystemBackendDelegate::OriginEnumerator*
99 storage::FileSystemType type) {
107 storage::FileSystemType type,
108 storage::OpenFileSystemMode mode,
133 scoped_ptr<storage::SandboxFileSystemBackendDelegate> delegate_;
134 scoped_ptr<storage::SandboxFileSystemBackend> backend_;
163 storage::kFileSystemTypeTemporary);
168 storage::kFileSystemTypePersistent);
179 if (enumerator->HasFileSystemType(storage::kFileSystemTypeTemporary)) {
183 if (enumerator->HasFileSystemType(storage::kFileSystemTypePersistent)) {
206 storage::OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT,
226 storage::OPEN_FILE_SYSTEM_FAIL_IF_NONEXISTENT,
243 storage::kFileSystemTypeTemporary,
244 storage::OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT,
250 storage::kFileSystemTypeTemporary,
251 storage::OPEN_FILE_SYSTEM_FAIL_IF_NONEXISTENT,
266 storage::OPEN_FILE_SYSTEM_FAIL_IF_NONEXISTENT,
280 storage::OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT,
292 storage::OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT,
305 storage::OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT,