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 78 // RenderViewHostImpl is the bottom of a diamond-shaped hierarchy,
103 class CONTENT_EXPORT RenderViewHostImpl
108 static RenderViewHostImpl* FromID(int render_process_id, int render_view_id);
120 RenderViewHostImpl(
127 virtual ~RenderViewHostImpl();
705 DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl);
render_view_host_impl.cc 123 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(widget));
129 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(rwh));
136 RenderViewHostImpl::FilterURL(ChildProcessSecurityPolicyImpl::GetInstance(),
141 // RenderViewHostImpl, public:
144 RenderViewHostImpl* RenderViewHostImpl::FromID(int render_process_id,
146 return static_cast<RenderViewHostImpl*>(
150 RenderViewHostImpl::RenderViewHostImpl(
198 RenderViewHostImpl::~RenderViewHostImpl()
    [all...]

Completed in 244 milliseconds