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 67 // RenderViewHostImpl is the bottom of a diamond-shaped hierarchy,
92 class CONTENT_EXPORT RenderViewHostImpl
96 // Keeps track of the state of the RenderViewHostImpl, particularly with
130 static RenderViewHostImpl* FromID(int render_process_id, int render_view_id);
143 RenderViewHostImpl(
151 virtual ~RenderViewHostImpl();
643 base::WeakPtrFactory<RenderViewHostImpl> weak_factory_;
648 DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl);
render_view_host_impl.cc 140 const int RenderViewHostImpl::kUnloadTimeoutMS = 1000;
146 bool RenderViewHostImpl::IsRVHStateActive(RenderViewHostImplState rvh_state) {
158 return RenderViewHostImpl::FromID(render_process_id, render_view_id);
164 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(rwh));
168 // RenderViewHostImpl, public:
171 RenderViewHostImpl* RenderViewHostImpl::FromID(int render_process_id,
177 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(widget));
180 RenderViewHostImpl::RenderViewHostImpl(
    [all...]

Completed in 151 milliseconds