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

  /external/chromium_org/content/public/browser/
child_process_security_policy.h 47 virtual void GrantReadFile(int child_id, const base::FilePath& file) = 0;
77 // to give permission directly to the file paths using GrantReadFile.
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 148 policy->GrantReadFile(process_id, *platform_path);
fileapi_message_filter.cc 826 ChildProcessSecurityPolicyImpl::GetInstance()->GrantReadFile(
  /external/chromium_org/content/shell/
shell_message_filter.cc 76 policy->GrantReadFile(render_process_id_, absolute_filenames[i]);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 270 ChildProcessSecurityPolicyImpl::GetInstance()->GrantReadFile(
285 ChildProcessSecurityPolicyImpl::GetInstance()->GrantReadFile(
render_view_host_impl.cc 623 policy->GrantReadFile(renderer_id, path);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.cc 175 ChildProcessSecurityPolicy::GetInstance()->GrantReadFile(
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 128 content::ChildProcessSecurityPolicy::GetInstance()->GrantReadFile(
  /external/chromium_org/content/browser/
child_process_security_policy_impl.h 45 virtual void GrantReadFile(int child_id, const base::FilePath& file) OVERRIDE;
child_process_security_policy_unittest.cc 394 p->GrantReadFile(kRendererID, file);
511 p->GrantReadFile(kRendererID, base::FilePath(TEST_PATH("/etc/")));
698 p->GrantReadFile(kRendererID, file);
child_process_security_policy_impl.cc 424 void ChildProcessSecurityPolicyImpl::GrantReadFile(int child_id,
  /external/chromium_org/android_webview/native/
state_serializer.cc 127 content::ChildProcessSecurityPolicy::GetInstance()->GrantReadFile(id,
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 93 ChildProcessSecurityPolicyImpl::GetInstance()->GrantReadFile(
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 160 policy->GrantReadFile(renderer_id, path);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handlers.cc 453 content::ChildProcessSecurityPolicy::GetInstance()->GrantReadFile(
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc     [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc     [all...]

Completed in 223 milliseconds