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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.cc 78 return SandboxFileSystemBackendDelegate::GetTypeString(url.type());
90 : public SandboxFileSystemBackendDelegate::OriginEnumerator {
103 SandboxFileSystemBackendDelegate::GetTypeString(type));
119 origin_url, SandboxFileSystemBackendDelegate::GetTypeString(type),
134 base::WeakPtr<SandboxFileSystemBackendDelegate> delegate,
151 SandboxFileSystemBackendDelegate::kFileSystemDirectory[] =
155 std::string SandboxFileSystemBackendDelegate::GetTypeString(
172 SandboxFileSystemBackendDelegate::SandboxFileSystemBackendDelegate(
220 SandboxFileSystemBackendDelegate::~SandboxFileSystemBackendDelegate()
    [all...]
sandbox_file_system_backend.h 31 explicit SandboxFileSystemBackend(SandboxFileSystemBackendDelegate* delegate);
62 SandboxFileSystemBackendDelegate::OriginEnumerator* CreateOriginEnumerator();
73 SandboxFileSystemBackendDelegate* delegate_; // Not owned.
sandbox_file_system_backend_delegate.h 58 class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackendDelegate
82 SandboxFileSystemBackendDelegate(
89 virtual ~SandboxFileSystemBackendDelegate();
253 base::WeakPtrFactory<SandboxFileSystemBackendDelegate> weak_factory_;
255 DISALLOW_COPY_AND_ASSIGN(SandboxFileSystemBackendDelegate);
sandbox_file_system_backend.cc 35 SandboxFileSystemBackendDelegate* delegate)
152 SandboxFileSystemBackendDelegate::OriginEnumerator*
file_system_context.h 286 SandboxFileSystemBackendDelegate* sandbox_delegate() {
376 scoped_ptr<SandboxFileSystemBackendDelegate> sandbox_delegate_;
obfuscated_file_util.h 111 SandboxFileSystemBackendDelegate* sandbox_delegate);
353 SandboxFileSystemBackendDelegate* sandbox_delegate_;
sandbox_quota_observer.cc 110 SandboxFileSystemBackendDelegate::GetUsageCachePathForOriginAndType(
plugin_private_file_system_backend.cc 65 SandboxFileSystemBackendDelegate::kFileSystemDirectory;
file_system_context.cc 146 sandbox_delegate_(new SandboxFileSystemBackendDelegate(
obfuscated_file_util.cc 259 SandboxFileSystemBackendDelegate* sandbox_delegate)
    [all...]
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_delegate_unittest.cc 37 delegate_.reset(new fileapi::SandboxFileSystemBackendDelegate(
51 scoped_ptr<fileapi::SandboxFileSystemBackendDelegate> delegate_;
sandbox_file_system_backend_unittest.cc 25 using fileapi::SandboxFileSystemBackendDelegate;
90 delegate_.reset(new SandboxFileSystemBackendDelegate(
103 fileapi::SandboxFileSystemBackendDelegate::OriginEnumerator*
138 SandboxFileSystemBackendDelegate::kFileSystemDirectory);
143 scoped_ptr<fileapi::SandboxFileSystemBackendDelegate> delegate_;
149 scoped_ptr<SandboxFileSystemBackendDelegate::OriginEnumerator> enumerator(
182 scoped_ptr<SandboxFileSystemBackendDelegate::OriginEnumerator> enumerator(
obfuscated_file_util_unittest.cc 129 return fileapi::SandboxFileSystemBackendDelegate::GetTypeString(type);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 105 fileapi::SandboxFileSystemBackendDelegate* delegate = GetDelegate();
219 fileapi::SandboxFileSystemBackendDelegate* delegate = GetDelegate();
236 fileapi::SandboxFileSystemBackendDelegate*
sync_file_system_backend.h 98 fileapi::SandboxFileSystemBackendDelegate* GetDelegate() const;
local_file_sync_context.cc 89 base::Bind(&fileapi::SandboxFileSystemBackendDelegate::OpenFileSystem,
    [all...]
  /external/chromium_org/content/browser/quota/
quota_backend_impl_unittest.cc 21 using fileapi::SandboxFileSystemBackendDelegate;
123 SandboxFileSystemBackendDelegate::GetTypeString(type);
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl.cc 152 SandboxFileSystemBackendDelegate::GetUsageCachePathForOriginAndType(

Completed in 728 milliseconds