HomeSort by relevance Sort by last modified time
    Searched refs:SandboxFileSystemBackend (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend.cc 34 SandboxFileSystemBackend::SandboxFileSystemBackend(
40 SandboxFileSystemBackend::~SandboxFileSystemBackend() {
43 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const {
48 void SandboxFileSystemBackend::Initialize(FileSystemContext* context) {
63 void SandboxFileSystemBackend::ResolveURL(
84 AsyncFileUtil* SandboxFileSystemBackend::GetAsyncFileUtil(
91 SandboxFileSystemBackend::GetCopyOrMoveFileValidatorFactory(
99 FileSystemOperation* SandboxFileSystemBackend::CreateFileSystemOperation
    [all...]
sandbox_file_system_backend.h 28 class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
31 explicit SandboxFileSystemBackend(SandboxFileSystemBackendDelegate* delegate);
32 virtual ~SandboxFileSystemBackend();
77 DISALLOW_COPY_AND_ASSIGN(SandboxFileSystemBackend);
file_system_context.h 67 class SandboxFileSystemBackend;
362 SandboxFileSystemBackend* sandbox_backend() const {
379 scoped_ptr<SandboxFileSystemBackend> sandbox_backend_;
sandbox_file_system_backend_delegate.h 53 class SandboxFileSystemBackend;
file_system_context.cc 152 sandbox_backend_(new SandboxFileSystemBackend(
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 24 using fileapi::SandboxFileSystemBackend;
100 backend_.reset(new SandboxFileSystemBackend(delegate_.get()));
144 scoped_ptr<fileapi::SandboxFileSystemBackend> backend_;

Completed in 136 milliseconds