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 29 class TestFileSystemBackend : public storage::FileSystemBackend {
31 TestFileSystemBackend(
34 virtual ~TestFileSystemBackend();
104 DISALLOW_COPY_AND_ASSIGN(TestFileSystemBackend);
test_file_system_backend.cc 158 class TestFileSystemBackend::QuotaUtil : public storage::FileSystemQuotaUtil,
214 TestFileSystemBackend::TestFileSystemBackend(
228 TestFileSystemBackend::~TestFileSystemBackend() {
231 bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
235 void TestFileSystemBackend::Initialize(FileSystemContext* context) {
238 void TestFileSystemBackend::ResolveURL(const FileSystemURL& url,
246 storage::AsyncFileUtil* TestFileSystemBackend::GetAsyncFileUtil(
251 storage::WatcherManager* TestFileSystemBackend::GetWatcherManager
    [all...]

Completed in 56 milliseconds