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

/external/chromium_org/ui/views/widget/
H A Droot_view.h29 // RootView class
31 // The RootView is the root of a View hierarchy. A RootView is attached to a
34 // them to the RootView for propagation into the View hierarchy.
36 // A RootView can have only one child, called its "Contents View" which is
37 // sized to fill the bounds of the RootView (and hence the client area of the
39 // initialized to attach the contents view to the RootView.
45 class VIEWS_EXPORT RootView : public View, class in namespace:views::internal
52 explicit RootView(Widget* widget);
53 virtual ~RootView();
[all...]
H A Droot_view.cc50 const char RootView::kViewClassName[] = "RootView";
53 // RootView, public:
57 RootView::RootView(Widget* widget) function in class:views::internal::RootView
75 RootView::~RootView() {
84 void RootView::SetContentsView(View* contents_view) {
96 // calling the widget's size changed handler, since the RootView's bounds may
101 View* RootView
[all...]

Completed in 585 milliseconds