Home | History | Annotate | Download | only in test

Lines Matching refs:storage

10 #include "storage/browser/fileapi/file_system_context.h"
12 namespace storage {
17 namespace storage {
23 storage::FileSystemContext* CreateFileSystemContextForTesting(
24 storage::QuotaManagerProxy* quota_manager_proxy,
29 storage::FileSystemContext*
31 storage::QuotaManagerProxy* quota_manager_proxy,
32 ScopedVector<storage::FileSystemBackend> additional_providers,
35 storage::FileSystemContext* CreateFileSystemContextWithAutoMountersForTesting(
36 storage::QuotaManagerProxy* quota_manager_proxy,
37 ScopedVector<storage::FileSystemBackend> additional_providers,
38 const std::vector<storage::URLRequestAutoMountHandler>& auto_mounters,
41 storage::FileSystemContext* CreateIncognitoFileSystemContextForTesting(
42 storage::QuotaManagerProxy* quota_manager_proxy,