Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_list.cpp32 void AppStyleList::AddStyle(AppStyle *newStyle) in AddStyle()
H A 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
H A Dapp_style_sheet.cpp173 AppStyle *newStyle = AppStyle::GenerateFromJS(styleKey, styleValue, isKeyFrames); in InitSelectors() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_style.cpp31 std::string newStyle = styleValue; in ParseCssStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_style.cpp31 std::string newStyle = styleValue; in ParseCssStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h85 auto newStyle = std::make_shared<T>(style); in MaybeResetStyle() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp1320 auto newStyle = AceType::MakeRefPtr<MockSystemBarStyle>(); variable