Searched refs:IsSuitableHost (Results 1 – 9 of 9) sorted by relevance
20 EXPECT_FALSE(RenderProcessHostImpl::IsSuitableHost( in TEST_F()22 EXPECT_TRUE(RenderProcessHostImpl::IsSuitableHost( in TEST_F()
170 static bool IsSuitableHost(RenderProcessHost* host,
1528 bool RenderProcessHostImpl::IsSuitableHost( in IsSuitableHost() function in content::RenderProcessHostImpl1560 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()
205 return !RenderProcessHostImpl::IsSuitableHost( in HasWrongProcessForURL()
68 virtual bool IsSuitableHost(RenderProcessHost* process_host, in IsSuitableHost() function in content::__anonedbadbdf0111::SiteInstanceTestBrowserClient
68 bool ContentBrowserClient::IsSuitableHost(RenderProcessHost* process_host, in IsSuitableHost() function in content::ContentBrowserClient
224 virtual bool IsSuitableHost(RenderProcessHost* process_host,
93 virtual bool IsSuitableHost(content::RenderProcessHost* process_host,
1126 bool ChromeContentBrowserClient::IsSuitableHost( in IsSuitableHost() function in chrome::ChromeContentBrowserClient