HomeSort by relevance Sort by last modified time
    Searched defs:RootView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/
root_view.h 30 // RootView class
32 // The RootView is the root of a View hierarchy. A RootView is attached to a
35 // them to the RootView for propagation into the View hierarchy.
37 // A RootView can have only one child, called its "Contents View" which is
38 // sized to fill the bounds of the RootView (and hence the client area of the
40 // initialized to attach the contents view to the RootView.
46 class VIEWS_EXPORT RootView : public View,
53 explicit RootView(Widget* widget);
54 virtual ~RootView();
    [all...]
root_view.cc 55 const char RootView::kViewClassName[] = "RootView";
58 // RootView, public:
62 RootView::RootView(Widget* widget)
80 RootView::~RootView() {
89 void RootView::SetContentsView(View* contents_view) {
101 // calling the widget's size changed handler, since the RootView's bounds may
106 View* RootView::GetContentsView()
    [all...]

Completed in 69 milliseconds