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

  /external/chromium_org/webkit/browser/fileapi/
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_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...]

Completed in 103 milliseconds