Lines Matching refs:RootView
66 class RootView;
75 // Owns a RootView and thus a View hierarchy. Can contain child Widgets.
348 // Forwarded from the RootView so that the widget can do any cleanup.
355 // Called after changing the widget's parent NativeView. Notifies the RootView
369 // be one contents view child of this Widget's RootView. This view is sized to
370 // fit the entire size of the RootView. The RootView takes ownership of this
698 // Called by our RootView after it has performed a Layout. Used to forward
753 // Creates the RootView to be used within this Widget. Subclasses may override
756 virtual internal::RootView* CreateRootView();
758 // Provided to allow the NativeWidget implementations to destroy the RootView
805 scoped_ptr<internal::RootView> root_view_;
815 // WARNING: RootView's destructor calls into the FocusManager. As such, this