Searched refs:IsSandboxFileSystem (Results 1 – 4 of 4) sorted by relevance
254 bool FileSystemContext::IsSandboxFileSystem(FileSystemType type) const { in IsSandboxFileSystem() function in fileapi::FileSystemContext297 if (!FileSystemContext::IsSandboxFileSystem(type)) { in OpenFileSystem()318 if (!FileSystemContext::IsSandboxFileSystem(url.type())) { in ResolveURL()436 return !is_incognito_ || !FileSystemContext::IsSandboxFileSystem(url.type()); in CanServeURLRequest()
203 return file_system_context_->IsSandboxFileSystem(type); in DoesSupport()
151 bool IsSandboxFileSystem(FileSystemType type) const;
319 if (!file_system_context()->IsSandboxFileSystem(url.type())) in SyncGetPlatformPath()