Home
last modified time | relevance | path

Searched refs:CanCopyIntoFileSystem (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/
Dchild_process_security_policy.h142 virtual bool CanCopyIntoFileSystem(int child_id,
/external/chromium_org/content/browser/
Dchild_process_security_policy_unittest.cc95 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()
Dchild_process_security_policy_impl.h78 virtual bool CanCopyIntoFileSystem(int child_id, in NON_EXPORTED_BASE()
Dchild_process_security_policy_impl.cc669 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystem( in CanCopyIntoFileSystem() function in content::ChildProcessSecurityPolicyImpl