Home | History | Annotate | Download | only in test

Lines Matching refs:storage

11 #include "storage/browser/fileapi/external_mount_points.h"
12 #include "storage/browser/fileapi/file_system_backend.h"
13 #include "storage/browser/fileapi/file_system_context.h"
17 storage::FileSystemContext* CreateFileSystemContextForTesting(
18 storage::QuotaManagerProxy* quota_manager_proxy,
20 ScopedVector<storage::FileSystemBackend> additional_providers;
27 storage::FileSystemContext*
29 storage::QuotaManagerProxy* quota_manager_proxy,
30 ScopedVector<storage::FileSystemBackend> additional_providers,
32 return new storage::FileSystemContext(
35 storage::ExternalMountPoints::CreateRefCounted().get(),
39 std::vector<storage::URLRequestAutoMountHandler>(),
44 storage::FileSystemContext* CreateFileSystemContextWithAutoMountersForTesting(
45 storage::QuotaManagerProxy* quota_manager_proxy,
46 ScopedVector<storage::FileSystemBackend> additional_providers,
47 const std::vector<storage::URLRequestAutoMountHandler>& auto_mounters,
49 return new storage::FileSystemContext(
52 storage::ExternalMountPoints::CreateRefCounted().get(),
61 storage::FileSystemContext* CreateIncognitoFileSystemContextForTesting(
62 storage::QuotaManagerProxy* quota_manager_proxy,
64 ScopedVector<storage::FileSystemBackend> additional_providers;
65 return new storage::FileSystemContext(
68 storage::ExternalMountPoints::CreateRefCounted().get(),
72 std::vector<storage::URLRequestAutoMountHandler>(),