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

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h28 class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { class in namespace:content
30 static RenderFrameHostImpl* FromID(int process_id, int routing_id);
32 virtual ~RenderFrameHostImpl();
60 RenderFrameHostImpl(RenderViewHostImpl* render_view_host,
89 // The FrameTreeNode which this RenderFrameHostImpl is hosted in.
95 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl);
H A Drender_frame_host_impl.cc24 typedef base::hash_map<RenderFrameHostID, RenderFrameHostImpl*>
30 RenderFrameHostImpl* RenderFrameHostImpl::FromID(
38 RenderFrameHostImpl::RenderFrameHostImpl( function in class:content::RenderFrameHostImpl
57 RenderFrameHostImpl::~RenderFrameHostImpl() {
65 int RenderFrameHostImpl::GetRoutingID() {
69 bool RenderFrameHostImpl::Send(IPC::Message* message) {
73 bool RenderFrameHostImpl
[all...]

Completed in 58 milliseconds