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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DRootView.js9 WebInspector.RootView = function()
18 WebInspector.RootView.prototype = {
/external/chromium_org/ui/views/widget/
H A Droot_view.h33 // 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, class in namespace:views::internal
57 explicit RootView(Widget* widget);
58 virtual ~RootView();
[all...]
H A Droot_view.cc145 const char RootView::kViewClassName[] = "RootView";
148 // RootView, public:
152 RootView::RootView(Widget* widget) function in class:views::internal::RootView
175 RootView::~RootView() {
184 void RootView::SetContentsView(View* contents_view) {
196 // calling the widget's size changed handler, since the RootView's bounds may
201 View* RootView
[all...]

Completed in 58 milliseconds