OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanCopyIntoFileSystem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
child_process_security_policy.h
142
virtual bool
CanCopyIntoFileSystem
(int child_id,
/external/chromium_org/content/browser/
child_process_security_policy_impl.h
78
virtual bool
CanCopyIntoFileSystem
(int child_id,
child_process_security_policy_unittest.cc
95
EXPECT_FALSE(p->
CanCopyIntoFileSystem
(kRendererID, child_id));
338
EXPECT_FALSE(p->
CanCopyIntoFileSystem
(kRendererID, read_id));
345
EXPECT_FALSE(p->
CanCopyIntoFileSystem
(kRendererID, read_write_id));
351
EXPECT_TRUE(p->
CanCopyIntoFileSystem
(kRendererID, copy_into_id));
357
EXPECT_FALSE(p->
CanCopyIntoFileSystem
(kRendererID, delete_from_id));
child_process_security_policy_impl.cc
669
bool ChildProcessSecurityPolicyImpl::
CanCopyIntoFileSystem
(
Completed in 77 milliseconds