Searched defs:IterateAllElements (Results 1 – 3 of 3) sorted by relevance
125 inline void CUserUi::IterateAllElements(std::function<bool(T*)> func, bool visible_only) in IterateAllElements() function
65 void CUserUi::IterateAllElements(std::function<bool(UiElement::Element*)> func, bool visible_only) in IterateAllElements() function in CUserUi
279 void UiElement::Element::IterateAllElements(std::function<bool(UiElement::Element*)> func, bool vis… in IterateAllElements() function in UiElement::Element