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

  /external/chromium_org/content/browser/
child_process_security_policy_impl.h 150 bool CanCopyIntoFileSystemFile(int child_id,
child_process_security_policy_unittest.cc 108 EXPECT_FALSE(p->CanCopyIntoFileSystemFile(kRendererID, url));
407 EXPECT_FALSE(p->CanCopyIntoFileSystemFile(kRendererID, url));
419 EXPECT_TRUE(p->CanCopyIntoFileSystemFile(kRendererID, url));
432 EXPECT_TRUE(p->CanCopyIntoFileSystemFile(kRendererID, url));
child_process_security_policy_impl.cc 764 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystemFile(
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 278 !security_policy_->CanCopyIntoFileSystemFile(process_id_, dest_url)) {

Completed in 1705 milliseconds