CanReadFile 163 chrome/browser/devtools/devtools_file_helper.cc if (!policy->CanReadFile(renderer_id, path)) CanReadFile 70 content/browser/child_process_security_policy_impl.h virtual bool CanReadFile(int child_id, const base::FilePath& file) OVERRIDE; CanReadFile 103 content/browser/child_process_security_policy_unittest.cc EXPECT_FALSE(p->CanReadFile(kRendererID, file)); CanReadFile 402 content/browser/child_process_security_policy_unittest.cc EXPECT_TRUE(p->CanReadFile(kRendererID, file)); CanReadFile 414 content/browser/child_process_security_policy_unittest.cc EXPECT_TRUE(p->CanReadFile(kRendererID, file)); CanReadFile 427 content/browser/child_process_security_policy_unittest.cc EXPECT_TRUE(p->CanReadFile(kRendererID, file)); CanReadFile 628 content/browser/child_process_security_policy_unittest.cc EXPECT_TRUE(p->CanReadFile(kRendererID, file)); CanReadFile 639 content/browser/child_process_security_policy_unittest.cc EXPECT_FALSE(p->CanReadFile(kRendererID, file)); CanReadFile 134 content/browser/fileapi/browser_file_system_helper.cc if (!policy->CanReadFile(process_id, *platform_path)) CanReadFile 535 content/browser/fileapi/fileapi_message_filter.cc !security_policy_->CanReadFile(process_id_, item.path())) { CanReadFile 819 content/browser/fileapi/fileapi_message_filter.cc if (!security_policy_->CanReadFile(process_id_, platform_path)) { CanReadFile 225 content/browser/loader/resource_dispatcher_host_impl.cc !policy->CanReadFile(child_id, iter->path())) { CanReadFile 2758 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_FALSE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2765 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2776 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2786 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_FALSE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2811 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2819 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_FALSE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2880 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 2896 content/browser/loader/resource_dispatcher_host_unittest.cc EXPECT_FALSE(ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 47 content/browser/renderer_host/file_utilities_message_filter.cc if (!ChildProcessSecurityPolicyImpl::GetInstance()->CanReadFile( CanReadFile 109 content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc CanReadFile(render_process_id_, path_)) { CanReadFile 32 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc CanReadFile(process_id, path); CanReadFile 67 content/browser/renderer_host/pepper/pepper_security_helper.cc &ChildProcessSecurityPolicyImpl::CanReadFile, CanReadFile 786 content/browser/renderer_host/render_view_host_impl.cc if (!policy->CanReadFile(renderer_id, iter->path)) CanReadFile 1440 content/browser/renderer_host/render_view_host_impl.cc if (policy->CanReadFile(GetProcess()->GetID(), it->path)) CanReadFile 1849 content/browser/renderer_host/render_view_host_impl.cc if (!policy->CanReadFile(GetProcess()->GetID(), *file)) CanReadFile 204 content/browser/renderer_host/render_view_host_unittest.cc EXPECT_FALSE(policy->CanReadFile(id, highlighted_file_path)); CanReadFile 206 content/browser/renderer_host/render_view_host_unittest.cc EXPECT_TRUE(policy->CanReadFile(id, dragged_file_path)); CanReadFile 208 content/browser/renderer_host/render_view_host_unittest.cc EXPECT_FALSE(policy->CanReadFile(id, sensitive_file_path)); CanReadFile 2439 content/browser/web_contents/web_contents_impl.cc if (policy->CanReadFile(GetRenderProcessHost()->GetID(), path)) CanReadFile 66 content/public/browser/child_process_security_policy.h virtual bool CanReadFile(int child_id, const base::FilePath& file) = 0; CanReadFile 76 content/shell/browser/shell_message_filter.cc if (!policy->CanReadFile(render_process_id_, absolute_filenames[i]))