Home
last modified time | relevance | path

Searched refs:IsSuitableHost (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_process_host_unittest.cc20 EXPECT_FALSE(RenderProcessHostImpl::IsSuitableHost( in TEST_F()
22 EXPECT_TRUE(RenderProcessHostImpl::IsSuitableHost( in TEST_F()
Drender_process_host_impl.h170 static bool IsSuitableHost(RenderProcessHost* host,
Drender_process_host_impl.cc1528 bool RenderProcessHostImpl::IsSuitableHost( in IsSuitableHost() function in content::RenderProcessHostImpl
1560 return GetContentClient()->browser()->IsSuitableHost(host, site_url); in IsSuitableHost()
1633 if (RenderProcessHostImpl::IsSuitableHost( in GetExistingProcessHost()
1690 if (host && !IsSuitableHost(host, browser_context, url)) { in GetProcessHostForSite()
/external/chromium_org/content/browser/
Dsite_instance_impl.cc205 return !RenderProcessHostImpl::IsSuitableHost( in HasWrongProcessForURL()
Dsite_instance_impl_unittest.cc68 virtual bool IsSuitableHost(RenderProcessHost* process_host, in IsSuitableHost() function in content::__anonedbadbdf0111::SiteInstanceTestBrowserClient
/external/chromium_org/content/public/browser/
Dcontent_browser_client.cc68 bool ContentBrowserClient::IsSuitableHost(RenderProcessHost* process_host, in IsSuitableHost() function in content::ContentBrowserClient
Dcontent_browser_client.h224 virtual bool IsSuitableHost(RenderProcessHost* process_host,
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h93 virtual bool IsSuitableHost(content::RenderProcessHost* process_host,
Dchrome_content_browser_client.cc1126 bool ChromeContentBrowserClient::IsSuitableHost( in IsSuitableHost() function in chrome::ChromeContentBrowserClient