Searched defs:SandboxFileSystemTestHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/test/
H A Dsandbox_file_system_test_helper.h40 class SandboxFileSystemTestHelper { class in namespace:content
42 SandboxFileSystemTestHelper(const GURL& origin, storage::FileSystemType type);
43 SandboxFileSystemTestHelper();
44 ~SandboxFileSystemTestHelper();
47 // If you want to use more than one SandboxFileSystemTestHelper in
H A Dsandbox_file_system_test_helper.cc30 SandboxFileSystemTestHelper::SandboxFileSystemTestHelper( function in class:content::SandboxFileSystemTestHelper
36 SandboxFileSystemTestHelper::SandboxFileSystemTestHelper() function in class:content::SandboxFileSystemTestHelper
42 SandboxFileSystemTestHelper::~SandboxFileSystemTestHelper() {
45 void SandboxFileSystemTestHelper::SetUp(const base::FilePath& base_dir) {
49 void SandboxFileSystemTestHelper::SetUp(
56 void SandboxFileSystemTestHelper::SetUp(
65 void SandboxFileSystemTestHelper
[all...]

Completed in 65 milliseconds