Home
last modified time | relevance | path

Searched refs:sandbox_delegate_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dfile_system_context.h253 return sandbox_delegate_.get(); in sandbox_delegate()
338 scoped_ptr<SandboxFileSystemBackendDelegate> sandbox_delegate_; variable
Dobfuscated_file_util.cc268 sandbox_delegate_(sandbox_delegate) { in ObfuscatedFileUtil()
284 sandbox_delegate_) { in CreateOrOpen()
286 sandbox_delegate_->StickyInvalidateUsageCache(url.origin(), url.type()); in CreateOrOpen()
1238 if (sandbox_delegate_) in InvalidateUsageCache()
1239 sandbox_delegate_->InvalidateUsageCache(origin, type); in InvalidateUsageCache()
Dfile_system_context.cc120 sandbox_delegate_(new SandboxFileSystemBackendDelegate( in FileSystemContext()
127 sandbox_delegate_.get())), in FileSystemContext()
Dobfuscated_file_util.h352 SandboxFileSystemBackendDelegate* sandbox_delegate_; variable