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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_test_helper.cc 24 SandboxFileSystemTestHelper::SandboxFileSystemTestHelper(
29 SandboxFileSystemTestHelper::SandboxFileSystemTestHelper()
35 SandboxFileSystemTestHelper::~SandboxFileSystemTestHelper() {
38 void SandboxFileSystemTestHelper::SetUp(const base::FilePath& base_dir) {
42 void SandboxFileSystemTestHelper::SetUp(
49 void SandboxFileSystemTestHelper::SetUp(
58 void SandboxFileSystemTestHelper::TearDown()
    [all...]
sandbox_file_system_test_helper.h 38 class SandboxFileSystemTestHelper {
40 SandboxFileSystemTestHelper(const GURL& origin, FileSystemType type);
41 SandboxFileSystemTestHelper();
42 ~SandboxFileSystemTestHelper();
45 // If you want to use more than one SandboxFileSystemTestHelper in

Completed in 65 milliseconds