Searched refs:IsSuitableHost (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_unittest.cc25 EXPECT_FALSE(RenderProcessHostImpl::IsSuitableHost(
27 EXPECT_TRUE(RenderProcessHostImpl::IsSuitableHost(
H A Drender_process_host_impl.h197 static bool IsSuitableHost(RenderProcessHost* host,
H A Drender_process_host_impl.cc1687 bool RenderProcessHostImpl::IsSuitableHost( function in class:content::RenderProcessHostImpl
1719 return GetContentClient()->browser()->IsSuitableHost(host, site_url);
1800 RenderProcessHostImpl::IsSuitableHost(
1859 !IsSuitableHost(host, browser_context, url))) {
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_content_browser_client_extensions_part.h33 static bool IsSuitableHost(Profile* profile,
H A Dchrome_content_browser_client_extensions_part.cc209 bool ChromeContentBrowserClientExtensionsPart::IsSuitableHost( function in class:extensions::ChromeContentBrowserClientExtensionsPart
/external/chromium_org/content/browser/
H A Dsite_instance_impl.cc197 // We want to use such a process in the IsSuitableHost check, so we
210 return !RenderProcessHostImpl::IsSuitableHost(
H A Dsite_instance_impl_unittest.cc68 virtual bool IsSuitableHost(RenderProcessHost* process_host,
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc64 bool ContentBrowserClient::IsSuitableHost(RenderProcessHost* process_host, function in class:content::ContentBrowserClient
H A Dcontent_browser_client.h200 // more conservative check than IsSuitableHost, since it is used after a
211 virtual bool IsSuitableHost(RenderProcessHost* process_host,
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.h97 virtual bool IsSuitableHost(content::RenderProcessHost* process_host,
H A Dchrome_content_browser_client.cc1007 bool ChromeContentBrowserClient::IsSuitableHost( function in class:chrome::ChromeContentBrowserClient
1038 return ChromeContentBrowserClientExtensionsPart::IsSuitableHost(

Completed in 411 milliseconds