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::OpenFileSystem(
83 AsyncFileUtil* SandboxFileSystemBackend::GetAsyncFileUtil(
90 SandboxFileSystemBackend::GetCopyOrMoveFileValidatorFactory(
98 FileSystemOperation* SandboxFileSystemBackend::CreateFileSystemOperation
    [all...]
sandbox_file_system_backend.h 29 class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
32 explicit SandboxFileSystemBackend(SandboxFileSystemBackendDelegate* delegate);
33 virtual ~SandboxFileSystemBackend();
79 DISALLOW_COPY_AND_ASSIGN(SandboxFileSystemBackend);
file_system_context.h 63 class SandboxFileSystemBackend;
324 SandboxFileSystemBackend* sandbox_backend() const {
341 scoped_ptr<SandboxFileSystemBackend> sandbox_backend_;
sandbox_file_system_backend_delegate.h 48 class SandboxFileSystemBackend;
file_system_context.cc 126 sandbox_backend_(new SandboxFileSystemBackend(
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 96 backend_.reset(new SandboxFileSystemBackend(delegate_.get()));
139 scoped_ptr<SandboxFileSystemBackend> backend_;

Completed in 41 milliseconds