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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
RootView.js 9 WebInspector.RootView = function()
18 WebInspector.RootView.prototype = {
  /external/chromium_org/ui/views/widget/
root_view.h 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();
    [all...]
root_view.cc 145 const char RootView::kViewClassName[] = "RootView";
148 // RootView, public:
152 RootView::RootView(Widget* widget)
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::GetContentsView()
    [all...]

Completed in 187 milliseconds