Home | History | Annotate | Download | only in widget

Lines Matching defs:RootView

33 // RootView class
35 // The RootView is the root of a View hierarchy. A RootView is attached to a
38 // them to the RootView for propagation into the View hierarchy.
40 // A RootView can have only one child, called its "Contents View" which is
41 // sized to fill the bounds of the RootView (and hence the client area of the
43 // initialized to attach the contents view to the RootView.
49 class VIEWS_EXPORT RootView : public View,
57 explicit RootView(Widget* widget);
58 virtual ~RootView();
62 // Sets the "contents view" of the RootView. This is the single child view
73 // (typically when the hierarchy changes and this RootView is added/removed).
218 // The View that contains this RootView. This is used when we have RootView
230 DISALLOW_IMPLICIT_CONSTRUCTORS(RootView);