Lines Matching defs:parent
113 parent(NULL),
118 View* parent,
122 parent(parent),
127 // New parent if |is_add| is true, old parent if |is_add| is false.
128 View* parent;
132 // existing parent, then a notification for the remove is sent first,
135 // For the remove part of move, |move_view| is the new parent of the View
137 // For the add part of move, |move_view| is the old parent of the View being
147 // By default a View is owned by its parent unless specified otherwise here.
164 // Removes |view| from this view. The view's parent will change to NULL.
168 // the views are deleted, unless marked as not parent owned.
184 // Returns the parent view.
185 const View* parent() const { return parent_; }
186 View* parent() { return parent_; }
197 // Position is in the coordinate system of the view's parent.
325 // parent. The position returned is mirrored if the parent view is using a RTL
377 // parent views do not change.
439 // the mirrored position of the child Views if the parent View uses a
465 // system, to convert it into the parent's coordinate system.
477 // transformations are applied to it to convert it into the parent coordinate
504 // Get the theme provider from the parent widget.
586 // bubbling. If you return false, the event will bubble through parent
661 // otherwise. If the event has not been processed, the parent will be given a
668 // if the view is focused. If the event has not been processed, the parent
933 // visible. View's implementation passes the call onto the parent View (after
988 // parent an opportunity to do a fresh layout if that makes sense.
991 // Called when the visibility of a child view changed. This gives the parent
995 // Invalidates the layout and calls ChildPreferredSizeChanged on the parent
1040 // Views created without a native view parent don't have a focus manager.
1086 // Updates the view's layer's parent. Called when a view is added to a view
1242 // |delete_removed_view| is true, the view is also deleted (if it is parent
1244 // AddChildView() to a new parent. For this case, |new_parent| is the View
1253 // |old_parent| is the original parent of the View that was removed.
1342 // View itself, and all its parent Views are visible. This also updates
1352 // to the destroyed layer's parent.
1412 // False if this View is owned by its parent - i.e. it will be deleted by its
1413 // parent during its parents destruction. False is the default.
1428 // This view's parent.
1436 // This View's bounds in the parent coordinate system.