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

  /external/chromium_org/content/public/test/
test_file_system_backend.h 27 class TestFileSystemBackend : public FileSystemBackend {
29 TestFileSystemBackend(
32 virtual ~TestFileSystemBackend();
88 DISALLOW_COPY_AND_ASSIGN(TestFileSystemBackend);
test_file_system_backend.cc 52 class TestFileSystemBackend::QuotaUtil
156 TestFileSystemBackend::TestFileSystemBackend(
165 TestFileSystemBackend::~TestFileSystemBackend() {
168 bool TestFileSystemBackend::CanHandleType(FileSystemType type) const {
172 void TestFileSystemBackend::Initialize(FileSystemContext* context) {
175 void TestFileSystemBackend::OpenFileSystem(
185 AsyncFileUtil* TestFileSystemBackend::GetAsyncFileUtil(FileSystemType type) {
190 TestFileSystemBackend::GetCopyOrMoveFileValidatorFactory
    [all...]

Completed in 100 milliseconds