Home | History | Annotate | Download | only in compositor

Lines Matching defs:DelegatedFrameHost

30 class DelegatedFrameHost;
36 // The DelegatedFrameHostClient is the interface from the DelegatedFrameHost,
57 // these functions test DelegatedFrameHost directly (rather than do it
59 virtual DelegatedFrameHost* GetDelegatedFrameHost() const = 0;
64 // The DelegatedFrameHost is used to host all of the RenderWidgetHostView state
66 // the RenderWidget. The DelegatedFrameHost will push these changes through to
68 class CONTENT_EXPORT DelegatedFrameHost
75 public base::SupportsWeakPtr<DelegatedFrameHost> {
77 DelegatedFrameHost(DelegatedFrameHostClient* client);
78 virtual ~DelegatedFrameHost();
189 base::WeakPtr<DelegatedFrameHost> rwhva,
195 base::WeakPtr<DelegatedFrameHost> rwhva,
201 base::WeakPtr<DelegatedFrameHost> rwhva,