Searched refs:sandbox_delegate_ (Results 1 – 4 of 4) sorted by relevance
253 return sandbox_delegate_.get(); in sandbox_delegate()338 scoped_ptr<SandboxFileSystemBackendDelegate> sandbox_delegate_; variable
268 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()
120 sandbox_delegate_(new SandboxFileSystemBackendDelegate( in FileSystemContext()127 sandbox_delegate_.get())), in FileSystemContext()
352 SandboxFileSystemBackendDelegate* sandbox_delegate_; variable