Home
last modified time | relevance | path

Searched refs:ShouldTryToUseExistingProcessHost (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_process_host_unittest.cc62 EXPECT_TRUE(RenderProcessHostImpl::ShouldTryToUseExistingProcessHost( in TEST_F()
85 EXPECT_FALSE(RenderProcessHostImpl::ShouldTryToUseExistingProcessHost( in TEST_F()
Drender_process_host_impl.cc1760 bool RenderProcessHost::ShouldTryToUseExistingProcessHost( in ShouldTryToUseExistingProcessHost() function in content::RenderProcessHost
1786 ShouldTryToUseExistingProcessHost(browser_context, url); in ShouldTryToUseExistingProcessHost()
/external/chromium_org/chrome/browser/extensions/
Dchrome_content_browser_client_extensions_part.h36 static bool ShouldTryToUseExistingProcessHost(Profile* profile,
Dchrome_content_browser_client_extensions_part.cc234 ChromeContentBrowserClientExtensionsPart::ShouldTryToUseExistingProcessHost( in ShouldTryToUseExistingProcessHost() function in extensions::ChromeContentBrowserClientExtensionsPart
/external/chromium_org/content/public/browser/
Drender_process_host.h263 static bool ShouldTryToUseExistingProcessHost(
Dcontent_browser_client.cc73 bool ContentBrowserClient::ShouldTryToUseExistingProcessHost( in ShouldTryToUseExistingProcessHost() function in content::ContentBrowserClient
Dcontent_browser_client.h221 virtual bool ShouldTryToUseExistingProcessHost(
/external/chromium_org/content/browser/
Dsite_instance_impl.cc92 if (!process_ && RenderProcessHostImpl::ShouldTryToUseExistingProcessHost( in GetProcess()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h100 virtual bool ShouldTryToUseExistingProcessHost(
Dchrome_content_browser_client.cc1063 bool ChromeContentBrowserClient::ShouldTryToUseExistingProcessHost( in ShouldTryToUseExistingProcessHost() function in chrome::ChromeContentBrowserClient
1072 ShouldTryToUseExistingProcessHost( in ShouldTryToUseExistingProcessHost()
/external/chromium_org/chrome/browser/prerender/
Dprerender_manager.cc1290 if (content::RenderProcessHost::ShouldTryToUseExistingProcessHost( in AddPrerender()