Searched refs:empty_allowed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc225 void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) { argument
226 RenderProcessHostImpl::FilterURL(this, empty_allowed, url);
H A Dmock_render_process_host.h71 virtual void FilterURL(bool empty_allowed, GURL* url) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Drender_process_host.h192 // |empty_allowed| must be set to false for navigations for security reasons.
193 virtual void FilterURL(bool empty_allowed, GURL* url) = 0;
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h127 virtual void FilterURL(bool empty_allowed, GURL* url) OVERRIDE;
193 static void FilterURL(RenderProcessHost* rph, bool empty_allowed, GURL* url);
H A Drender_process_host_impl.cc1544 void RenderProcessHostImpl::FilterURL(bool empty_allowed, GURL* url) { argument
1545 FilterURL(this, empty_allowed, url);
1641 bool empty_allowed,
1646 if (empty_allowed && url->is_empty())
1640 FilterURL(RenderProcessHost* rph, bool empty_allowed, GURL* url) argument

Completed in 1839 milliseconds