Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dchild_process_security_policy_unittest.cc108 EXPECT_FALSE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in CheckHasNoFileSystemFilePermission()
409 EXPECT_FALSE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in TEST_F()
421 EXPECT_TRUE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in TEST_F()
434 EXPECT_TRUE(p->CanCopyIntoFileSystemFile(kRendererID, url)); in TEST_F()
Dchild_process_security_policy_impl.h151 bool CanCopyIntoFileSystemFile(int child_id, in NON_EXPORTED_BASE()
Dchild_process_security_policy_impl.cc767 bool ChildProcessSecurityPolicyImpl::CanCopyIntoFileSystemFile( in CanCopyIntoFileSystemFile() function in content::ChildProcessSecurityPolicyImpl
/external/chromium_org/content/browser/fileapi/
Dfileapi_message_filter.cc278 !security_policy_->CanCopyIntoFileSystemFile(process_id_, dest_url)) { in OnCopy()