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

  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc 30 SandboxFileSystemTestHelper::SandboxFileSystemTestHelper(
36 SandboxFileSystemTestHelper::SandboxFileSystemTestHelper()
42 SandboxFileSystemTestHelper::~SandboxFileSystemTestHelper() {
45 void SandboxFileSystemTestHelper::SetUp(const base::FilePath& base_dir) {
49 void SandboxFileSystemTestHelper::SetUp(
56 void SandboxFileSystemTestHelper::SetUp(
65 void SandboxFileSystemTestHelper::TearDown()
    [all...]
sandbox_file_system_test_helper.h 40 class SandboxFileSystemTestHelper {
42 SandboxFileSystemTestHelper(const GURL& origin, storage::FileSystemType type);
43 SandboxFileSystemTestHelper();
44 ~SandboxFileSystemTestHelper();
47 // If you want to use more than one SandboxFileSystemTestHelper in
  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend_delegate.h 32 class SandboxFileSystemTestHelper;
203 friend class content::SandboxFileSystemTestHelper;
file_system_context.h 324 friend class content::SandboxFileSystemTestHelper;
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_unittest.cc 25 using content::SandboxFileSystemTestHelper;
  /external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc 183 SandboxFileSystemTestHelper sandbox_file_system_;
obfuscated_file_util_unittest.cc 198 SandboxFileSystemTestHelper* file_system) {
223 SandboxFileSystemTestHelper* NewFileSystem(const GURL& origin,
225 SandboxFileSystemTestHelper* file_system =
226 new SandboxFileSystemTestHelper(origin, type);
397 SandboxFileSystemTestHelper* file_system,
419 SandboxFileSystemTestHelper* sandbox_file_system_;
806 SandboxFileSystemTestHelper sandbox_file_system_;
    [all...]
file_system_operation_impl_unittest.cc 469 SandboxFileSystemTestHelper sandbox_file_system_;
    [all...]

Completed in 314 milliseconds