HomeSort by relevance Sort by last modified time
    Searched defs:SandboxFileSystemTestHelper (Results 1 - 2 of 2) 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

Completed in 91 milliseconds