Searched refs:CanReadFileSystem (Results 1 – 5 of 5) sorted by relevance
128 virtual bool CanReadFileSystem(int child_id,
94 EXPECT_FALSE(p->CanReadFileSystem(kRendererID, child_id)); in CheckHasNoFileSystemPermission()337 EXPECT_TRUE(p->CanReadFileSystem(kRendererID, read_id)); in TEST_F()344 EXPECT_TRUE(p->CanReadFileSystem(kRendererID, read_write_id)); in TEST_F()350 EXPECT_FALSE(p->CanReadFileSystem(kRendererID, copy_into_id)); in TEST_F()356 EXPECT_FALSE(p->CanReadFileSystem(kRendererID, delete_from_id)); in TEST_F()
70 virtual bool CanReadFileSystem(int child_id, in NON_EXPORTED_BASE()
649 bool ChildProcessSecurityPolicyImpl::CanReadFileSystem( in CanReadFileSystem() function in content::ChildProcessSecurityPolicyImpl
363 if (!policy->CanReadFileSystem(render_view_host->GetProcess()->GetID(), in ValidateFileEntryAndGetPath()