HomeSort by relevance Sort by last modified time
    Searched refs:CanCopyIntoFileSystem (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/public/browser/
child_process_security_policy.h 128 virtual bool CanCopyIntoFileSystem(int child_id,
  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 307 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id));
311 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_write_id));
315 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, copy_into_id));
321 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id));
327 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_write_id));
332 EXPECT_TRUE(p->CanCopyIntoFileSystem(kRendererID, copy_into_id));
338 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id));
342 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_write_id));
346 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, copy_into_id));
352 EXPECT_FALSE(p->CanCopyIntoFileSystem(kRendererID, read_id))
    [all...]
child_process_security_policy_impl.h 73 virtual bool CanCopyIntoFileSystem(int child_id,
child_process_security_policy_impl.cc 644 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystem(

Completed in 710 milliseconds