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 178 p->GrantRequestURL(kRendererID, GURL("about:crash"));
183 p->GrantRequestURL(kRendererID, chrome_url);
196 p->GrantRequestURL(kRendererID, GURL("javascript:alert('xss')"));
230 p->GrantRequestURL(kRendererID, GURL("file:///etc/passwd"));
255 p->GrantRequestURL(kRendererID, GURL("view-source:file:///etc/passwd"));
279 p->GrantRequestURL(kRendererID, icon_url);
697 p->GrantRequestURL(kRendererID, url);
child_process_security_policy_impl.h 102 void GrantRequestURL(int child_id, const GURL& url);
child_process_security_policy_impl.cc 369 void ChildProcessSecurityPolicyImpl::GrantRequestURL(
386 GrantRequestURL(child_id, GURL(url.GetContent()));
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 287 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 302 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
308 ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
    [all...]

Completed in 128 milliseconds