Searched defs:FilterURL (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc1544 void RenderProcessHostImpl::FilterURL(bool empty_allowed, GURL* url) { function in class:content::RenderProcessHostImpl
1545 FilterURL(this, empty_allowed, url);
1640 void RenderProcessHostImpl::FilterURL(RenderProcessHost* rph, function in class:content::RenderProcessHostImpl
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc225 void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) { function in class:content::MockRenderProcessHost
226 RenderProcessHostImpl::FilterURL(this, empty_allowed, url);

Completed in 252 milliseconds