HomeSort by relevance Sort by last modified time
    Searched defs:RenderViewHostImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 76 // RenderViewHostImpl is the bottom of a diamond-shaped hierarchy,
101 class CONTENT_EXPORT RenderViewHostImpl
106 static RenderViewHostImpl* FromID(int render_process_id, int render_view_id);
119 RenderViewHostImpl(
128 virtual ~RenderViewHostImpl();
    [all...]
render_view_host_impl.cc 152 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(
245 RenderViewHostImpl::~RenderViewHostImpl()
    [all...]

Completed in 83 milliseconds