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

  /external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc 137 sandbox_file_system_.SetUp(base_.path().AppendASCII("filesystem"));
141 sandbox_file_system_.TearDown();
146 sandbox_file_system_.NewOperationContext();
153 return sandbox_file_system_.file_util();
157 return sandbox_file_system_.CreateURLFromUTF8(path);
183 SandboxFileSystemTestHelper sandbox_file_system_; member in class:content::RecursiveOperationDelegateTest
file_system_operation_impl_unittest.cc 67 sandbox_file_system_.SetUp(base_dir, quota_manager_proxy_.get());
68 sandbox_file_system_.AddFileChangeObserver(&change_observer_);
69 sandbox_file_system_.AddFileUpdateObserver(&update_observer_);
78 sandbox_file_system_.TearDown();
82 return sandbox_file_system_.operation_runner();
105 return sandbox_file_system_.file_util();
114 sandbox_file_system_.NewOperationContext();
121 return sandbox_file_system_.CreateURLFromUTF8(path);
125 return sandbox_file_system_.GetLocalPath(
131 sandbox_file_system_.file_system_context(), URLForPath(path)
469 SandboxFileSystemTestHelper sandbox_file_system_; member in class:content::FileSystemOperationImplTest
    [all...]
obfuscated_file_util_unittest.cc 150 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());
259 return sandbox_file_system_.ComputeCurrentOriginUsage() -
260 sandbox_file_system_.ComputeCurrentDirectoryDatabaseUsage();
268 sandbox_file_system_.type(),
275 quota_manager_->ResetUsageTracker(sandbox_file_system_.storage_type())
419 SandboxFileSystemTestHelper* sandbox_file_system_; member in class:content::ObfuscatedFileUtilTest::UsageVerifyHelper
806 SandboxFileSystemTestHelper sandbox_file_system_; member in class:content::ObfuscatedFileUtilTest
    [all...]

Completed in 231 milliseconds