Home
last modified time | relevance | path

Searched refs:CanReadWriteFileSystem (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/
Dchild_process_security_policy.h132 virtual bool CanReadWriteFileSystem(int child_id,
/external/chromium_org/content/browser/
Dchild_process_security_policy_unittest.cc95 EXPECT_FALSE(p->CanReadWriteFileSystem(kRendererID, child_id)); in CheckHasNoFileSystemPermission()
338 EXPECT_FALSE(p->CanReadWriteFileSystem(kRendererID, read_id)); in TEST_F()
345 EXPECT_TRUE(p->CanReadWriteFileSystem(kRendererID, read_write_id)); in TEST_F()
351 EXPECT_FALSE(p->CanReadWriteFileSystem(kRendererID, copy_into_id)); in TEST_F()
357 EXPECT_FALSE(p->CanReadWriteFileSystem(kRendererID, delete_from_id)); in TEST_F()
Dchild_process_security_policy_impl.h72 virtual bool CanReadWriteFileSystem( in NON_EXPORTED_BASE()
Dchild_process_security_policy_impl.cc654 bool ChildProcessSecurityPolicyImpl::CanReadWriteFileSystem( in CanReadWriteFileSystem() function in content::ChildProcessSecurityPolicyImpl
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dfile_system_api.cc414 bool is_writable = policy->CanReadWriteFileSystem(renderer_id, in RunImpl()