Searched refs:CanReadFileSystem (Results 1 – 5 of 5) sorted by relevance
134 virtual bool CanReadFileSystem(int child_id,
93 EXPECT_FALSE(p->CanReadFileSystem(kRendererID, child_id)); in CheckHasNoFileSystemPermission()336 EXPECT_TRUE(p->CanReadFileSystem(kRendererID, read_id)); in TEST_F()343 EXPECT_TRUE(p->CanReadFileSystem(kRendererID, read_write_id)); in TEST_F()349 EXPECT_FALSE(p->CanReadFileSystem(kRendererID, copy_into_id)); in TEST_F()355 EXPECT_FALSE(p->CanReadFileSystem(kRendererID, delete_from_id)); in TEST_F()
73 virtual bool CanReadFileSystem(int child_id, in NON_EXPORTED_BASE()
658 bool ChildProcessSecurityPolicyImpl::CanReadFileSystem( in CanReadFileSystem() function in content::ChildProcessSecurityPolicyImpl
358 if (!policy->CanReadFileSystem(render_view_host->GetProcess()->GetID(), in ValidateFileEntryAndGetPath()