Searched refs:CanCreateFileSystemFile (Results 1 – 6 of 6) sorted by relevance
84 &ChildProcessSecurityPolicyImpl::CanCreateFileSystemFile, in CanOpenFileSystemURLWithPepperFlags()
289 if (!ChildProcessSecurityPolicyImpl::GetInstance()->CanCreateFileSystemFile( in CanCreate()
106 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url)); in CheckHasNoFileSystemFilePermission()407 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url)); in TEST_F()419 EXPECT_TRUE(p->CanCreateFileSystemFile(kRendererID, url)); in TEST_F()432 EXPECT_TRUE(p->CanCreateFileSystemFile(kRendererID, url)); in TEST_F()
148 bool CanCreateFileSystemFile(int child_id, const storage::FileSystemURL& url); in NON_EXPORTED_BASE()
754 bool ChildProcessSecurityPolicyImpl::CanCreateFileSystemFile( in CanCreateFileSystemFile() function in content::ChildProcessSecurityPolicyImpl
255 !security_policy_->CanCreateFileSystemFile(process_id_, dest_url)) { in OnMove()332 if (!security_policy_->CanCreateFileSystemFile(process_id_, url)) { in OnCreate()445 if (!security_policy_->CanCreateFileSystemFile(process_id_, url)) { in OnTouchFile()