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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.cc 80 &ChildProcessSecurityPolicyImpl::CanCreateReadWriteFileSystemFile,
  /external/chromium_org/content/browser/
child_process_security_policy_impl.h 145 bool CanCreateReadWriteFileSystemFile(int child_id,
child_process_security_policy_unittest.cc 108 EXPECT_FALSE(p->CanCreateReadWriteFileSystemFile(kRendererID, url));
407 EXPECT_FALSE(p->CanCreateReadWriteFileSystemFile(kRendererID, url));
419 EXPECT_TRUE(p->CanCreateReadWriteFileSystemFile(kRendererID, url));
432 EXPECT_TRUE(p->CanCreateReadWriteFileSystemFile(kRendererID, url));
child_process_security_policy_impl.cc 748 bool ChildProcessSecurityPolicyImpl::CanCreateReadWriteFileSystemFile(

Completed in 195 milliseconds