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

  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 199 p->GrantRequestURL(kRendererID, GURL("about:crash"));
204 p->GrantRequestURL(kRendererID, chrome_url);
217 p->GrantRequestURL(kRendererID, GURL("javascript:alert('xss')"));
251 p->GrantRequestURL(kRendererID, GURL("file:///etc/passwd"));
276 p->GrantRequestURL(kRendererID, GURL("view-source:file:///etc/passwd"));
300 p->GrantRequestURL(kRendererID, icon_url);
623 p->GrantRequestURL(kRendererID, url);
child_process_security_policy_impl.h 107 void GrantRequestURL(int child_id, const GURL& url);
child_process_security_policy_impl.cc 399 void ChildProcessSecurityPolicyImpl::GrantRequestURL(
416 GrantRequestURL(child_id, GURL(url.GetContent()));
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 274 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 589 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
595 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
    [all...]

Completed in 467 milliseconds