Searched refs:GrantReadFileSystem (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dchild_process_security_policy.h82 virtual void GrantReadFileSystem(int child_id,
86 // identified by |filesystem_id|. See comments for GrantReadFileSystem
96 // identified by |filesystem_id|. See comments for GrantReadFileSystem
108 // GrantReadFileSystem for more details. You do NOT need to give direct
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_isolated_file_system_message_filter.cc177 policy->GrantReadFileSystem(render_process_id_, fsid);
/external/chromium_org/content/shell/browser/
H A Dshell_message_filter.cc87 policy->GrantReadFileSystem(render_process_id_, *filesystem_id);
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.h51 virtual void GrantReadFileSystem(
221 // ChildProcessSecurityPolicy::GrantReadFileSystem() for more details.
H A Dchild_process_security_policy_unittest.cc337 p->GrantReadFileSystem(kRendererID, read_id);
343 p->GrantReadFileSystem(kRendererID, read_write_id);
H A Dchild_process_security_policy_impl.cc496 void ChildProcessSecurityPolicyImpl::GrantReadFileSystem( function in class:content::ChildProcessSecurityPolicyImpl
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc307 policy->GrantReadFileSystem(renderer_id, result.filesystem_id);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc157 policy->GrantReadFileSystem(renderer_id, file_system_id);
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc513 policy->GrantReadFileSystem(renderer_id, filesystem_id);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc669 policy->GrantReadFileSystem(renderer_id, filesystem_id);
685 policy->GrantReadFileSystem(renderer_id, filesystem_id);

Completed in 170 milliseconds