Home
last modified time | relevance | path

Searched refs:GrantRequestURL (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
Dchild_process_security_policy_unittest.cc199 p->GrantRequestURL(kRendererID, GURL("about:crash")); in TEST_F()
204 p->GrantRequestURL(kRendererID, chrome_url); in TEST_F()
217 p->GrantRequestURL(kRendererID, GURL("javascript:alert('xss')")); in TEST_F()
251 p->GrantRequestURL(kRendererID, GURL("file:///etc/passwd")); in TEST_F()
276 p->GrantRequestURL(kRendererID, GURL("view-source:file:///etc/passwd")); in TEST_F()
300 p->GrantRequestURL(kRendererID, icon_url); in TEST_F()
623 p->GrantRequestURL(kRendererID, url); in TEST_F()
Dchild_process_security_policy_impl.h107 void GrantRequestURL(int child_id, const GURL& url); in NON_EXPORTED_BASE()
Dchild_process_security_policy_impl.cc399 void ChildProcessSecurityPolicyImpl::GrantRequestURL( in GrantRequestURL() function in content::ChildProcessSecurityPolicyImpl
416 GrantRequestURL(child_id, GURL(url.GetContent())); in GrantRequestURL()
/external/chromium_org/content/browser/worker_host/
Dworker_process_host.cc274 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL( in CreateWorker()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc589 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL( in Navigate()
595 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL( in Navigate()