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

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h76 // RenderViewHostImpl is the bottom of a diamond-shaped hierarchy,
101 class CONTENT_EXPORT RenderViewHostImpl class in namespace:content
106 static RenderViewHostImpl* FromID(int render_process_id, int render_view_id);
119 RenderViewHostImpl(
128 virtual ~RenderViewHostImpl();
749 DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl);
H A Drender_view_host_impl.cc152 return RenderViewHostImpl::FromID(render_process_id, render_view_id);
158 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(rwh));
165 RenderViewHostImpl::FilterURL(ChildProcessSecurityPolicyImpl::GetInstance(),
170 // RenderViewHostImpl, public:
173 RenderViewHostImpl* RenderViewHostImpl::FromID(int render_process_id,
179 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(widget));
182 RenderViewHostImpl::RenderViewHostImpl( function in class:content::RenderViewHostImpl
245 RenderViewHostImpl
[all...]

Completed in 60 milliseconds