Searched refs:process_host (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame_unittest.cc32 MockRenderProcessHost* process_host = local
35 &delegate_, process_host, MSG_ROUTING_NONE, false);
H A Drender_widget_host_view_guest_unittest.cc32 MockRenderProcessHost* process_host = local
35 &delegate_, process_host, MSG_ROUTING_NONE, false);
H A Drender_frame_host_manager_unittest.cc563 MockRenderProcessHost* process_host = local
565 process_host->sink().ClearMessages();
/external/chromium_org/content/browser/
H A Dpush_messaging_message_filter.cc117 RenderProcessHost* process_host = local
119 if (!process_host)
121 service_ = process_host->GetBrowserContext()->GetPushMessagingService();
H A Dppapi_plugin_process_host.cc98 explicit PluginNetworkObserver(PpapiPluginProcessHost* process_host) argument
99 : process_host_(process_host) {
H A Dsite_instance_impl_unittest.cc68 virtual bool IsSuitableHost(RenderProcessHost* process_host,
70 return (privileged_process_id_ == process_host->GetID()) ==
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_content_browser_client_extensions_part.h31 static bool CanCommitURL(content::RenderProcessHost* process_host,
34 content::RenderProcessHost* process_host,
H A Dchrome_content_browser_client_extensions_part.cc90 content::RenderProcessHost* process_host,
94 process_map->GetExtensionsInProcess(process_host->GetID());
183 content::RenderProcessHost* process_host, const GURL& url) {
190 Profile::FromBrowserContext(process_host->GetBrowserContext());
202 new_extension->id(), process_host->GetID())) {
211 content::RenderProcessHost* process_host,
228 return GetProcessPrivilege(process_host, process_map, service) ==
89 GetProcessPrivilege( content::RenderProcessHost* process_host, ProcessMap* process_map, ExtensionService* service) argument
182 CanCommitURL( content::RenderProcessHost* process_host, const GURL& url) argument
209 IsSuitableHost( Profile* profile, content::RenderProcessHost* process_host, const GURL& site_url) argument
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc54 bool ContentBrowserClient::CanCommitURL(RenderProcessHost* process_host, argument
64 bool ContentBrowserClient::IsSuitableHost(RenderProcessHost* process_host, argument
69 bool ContentBrowserClient::MayReuseHost(RenderProcessHost* process_host) { argument
H A Dcontent_browser_client.h203 virtual bool CanCommitURL(RenderProcessHost* process_host, const GURL& url);
210 // given |process_host|.
211 virtual bool IsSuitableHost(RenderProcessHost* process_host,
215 // given |process_host|.
216 virtual bool MayReuseHost(RenderProcessHost* process_host);
/external/chromium_org/extensions/browser/
H A Dextension_host.cc243 RenderProcessHost* process_host = host_contents_->GetRenderProcessHost(); local
244 if (process_host && process_host->FastShutdownStarted())
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.h93 virtual bool CanCommitURL(content::RenderProcessHost* process_host,
97 virtual bool IsSuitableHost(content::RenderProcessHost* process_host,
99 virtual bool MayReuseHost(content::RenderProcessHost* process_host) OVERRIDE;
H A Dchrome_content_browser_client.cc973 content::RenderProcessHost* process_host,
977 process_host, url);
1008 content::RenderProcessHost* process_host,
1011 Profile::FromBrowserContext(process_host->GetBrowserContext());
1023 process_host->GetID());
1033 if (signin_client && signin_client->IsSigninProcess(process_host->GetID()))
1039 profile, process_host, site_url);
1046 content::RenderProcessHost* process_host) {
1052 process_host->GetBrowserContext());
1056 !prerender_manager->MayReuseProcessHost(process_host)) {
972 CanCommitURL( content::RenderProcessHost* process_host, const GURL& url) argument
1007 IsSuitableHost( content::RenderProcessHost* process_host, const GURL& site_url) argument
1045 MayReuseHost( content::RenderProcessHost* process_host) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc299 content::RenderProcessHost* process_host = web->GetRenderProcessHost(); local
300 if (!process_host)
304 const base::ProcessId pid = base::GetProcId(process_host->GetHandle());
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc597 content::RenderProcessHost* process_host = local
599 prerender_process_hosts_.erase(process_host);
603 base::Unretained(prerender_tracker()), process_host->GetID(),
1874 content::RenderProcessHost* process_host) {
1876 DCHECK(prerender_process_hosts_.find(process_host) ==
1878 prerender_process_hosts_.insert(process_host);
1879 process_host->AddObserver(this);
1883 content::RenderProcessHost* process_host) {
1889 return (prerender_process_hosts_.find(process_host) ==
1873 AddPrerenderProcessHost( content::RenderProcessHost* process_host) argument
1882 MayReuseProcessHost( content::RenderProcessHost* process_host) argument
H A Dprerender_manager.h363 void AddPrerenderProcessHost(content::RenderProcessHost* process_host);
365 // Returns whether or not |process_host| may be reused for new navigations
368 bool MayReuseProcessHost(content::RenderProcessHost* process_host);
/external/chromium_org/chrome/browser/search/
H A Dsearch.cc405 const content::RenderProcessHost* process_host = local
407 if (!process_host)
415 return instant_service->IsInstantProcess(process_host->GetID());

Completed in 287 milliseconds