Home
last modified time | relevance | path

Searched refs:staticStyleStrValue_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp34staticStyleStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_STATIC_STYL… in AppStyleManager()
47 …ReleaseJerryValue(idStrValue_, attrsStrValue_, dynamicStyleStrValue_, staticStyleStrValue_, static… in ~AppStyleManager()
150 jerry_value_t staticStyleValue = GetStyleObjFromOptions(options, staticStyleStrValue_); in HandleStaticStyle()
H A Dapp_style_manager.h58 jerry_value_t staticStyleStrValue_; variable