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

  /external/chromium_org/storage/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) {
61 void SandboxFileSystemBackend::ResolveURL(
82 AsyncFileUtil* SandboxFileSystemBackend::GetAsyncFileUtil(
88 WatcherManager* SandboxFileSystemBackend::GetWatcherManager(
94 SandboxFileSystemBackend::GetCopyOrMoveFileValidatorFactory
    [all...]
sandbox_file_system_backend.h 28 class STORAGE_EXPORT SandboxFileSystemBackend
31 explicit SandboxFileSystemBackend(SandboxFileSystemBackendDelegate* delegate);
32 virtual ~SandboxFileSystemBackend();
87 DISALLOW_COPY_AND_ASSIGN(SandboxFileSystemBackend);
file_system_context.h 67 class SandboxFileSystemBackend;
370 SandboxFileSystemBackend* sandbox_backend() const {
387 scoped_ptr<SandboxFileSystemBackend> sandbox_backend_;
sandbox_file_system_backend_delegate.h 54 class SandboxFileSystemBackend;
file_system_context.cc 152 sandbox_backend_(new SandboxFileSystemBackend(sandbox_delegate_.get())),
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 24 using storage::SandboxFileSystemBackend;
90 backend_.reset(new SandboxFileSystemBackend(delegate_.get()));
134 scoped_ptr<storage::SandboxFileSystemBackend> backend_;

Completed in 362 milliseconds