Searched refs:RenderProcessHost (Results 1 - 25 of 241) sorted by last modified time

12345678910

/external/chromium_org/extensions/browser/api/declarative/
H A Drules_registry_service.cc229 content::RenderProcessHost* process =
230 content::Source<content::RenderProcessHost>(source).ptr();
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc335 content::RenderProcessHost* process =
336 content::RenderProcessHost::FromID(process_id);
H A Dweb_request_api_helpers.cc1213 for (content::RenderProcessHost::iterator it =
1214 content::RenderProcessHost::AllHostsIterator();
1216 content::RenderProcessHost* host = it.GetCurrentValue();
1222 void SendExtensionWebRequestStatusToHost(content::RenderProcessHost* host) {
H A Dweb_request_api_helpers.h31 class RenderProcessHost;
322 void SendExtensionWebRequestStatusToHost(content::RenderProcessHost* host);
/external/chromium_org/extensions/browser/
H A Dblob_holder.cc25 content::RenderProcessHost* render_process_host) {
51 BlobHolder::BlobHolder(content::RenderProcessHost* render_process_host)
H A Dblob_holder.h18 class RenderProcessHost;
31 content::RenderProcessHost* render_process_host);
42 explicit BlobHolder(content::RenderProcessHost* render_process_host);
53 content::RenderProcessHost* render_process_host_;
H A Devent_listener_map.cc23 content::RenderProcessHost* process,
33 content::RenderProcessHost* process,
75 content::RenderProcessHost* process,
165 bool EventListenerMap::HasProcessListener(content::RenderProcessHost* process,
249 const content::RenderProcessHost* process) {
H A Devent_listener_map.h23 class RenderProcessHost;
55 content::RenderProcessHost* process,
60 content::RenderProcessHost* process,
82 content::RenderProcessHost* process() const { return process_; }
91 content::RenderProcessHost* process,
97 content::RenderProcessHost* process_;
139 void RemoveListenersForProcess(const content::RenderProcessHost* process);
154 bool HasProcessListener(content::RenderProcessHost* process,
163 // is no way to serialise a RenderProcessHost*.
H A Devent_listener_map_unittest.cc30 content::RenderProcessHost*, // process
92 content::RenderProcessHost* process,
101 content::RenderProcessHost* process,
H A Devent_router.cc85 content::RenderProcessHost* process;
88 ListenerProcess(content::RenderProcessHost* process,
187 content::RenderProcessHost* process,
194 content::RenderProcessHost* process,
202 content::RenderProcessHost* process,
209 content::RenderProcessHost* process,
289 content::RenderProcessHost* process,
313 content::RenderProcessHost* process,
543 content::RenderProcessHost* process,
729 content::RenderProcessHost* rendere
[all...]
H A Devent_router.h32 class RenderProcessHost;
105 content::RenderProcessHost* process,
108 content::RenderProcessHost* process,
113 content::RenderProcessHost* process,
116 content::RenderProcessHost* process,
141 content::RenderProcessHost* process,
149 content::RenderProcessHost* process,
247 content::RenderProcessHost* process,
H A Devent_router_unittest.cc61 content::RenderProcessHost*, // process
68 content::RenderProcessHost* process,
77 content::RenderProcessHost* process,
H A Dextension_function_dispatcher.cc106 if (content::RenderProcessHost::run_renderer_in_process()) {
H A Dextension_host.cc47 using content::RenderProcessHost;
164 content::RenderProcessHost* ExtensionHost::render_process_host() const {
243 RenderProcessHost* process_host = host_contents_->GetRenderProcessHost();
H A Dextension_host.h26 class RenderProcessHost;
59 content::RenderProcessHost* render_process_host() const;
H A Dextension_message_filter.cc28 using content::RenderProcessHost;
114 RenderProcessHost* process = RenderProcessHost::FromID(render_process_id_);
135 RenderProcessHost* process = RenderProcessHost::FromID(render_process_id_);
226 RenderProcessHost* process = RenderProcessHost::FromID(render_process_id_);
241 RenderProcessHost* process = RenderProcessHost::FromID(render_process_id_);
269 RenderProcessHost* proces
[all...]
H A Dextension_web_contents_observer.cc38 content::RenderProcessHost* process = render_view_host->GetProcess();
H A Drenderer_startup_helper.cc39 content::RenderProcessHost* process =
40 content::Source<content::RenderProcessHost>(source).ptr();
H A Drenderer_startup_helper.h17 class RenderProcessHost;
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.cc169 content::RenderProcessHost* embedder_render_process_host =
170 content::RenderProcessHost::FromID(embedder_render_process_id);
252 content::RenderProcessHost* host =
253 content::RenderProcessHost::FromID(embedder_process_id);
283 void GuestViewBase::RenderProcessExited(content::RenderProcessHost* host,
302 content::RenderProcessHost* host =
303 content::RenderProcessHost::FromID(embedder_render_process_id());
366 // lifetime of its embedder WebContents. Observing the RenderProcessHost
H A Dguest_view_base.h232 virtual void RenderProcessExited(content::RenderProcessHost* host,
H A Dguest_view_manager.cc262 content::RenderProcessHost::FromID(embedder_render_process_id)->
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc192 content::RenderProcessHost* embedder_render_process_host =
193 content::RenderProcessHost::FromID(embedder_render_process_id);
/external/chromium_org/extensions/shell/browser/
H A Dshell_content_browser_client.cc77 content::RenderProcessHost* host) {
H A Dshell_content_browser_client.h43 content::RenderProcessHost* host) OVERRIDE;

Completed in 189 milliseconds

12345678910