Home
last modified time | relevance | path

Searched refs:UpdateChildrenForDeclarative (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group_element.cpp43 UpdateChildrenForDeclarative(newComponents); in PerformBuild()
79 void ComponentGroupElement::UpdateChildrenForDeclarative(const std::list<RefPtr<Component>>& newCom… in UpdateChildrenForDeclarative() function in OHOS::Ace::ComponentGroupElement
H A Dcomponent_group_element.h37 void UpdateChildrenForDeclarative(const std::list<RefPtr<Component>>& newComponents);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp78 ComponentGroupElement::UpdateChildrenForDeclarative(buttonComponent->GetChildren()); in LocalizedUpdate()