Searched refs:CanCopyIntoFileSystemFile (Results 1 – 4 of 4) sorted by relevance
108 EXPECT_FALSE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in CheckHasNoFileSystemFilePermission()409 EXPECT_FALSE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in TEST_F()421 EXPECT_TRUE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in TEST_F()434 EXPECT_TRUE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in TEST_F()
151 bool CanCopyIntoFileSystemFile(int child_id, in NON_EXPORTED_BASE()
767 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystemFile( in CanCopyIntoFileSystemFile() function in content::ChildProcessSecurityPolicyImpl
278 !security_policy_->CanCopyIntoFileSystemFile(process_id_, dest_url)) { in OnCopy()