HomeSort by relevance Sort by last modified time
    Searched defs:RootView (Results 1 - 3 of 3) 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 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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectorView.js 515 WebInspector.RootView = function()
525 WebInspector.RootView.prototype = {

Completed in 65 milliseconds