Lines Matching defs:parent
59 BrowserAccessibility* parent,
71 // Update the parent and index in parent if this node has been moved.
72 void UpdateParent(BrowserAccessibility* parent, int index_in_parent);
77 // Returns the parent of this object, or NULL if it's the root.
78 BrowserAccessibility* parent() { return parent_; }
87 // child of its parent.
91 // of its parent.
185 // The parent of this object, may be NULL if we're the root object.
191 // The index of this within its parent object.