HomeSort by relevance Sort by last modified time
    Searched full:sandbox_file_system_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc 138 sandbox_file_system_.SetUp(base_.path().AppendASCII("filesystem"));
142 sandbox_file_system_.TearDown();
147 sandbox_file_system_.NewOperationContext();
154 return sandbox_file_system_.file_util();
158 return sandbox_file_system_.CreateURLFromUTF8(path);
184 SandboxFileSystemTestHelper sandbox_file_system_; member in class:content::RecursiveOperationDelegateTest
file_system_operation_impl_unittest.cc 78 sandbox_file_system_.SetUp(base_dir, quota_manager_proxy_.get());
79 sandbox_file_system_.AddFileChangeObserver(&change_observer_);
87 sandbox_file_system_.TearDown();
91 return sandbox_file_system_.operation_runner();
115 return sandbox_file_system_.file_util();
124 sandbox_file_system_.NewOperationContext();
131 return sandbox_file_system_.CreateURLFromUTF8(path);
135 return sandbox_file_system_.GetLocalPath(
141 sandbox_file_system_.file_system_context(), URLForPath(path),
147 sandbox_file_system_.file_system_context(), URLForPath(path))
288 SandboxFileSystemTestHelper sandbox_file_system_; member in class:content::FileSystemOperationImplTest
    [all...]
obfuscated_file_util_unittest.cc 149 sandbox_file_system_(origin_, type_),
174 sandbox_file_system_.SetUp(file_system_context_.get());
182 sandbox_file_system_.TearDown();
188 sandbox_file_system_.NewOperationContext());
204 context = sandbox_file_system_.NewOperationContext();
241 return static_cast<ObfuscatedFileUtil*>(sandbox_file_system_.file_util());
261 return sandbox_file_system_.ComputeCurrentOriginUsage() -
262 sandbox_file_system_.ComputeCurrentDirectoryDatabaseUsage();
270 sandbox_file_system_.type(),
277 quota_manager_->ResetUsageTracker(sandbox_file_system_.storage_type())
421 SandboxFileSystemTestHelper* sandbox_file_system_; member in class:content::ObfuscatedFileUtilTest::UsageVerifyHelper
809 SandboxFileSystemTestHelper sandbox_file_system_; member in class:content::ObfuscatedFileUtilTest
    [all...]

Completed in 1183 milliseconds