Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp162 curr.ApplyStyle(newStyleItem); in HandleStaticStyle()
202 curr.ApplyStyle(newStyleItem); in HandleDynamicStyle()
352 curr.ApplyStyle(styleItem); in ApplySingleStyle()
359 curr.ApplyStyle(styleItem); in ApplySingleStyle()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h121 virtual bool ApplyStyle(const AppStyleItem *style);
H A Dcomponent.cpp251 updateResult = ApplyStyle(styleItem); in UpdateView()
535 bool Component::ApplyStyle(const AppStyleItem *style) in ApplyStyle() function in OHOS::ACELite::Component