Searched defs:child (Results 1 – 4 of 4) sorted by relevance
20 tinyxml2::XMLElement* child = ele->FirstChildElement(); in IterateChildNode() local
289 void UiElement::Element::AddChild(std::shared_ptr<Element> child) in AddChild()308 for (const auto& child : childLst) in CalculateChildrenRect() local362 auto& child{ childLst[i] }; in CalculateChildrenRect() local394 auto& child{ childLst[i] }; in CalculateChildrenRect() local411 auto& child{ childLst[i] }; in CalculateChildrenRect() local457 for (const auto& child : childLst) in CalculateChildrenRect() local511 auto& child{ childLst[i] }; in CalculateChildrenRect() local543 auto& child{ childLst[i] }; in CalculateChildrenRect() local560 auto& child{ childLst[i] }; in CalculateChildrenRect() local2896 void UiElement::TreeElement::Node::AddChild(std::shared_ptr<Node> child) in AddChild()[all …]
57 auto child = parent->FirstChildElement(); in FindElement() local
822 for (const XMLNode* child = this->FirstChild(); child; child = child->NextSibling()) { in DeepClone() local840 void XMLNode::Unlink( XMLNode* child ) in Unlink()