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

/external/chromium_org/content/public/browser/
H A Dchild_process_security_policy.h142 virtual bool CanCopyIntoFileSystem(int child_id,
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_unittest.cc95 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, child_id));
340 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id));
347 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_write_id));
353 EXPECT_TRUE(p->CanCopyIntoFileSystem(kRendererID, copy_into_id));
359 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, delete_from_id));
H A Dchild_process_security_policy_impl.h78 virtual bool CanCopyIntoFileSystem(int child_id,
H A Dchild_process_security_policy_impl.cc670 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystem( function in class:content::ChildProcessSecurityPolicyImpl

Completed in 84 milliseconds