Searched refs:sandbox_file_system_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Drecursive_operation_delegate_unittest.cc133 sandbox_file_system_.SetUp(base_.path().AppendASCII("filesystem"));
137 sandbox_file_system_.TearDown();
142 sandbox_file_system_.NewOperationContext();
149 return sandbox_file_system_.file_util();
153 return sandbox_file_system_.CreateURLFromUTF8(path);
179 SandboxFileSystemTestHelper sandbox_file_system_; member in class:fileapi::RecursiveOperationDelegateTest
H A Dfile_system_operation_impl_unittest.cc70 sandbox_file_system_.SetUp(base_dir, quota_manager_proxy_.get());
71 sandbox_file_system_.AddFileChangeObserver(&change_observer_);
79 sandbox_file_system_.TearDown();
83 return sandbox_file_system_.operation_runner();
107 return sandbox_file_system_.file_util();
116 sandbox_file_system_.NewOperationContext();
123 return sandbox_file_system_.CreateURLFromUTF8(path);
127 return sandbox_file_system_.GetLocalPath(
133 sandbox_file_system_.file_system_context(), URLForPath(path),
139 sandbox_file_system_
279 SandboxFileSystemTestHelper sandbox_file_system_; member in class:fileapi::FileSystemOperationImplTest
[all...]
H A Dobfuscated_file_util_unittest.cc138 sandbox_file_system_(origin_, type_),
163 sandbox_file_system_.SetUp(file_system_context_.get());
170 sandbox_file_system_.TearDown();
176 sandbox_file_system_.NewOperationContext());
192 context = sandbox_file_system_.NewOperationContext();
221 return static_cast<ObfuscatedFileUtil*>(sandbox_file_system_.file_util());
241 return sandbox_file_system_.ComputeCurrentOriginUsage() -
242 sandbox_file_system_.ComputeCurrentDirectoryDatabaseUsage();
250 sandbox_file_system_.type(),
257 quota_manager_->ResetUsageTracker(sandbox_file_system_
408 SandboxFileSystemTestHelper* sandbox_file_system_; member in class:fileapi::ObfuscatedFileUtilTest::UsageVerifyHelper
687 SandboxFileSystemTestHelper sandbox_file_system_; member in class:fileapi::ObfuscatedFileUtilTest
[all...]

Completed in 117 milliseconds