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

/external/chromium_org/content/public/browser/
H A Drender_frame_host.h29 class CONTENT_EXPORT RenderFrameHost : public IPC::Listener, class in namespace:content
32 // Returns the RenderFrameHost given its ID and the ID of its render process.
33 // Returns NULL if the IDs do not correspond to a live RenderFrameHost.
34 static RenderFrameHost* FromID(int render_process_id, int render_frame_id);
36 virtual ~RenderFrameHost() {}
42 // access to this RenderFrameHost, and must therefore live in the same
49 // Returns the current RenderFrameHost of the parent frame, or NULL if there
51 // RenderFrameHost.
52 virtual RenderFrameHost* GetParent() = 0;
97 RenderFrameHost() {} function in class:content::RenderFrameHost
[all...]

Completed in 104 milliseconds