CanCopyIntoFileSystem   78 content/browser/child_process_security_policy_impl.h   virtual bool CanCopyIntoFileSystem(int child_id,
CanCopyIntoFileSystem   96 content/browser/child_process_security_policy_unittest.cc     EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, child_id));
CanCopyIntoFileSystem  339 content/browser/child_process_security_policy_unittest.cc   EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id));
CanCopyIntoFileSystem  346 content/browser/child_process_security_policy_unittest.cc   EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_write_id));
CanCopyIntoFileSystem  352 content/browser/child_process_security_policy_unittest.cc   EXPECT_TRUE(p->CanCopyIntoFileSystem(kRendererID, copy_into_id));
CanCopyIntoFileSystem  358 content/browser/child_process_security_policy_unittest.cc   EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, delete_from_id));
CanCopyIntoFileSystem  142 content/public/browser/child_process_security_policy.h   virtual bool CanCopyIntoFileSystem(int child_id,