IsSuitableHost    103 chrome/browser/chrome_content_browser_client.h   virtual bool IsSuitableHost(content::RenderProcessHost* process_host,
IsSuitableHost   1719 content/browser/renderer_host/render_process_host_impl.cc   return GetContentClient()->browser()->IsSuitableHost(host, site_url);
IsSuitableHost   1798 content/browser/renderer_host/render_process_host_impl.cc     if (RenderProcessHostImpl::IsSuitableHost(
IsSuitableHost   1855 content/browser/renderer_host/render_process_host_impl.cc   if (host && !IsSuitableHost(host, browser_context, url)) {
IsSuitableHost    195 content/browser/renderer_host/render_process_host_impl.h   static bool IsSuitableHost(RenderProcessHost* host,
IsSuitableHost     20 content/browser/renderer_host/render_process_host_unittest.cc   EXPECT_FALSE(RenderProcessHostImpl::IsSuitableHost(
IsSuitableHost     22 content/browser/renderer_host/render_process_host_unittest.cc   EXPECT_TRUE(RenderProcessHostImpl::IsSuitableHost(
IsSuitableHost    205 content/browser/site_instance_impl.cc   return !RenderProcessHostImpl::IsSuitableHost(
IsSuitableHost    241 content/public/browser/content_browser_client.h   virtual bool IsSuitableHost(RenderProcessHost* process_host,