/external/chromium/chrome/browser/visitedlink/ |
D | visitedlink_event_listener.cc | 27 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator()); in NewTable() 51 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator()); in Reset() 59 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator()); in CommitVisitedLinks()
|
/external/chromium_org/components/visitedlink/browser/ |
D | visitedlink_event_listener.cc | 48 content::RenderProcessHost* process = in SendVisitedLinkTable() 49 content::RenderProcessHost::FromID(render_process_id_); in SendVisitedLinkTable() 84 content::RenderProcessHost* process = in Update() 85 content::RenderProcessHost::FromID(render_process_id_); in Update() 137 content::RenderProcessHost* process = in NewTable() 138 content::RenderProcessHost::FromID(i->first); in NewTable() 182 content::RenderProcessHost* process = in Observe() 183 content::Source<content::RenderProcessHost>(source).ptr(); in Observe() 198 content::RenderProcessHost* process = in Observe() 199 content::Source<content::RenderProcessHost>(source).ptr(); in Observe()
|
/external/chromium_org/chrome/browser/extensions/ |
D | process_management_browsertest.cc | 55 content::RenderProcessHost::SetMaxRendererProcessCount(1); in IN_PROC_BROWSER_TEST_F() 121 content::RenderProcessHost* isolated1_host = in IN_PROC_BROWSER_TEST_F() 123 content::RenderProcessHost* ntp1_host = in IN_PROC_BROWSER_TEST_F() 125 content::RenderProcessHost* hosted1_host = in IN_PROC_BROWSER_TEST_F() 127 content::RenderProcessHost* web1_host = in IN_PROC_BROWSER_TEST_F() 130 content::RenderProcessHost* isolated2_host = in IN_PROC_BROWSER_TEST_F() 132 content::RenderProcessHost* ntp2_host = in IN_PROC_BROWSER_TEST_F() 134 content::RenderProcessHost* hosted2_host = in IN_PROC_BROWSER_TEST_F() 136 content::RenderProcessHost* web2_host = in IN_PROC_BROWSER_TEST_F() 139 content::RenderProcessHost* second_isolated1_host = in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_browsertest.cc | 21 content::RenderProcessHost::iterator hosts = in RenderProcessHostCount() 22 content::RenderProcessHost::AllHostsIterator(); in RenderProcessHostCount() 45 RenderProcessHost* rph = in IN_PROC_BROWSER_TEST_F() 50 Source<RenderProcessHost>(rph)); in IN_PROC_BROWSER_TEST_F() 65 content::RenderProcessHost::SetMaxRendererProcessCount(1); in IN_PROC_BROWSER_TEST_F() 71 RenderProcessHost* rph = in IN_PROC_BROWSER_TEST_F()
|
D | render_process_host_impl.cc | 198 base::LazyInstance<IDMap<RenderProcessHost> >::Leaky 208 typedef base::hash_map<std::string, RenderProcessHost*> SiteToProcessMap; 211 void RegisterProcess(const std::string& site, RenderProcessHost* process) { in RegisterProcess() 215 RenderProcessHost* FindProcess(const std::string& site) { in FindProcess() 222 void RemoveProcess(RenderProcessHost* host) { in RemoveProcess() 288 void RenderProcessHost::RegisterRendererMainThreadFactory( in RegisterRendererMainThreadFactory() 305 size_t RenderProcessHost::GetMaxRendererProcessCount() { in GetMaxRendererProcessCount() 347 void RenderProcessHost::SetMaxRendererProcessCount(size_t count) { in SetMaxRendererProcessCount() 1430 Source<RenderProcessHost>(this), in Cleanup() 1507 void RenderProcessHostImpl::RegisterHost(int host_id, RenderProcessHost* host) { in RegisterHost() [all …]
|
D | backing_store.h | 17 class RenderProcessHost; variable 28 class RenderProcessHost; variable 57 RenderProcessHost* process,
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_destroyer.cc | 32 std::vector<content::RenderProcessHost*> hosts; in DestroyProfileWhenAppropriate() 49 content::RenderProcessHost::run_renderer_in_process()) << \ in DestroyProfileWhenAppropriate() 90 const std::vector<content::RenderProcessHost*>& hosts) in ProfileDestroyer() 100 content::Source<content::RenderProcessHost>(hosts[i])); in ProfileDestroyer() 178 Profile* const profile, std::vector<content::RenderProcessHost*>* hosts) { in GetHostsForProfile() 179 for (content::RenderProcessHost::iterator iter( in GetHostsForProfile() 180 content::RenderProcessHost::AllHostsIterator()); in GetHostsForProfile() 182 content::RenderProcessHost* render_process_host = iter.GetCurrentValue(); in GetHostsForProfile()
|
D | profile_destroyer.h | 17 class RenderProcessHost; variable 33 const std::vector<content::RenderProcessHost*>& hosts); 47 std::vector<content::RenderProcessHost*> *hosts);
|
D | profile_destroyer_unittest.cc | 78 scoped_ptr<content::RenderProcessHost> render_process_host1; in TEST_F() 84 scoped_ptr<content::RenderProcessHost> render_process_host2; in TEST_F() 116 scoped_ptr<content::RenderProcessHost> render_process_host1; in TEST_F() 136 scoped_ptr<content::RenderProcessHost> render_process_host2; in TEST_F()
|
/external/chromium_org/content/browser/android/ |
D | content_view_statics.cc | 42 for (content::RenderProcessHost::iterator i( in SuspendWebKitSharedTimers() 43 content::RenderProcessHost::AllHostsIterator()); in SuspendWebKitSharedTimers() 45 content::RenderProcessHost* host = i.GetCurrentValue(); in SuspendWebKitSharedTimers() 55 content::RenderProcessHost* host = content::RenderProcessHost::FromID(*it); in ResumeWebkitSharedTimers()
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_service.cc | 159 void SpellcheckService::InitForRenderer(content::RenderProcessHost* process) { in InitForRenderer() 226 content::RenderProcessHost* process = in Observe() 227 content::Source<content::RenderProcessHost>(source).ptr(); in Observe() 237 for (content::RenderProcessHost::iterator i( in OnCustomDictionaryChanged() 238 content::RenderProcessHost::AllHostsIterator()); in OnCustomDictionaryChanged() 274 for (content::RenderProcessHost::iterator i( in InitForAllRenderers() 275 content::RenderProcessHost::AllHostsIterator()); in InitForAllRenderers() 277 content::RenderProcessHost* process = i.GetCurrentValue(); in InitForAllRenderers() 286 for (content::RenderProcessHost::iterator i( in OnEnableAutoSpellCorrectChanged() 287 content::RenderProcessHost::AllHostsIterator()); in OnEnableAutoSpellCorrectChanged() [all …]
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | extension_message_port.h | 13 class RenderProcessHost; variable 21 ExtensionMessagePort(content::RenderProcessHost* process, 38 virtual content::RenderProcessHost* GetRenderProcessHost() OVERRIDE; 41 content::RenderProcessHost* process_;
|
D | message_service.cc | 74 content::RenderProcessHost* source; 86 OpenChannelParams(content::RenderProcessHost* source, in OpenChannelParams() 116 static content::RenderProcessHost* GetExtensionProcess( in GetExtensionProcess() 131 content::RenderProcessHost* 198 content::RenderProcessHost* source = in OpenChannelToExtension() 199 content::RenderProcessHost::FromID(source_process_id); in OpenChannelToExtension() 339 content::RenderProcessHost* source = in OpenChannelToNativeApp() 340 content::RenderProcessHost::FromID(source_process_id); in OpenChannelToNativeApp() 402 content::RenderProcessHost* source = in OpenChannelToTab() 403 content::RenderProcessHost::FromID(source_process_id); in OpenChannelToTab() [all …]
|
/external/chromium_org/extensions/browser/ |
D | event_listener_map.h | 21 class RenderProcessHost; variable 48 content::RenderProcessHost* process, 58 content::RenderProcessHost* process; 101 void RemoveListenersForProcess(const content::RenderProcessHost* process); 116 bool HasProcessListener(content::RenderProcessHost* process,
|
/external/chromium_org/chrome/browser/printing/ |
D | background_printing_manager.cc | 58 content::Source<content::RenderProcessHost> rph_source( in OwnPrintPreviewDialog() 83 content::Source<content::RenderProcessHost>(source).ptr()); in Observe() 93 content::RenderProcessHost* rph) { in OnRendererProcessClosed() 133 content::RenderProcessHost* rph = preview_contents->GetRenderProcessHost(); in OnWebContentsDestroyed() 135 content::Source<content::RenderProcessHost>(rph)); in OnWebContentsDestroyed() 160 content::RenderProcessHost* rph = preview_contents->GetRenderProcessHost(); in HasSharedRenderProcessHost()
|
/external/chromium_org/content/public/browser/ |
D | render_process_host.h | 39 class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, 43 typedef IDMap<RenderProcessHost>::iterator iterator; 61 virtual ~RenderProcessHost() {} in ~RenderProcessHost() 234 static RenderProcessHost* FromID(int render_process_id); 253 static RenderProcessHost* GetExistingProcessHost(
|
/external/chromium_org/content/browser/ |
D | site_instance_impl_unittest.cc | 68 virtual bool IsSuitableHost(RenderProcessHost* process_host, in IsSuitableHost() 103 EXPECT_TRUE(RenderProcessHost::AllHostsIterator().IsAtEnd()); in TearDown() 298 scoped_ptr<RenderProcessHost> host1; in TEST_F() 307 scoped_ptr<RenderProcessHost> host2(instance2->GetProcess()); in TEST_F() 444 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess()); in TEST_F() 445 scoped_ptr<RenderProcessHost> process_a2_2(site_instance_a2_2->GetProcess()); in TEST_F() 483 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess()); in TEST_F() 525 scoped_ptr<RenderProcessHost> process_a2_3(site_instance_a2_3->GetProcess()); in TEST_F() 579 scoped_ptr<RenderProcessHost> extension_host( in TEST_F() 594 scoped_ptr<RenderProcessHost> dom_host(webui1_instance->GetProcess()); in TEST_F() [all …]
|
D | host_zoom_map_impl.cc | 101 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator()); in SetZoomLevelForHost() 103 RenderProcessHost* render_process_host = i.GetCurrentValue(); in SetZoomLevelForHost() 128 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator()); in SetZoomLevelForHostAndScheme() 130 RenderProcessHost* render_process_host = i.GetCurrentValue(); in SetZoomLevelForHostAndScheme()
|
D | site_instance_impl.h | 23 virtual RenderProcessHost* GetProcess() OVERRIDE; 92 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) OVERRIDE; 116 RenderProcessHost* process_;
|
/external/chromium/chrome/browser/extensions/ |
D | extension_event_router.cc | 25 static void DispatchEvent(RenderProcessHost* renderer, in DispatchEvent() 48 RenderProcessHost* process; 51 explicit EventListener(RenderProcessHost* process, in EventListener() 97 RenderProcessHost* process, in AddEventListener() 114 RenderProcessHost* process, in RemoveEventListener() 223 RenderProcessHost* renderer = Source<RenderProcessHost>(source).ptr(); in Observe()
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
D | pepper_broker_message_filter.cc | 23 using content::RenderProcessHost; 59 RenderProcessHost* render_process_host = in OnIsAllowed() 60 RenderProcessHost::FromID(render_process_id_); in OnIsAllowed()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | web_cache_manager.cc | 171 content::RenderProcessHost* process = in Observe() 172 content::Source<content::RenderProcessHost>(source).ptr(); in Observe() 177 content::RenderProcessHost* process = in Observe() 178 content::Source<content::RenderProcessHost>(source).ptr(); in Observe() 316 content::RenderProcessHost* host = in EnactStrategy() 317 content::RenderProcessHost::FromID(allocation->first); in EnactStrategy() 347 content::RenderProcessHost* host = in ClearRendererCache() 348 content::RenderProcessHost::FromID(*iter); in ClearRendererCache()
|
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/ |
D | webrtc_logging_private_api.cc | 35 content::RenderProcessHost* 71 content::RenderProcessHost* host = in RunImpl() 111 content::RenderProcessHost* host = in RunImpl() 148 content::RenderProcessHost* host = in RunImpl() 170 content::RenderProcessHost* host = in RunImpl() 204 content::RenderProcessHost* host = in RunImpl() 244 content::RenderProcessHost* host = in RunImpl()
|
/external/chromium/chrome/browser/ |
D | desktop_notification_handler.cc | 52 RenderProcessHost* process = render_view_host()->process(); in OnShow() 64 RenderProcessHost* process = render_view_host()->process(); in OnCancel() 81 RenderProcessHost* process = render_view_host()->process(); in OnRequestPermission()
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_host_delegate_helper.h | 21 class RenderProcessHost; variable 53 RenderProcessHost* process); 56 int route_id, RenderProcessHost* process);
|