Searched defs:RenderProcessHost (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_process_host.h35 // communication channel. There will generally be one RenderProcessHost per
37 class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, class in namespace:content
41 typedef IDMap<RenderProcessHost>::iterator iterator;
59 virtual ~RenderProcessHost() {}
92 // Indicates whether the current RenderProcessHost is associated with an
201 // process associated with this RenderProcessHost.
236 // browser maintains a single RenderProcessHost which communicates
251 // Returns the RenderProcessHost given its ID. Returns NULL if the ID does
252 // not correspond to a live RenderProcessHost.
253 static RenderProcessHost* FromI
[all...]

Completed in 121 milliseconds