Searched refs:CanCopyIntoFileSystem (Results 1 – 4 of 4) sorted by relevance
142 virtual bool CanCopyIntoFileSystem(int child_id,
95 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, child_id)); in CheckHasNoFileSystemPermission()338 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id)); in TEST_F()345 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_write_id)); in TEST_F()351 EXPECT_TRUE(p->CanCopyIntoFileSystem(kRendererID, copy_into_id)); in TEST_F()357 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, delete_from_id)); in TEST_F()
78 virtual bool CanCopyIntoFileSystem(int child_id, in NON_EXPORTED_BASE()
669 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystem( in CanCopyIntoFileSystem() function in content::ChildProcessSecurityPolicyImpl