Searched refs:CanDeleteFileSystemFile (Results 1 – 4 of 4) sorted by relevance
109 EXPECT_FALSE(p->CanDeleteFileSystemFile(kRendererID, url)); in CheckHasNoFileSystemFilePermission()408 EXPECT_FALSE(p->CanDeleteFileSystemFile(kRendererID, url)); in TEST_F()420 EXPECT_TRUE(p->CanDeleteFileSystemFile(kRendererID, url)); in TEST_F()433 EXPECT_TRUE(p->CanDeleteFileSystemFile(kRendererID, url)); in TEST_F()
152 bool CanDeleteFileSystemFile(int child_id, in NON_EXPORTED_BASE()
770 bool ChildProcessSecurityPolicyImpl::CanDeleteFileSystemFile( in CanDeleteFileSystemFile() function in content::ChildProcessSecurityPolicyImpl
255 !security_policy_->CanDeleteFileSystemFile(process_id_, src_url) || in OnMove()297 if (!security_policy_->CanDeleteFileSystemFile(process_id_, url)) { in OnRemove()