Home
last modified time | relevance | path

Searched refs:LocalizedUpdate (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Dmarquee_element.h31 void LocalizedUpdate() override in LocalizedUpdate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_element.h31 void LocalizedUpdate() override;
H A Dsearch_element.cpp32 void SearchElement::LocalizedUpdate() in LocalizedUpdate() function in OHOS::Ace::SearchElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.h35 void LocalizedUpdate() override;
H A Dbutton_element.cpp69 void ButtonElement::LocalizedUpdate() in LocalizedUpdate() function in OHOS::Ace::ButtonElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dsole_child_element.cpp52 updateElement->LocalizedUpdate(); // virtual in LocalizedUpdateWithItemComponent()
H A Delement.cpp521 LocalizedUpdate(); // virtual in LocalizedUpdateWithComponent()
525 void Element::LocalizedUpdate() in LocalizedUpdate() function in OHOS::Ace::Element
H A Delement.h279 virtual void LocalizedUpdate();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.h77 virtual void LocalizedUpdate() override;
H A Dforeach_element.cpp110 void ForEachElement::LocalizedUpdate() in LocalizedUpdate() function in OHOS::Ace::PartUpd::ForEachElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp127 void LocalizedUpdate( in LocalizedUpdate() function in OHOS::Ace::V2::__anon58dd4b170110::RenderElementProxy
145 updateElement->LocalizedUpdate(); // virtual in LocalizedUpdate()
332 void LocalizedUpdate( in LocalizedUpdate() function in OHOS::Ace::V2::__anon58dd4b170110::TabContentItemElementProxy
348 RenderElementProxy::LocalizedUpdate(inwardWrappingComponent, newTabContentItemComponent); in LocalizedUpdate()
615 void LocalizedUpdate( in LocalizedUpdate() function in OHOS::Ace::V2::__anon58dd4b170110::LazyForEachElementProxy
1327 void LocalizedUpdate( in LocalizedUpdate() function in OHOS::Ace::V2::__anon58dd4b170110::ForEachElementProxy
1429 void LocalizedUpdate( in LocalizedUpdate() function in OHOS::Ace::V2::__anon58dd4b170110::MultiComposedElementProxy
1483 void LocalizedUpdate( in LocalizedUpdate() function in OHOS::Ace::V2::__anon58dd4b170110::IfElseElementProxy
H A Delement_proxy.h82 virtual void LocalizedUpdate( in LocalizedUpdate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_partial_update_model_impl.cpp129 elementProxy->LocalizedUpdate(mainComponent, outmostWrappingComponent); in FlushUpdateTask()