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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl_unittest.cc 70 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_.file_system_context(), URLForPath(path))
279 SandboxFileSystemTestHelper sandbox_file_system_; member in class:fileapi::FileSystemOperationImplTest
    [all...]
obfuscated_file_util_unittest.cc 127 sandbox_file_system_(origin_, type_),
152 sandbox_file_system_.SetUp(file_system_context_.get());
159 sandbox_file_system_.TearDown();
165 sandbox_file_system_.NewOperationContext());
181 context = sandbox_file_system_.NewOperationContext();
210 return static_cast<ObfuscatedFileUtil*>(sandbox_file_system_.file_util());
226 return sandbox_file_system_.ComputeCurrentOriginUsage() -
227 sandbox_file_system_.ComputeCurrentDirectoryDatabaseUsage();
235 sandbox_file_system_.type(),
242 quota_manager_->ResetUsageTracker(sandbox_file_system_.storage_type())
393 SandboxFileSystemTestHelper* sandbox_file_system_; member in class:fileapi::ObfuscatedFileUtilTest::UsageVerifyHelper
671 SandboxFileSystemTestHelper sandbox_file_system_; member in class:fileapi::ObfuscatedFileUtilTest
    [all...]

Completed in 101 milliseconds