Home
last modified time | relevance | path

Searched defs:child (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTinyXml2Helper.cpp20 tinyxml2::XMLElement* child = ele->FirstChildElement(); in IterateChildNode() local
H A DUIElement.cpp289 void UiElement::Element::AddChild(std::shared_ptr<Element> child) in AddChild()
308 for (const auto& child : childLst) in CalculateChildrenRect() local
362 auto& child{ childLst[i] }; in CalculateChildrenRect() local
394 auto& child{ childLst[i] }; in CalculateChildrenRect() local
411 auto& child{ childLst[i] }; in CalculateChildrenRect() local
457 for (const auto& child : childLst) in CalculateChildrenRect() local
511 auto& child{ childLst[i] }; in CalculateChildrenRect() local
543 auto& child{ childLst[i] }; in CalculateChildrenRect() local
560 auto& child{ childLst[i] }; in CalculateChildrenRect() local
2896 void UiElement::TreeElement::Node::AddChild(std::shared_ptr<Node> child) in AddChild()
[all …]
H A DLastFM.cpp57 auto child = parent->FirstChildElement(); in FindElement() local
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp822 for (const XMLNode* child = this->FirstChild(); child; child = child->NextSibling()) { in DeepClone() local
840 void XMLNode::Unlink( XMLNode* child ) in Unlink()