Home
last modified time | relevance | path

Searched refs:RenderProcessHost (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_event_listener.cc27 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/
Dvisitedlink_event_listener.cc48 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/
Dprocess_management_browsertest.cc55 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/
Drender_process_host_browsertest.cc21 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()
Drender_process_host_impl.cc198 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 …]
Dbacking_store.h17 class RenderProcessHost; variable
28 class RenderProcessHost; variable
57 RenderProcessHost* process,
/external/chromium_org/chrome/browser/profiles/
Dprofile_destroyer.cc32 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()
Dprofile_destroyer.h17 class RenderProcessHost; variable
33 const std::vector<content::RenderProcessHost*>& hosts);
47 std::vector<content::RenderProcessHost*> *hosts);
Dprofile_destroyer_unittest.cc78 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/
Dcontent_view_statics.cc42 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/
Dspellcheck_service.cc159 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/
Dextension_message_port.h13 class RenderProcessHost; variable
21 ExtensionMessagePort(content::RenderProcessHost* process,
38 virtual content::RenderProcessHost* GetRenderProcessHost() OVERRIDE;
41 content::RenderProcessHost* process_;
Dmessage_service.cc74 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/
Devent_listener_map.h21 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/
Dbackground_printing_manager.cc58 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/
Drender_process_host.h39 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/
Dsite_instance_impl_unittest.cc68 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 …]
Dhost_zoom_map_impl.cc101 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()
Dsite_instance_impl.h23 virtual RenderProcessHost* GetProcess() OVERRIDE;
92 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) OVERRIDE;
116 RenderProcessHost* process_;
/external/chromium/chrome/browser/extensions/
Dextension_event_router.cc25 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/
Dpepper_broker_message_filter.cc23 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/
Dweb_cache_manager.cc171 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/
Dwebrtc_logging_private_api.cc35 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/
Ddesktop_notification_handler.cc52 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/
Drender_view_host_delegate_helper.h21 class RenderProcessHost; variable
53 RenderProcessHost* process);
56 int route_id, RenderProcessHost* process);

1234567891011