Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.cpp169 styleItem->UpdateValueFrom(*from); in CreateStyleItem()
174 void AppStyleItem::UpdateValueFrom(const AppStyleItem &from) in CreateStyleItem() function in OHOS::ACELite::AppStyleItem
H A Dapp_style_item.h169 void UpdateValueFrom(const AppStyleItem &from);
H A Dapp_style.cpp349 const_cast<AppStyleItem *>(existOneInDest)->UpdateValueFrom(*currentStyleItemInSource); in CombineStyles()