HasWebUIBindings  158 content/browser/child_process_security_policy_impl.h   bool HasWebUIBindings(int child_id);
HasWebUIBindings  605 content/browser/child_process_security_policy_unittest.cc   EXPECT_FALSE(p->HasWebUIBindings(kRendererID));
HasWebUIBindings  608 content/browser/child_process_security_policy_unittest.cc   EXPECT_TRUE(p->HasWebUIBindings(kRendererID));
HasWebUIBindings  629 content/browser/child_process_security_policy_unittest.cc   EXPECT_TRUE(p->HasWebUIBindings(kRendererID));
HasWebUIBindings  640 content/browser/child_process_security_policy_unittest.cc   EXPECT_FALSE(p->HasWebUIBindings(kRendererID));
HasWebUIBindings  963 content/browser/frame_host/render_frame_host_manager.cc       CHECK(!ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings 1318 content/browser/frame_host/render_frame_host_manager_browsertest.cc   EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings 1353 content/browser/frame_host/render_frame_host_manager_browsertest.cc   EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings 1396 content/browser/frame_host/render_frame_host_manager_browsertest.cc   EXPECT_TRUE(ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings 1404 content/browser/frame_host/render_frame_host_manager_browsertest.cc   EXPECT_FALSE(ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings  143 content/browser/loader/cross_site_resource_handler.cc         HasWebUIBindings(info->GetChildID());
HasWebUIBindings 1712 content/browser/renderer_host/render_process_host_impl.cc   if (ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings  485 content/browser/renderer_host/render_view_host_impl.cc   if (ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings  914 content/browser/renderer_host/render_view_host_impl.cc       !ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
HasWebUIBindings   74 content/browser/webui/web_ui_impl.cc           HasWebUIBindings(web_contents_->GetRenderProcessHost()->GetID()) ||