Home
last modified time | relevance | path

Searched defs:newStyle (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
Dapp_style_list.cpp32 void AppStyleList::AddStyle(AppStyle *newStyle) in AddStyle()
Dapp_style.cpp99 void AppStyle::AddItemsInLoop(jerry_value_t object, AppStyle &newStyle) in AddItemsInLoop()
114 …d AppStyle::AddKeyFramesItemsInLoop(jerry_value_t objFrom, jerry_value_t objTo, AppStyle &newStyle) in AddKeyFramesItemsInLoop()
306 AppStyle *newStyle = new AppStyle(); in GenerateFromJS() local
Dapp_style_sheet.cpp173 AppStyle *newStyle = AppStyle::GenerateFromJS(styleKey, styleValue, isKeyFrames); in InitSelectors() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
Dsvg_style.cpp31 std::string newStyle = styleValue; in ParseCssStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_style.cpp31 std::string newStyle = styleValue; in ParseCssStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Ddeclaration.h84 auto newStyle = std::make_shared<T>(style); in MaybeResetStyle() local