Searched defs:RenderWidgetHost (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/public/browser/
H A Drender_widget_host.h41 // A RenderWidgetHost manages the browser side of a browser<->renderer
50 // There are two situations in which this object, a RenderWidgetHost, can be
56 // WebContents instantiates the RenderWidgetHost directly.
75 // RenderViewHost (a RenderWidgetHost subclass) is the conduit used to
88 // For select popups, the situation is a little different. The RenderWidgetHost
96 // container, when the render process is destroyed, the RenderWidgetHost just
100 // It should be noted that the RenderViewHost, not the RenderWidgetHost,
106 // the RenderWidgetHost's IPC message map.
107 class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender { class in namespace:content
109 // Returns the RenderWidgetHost give
[all...]

Completed in 208 milliseconds