Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp36staticClassStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_STATIC_CLAS… in AppStyleManager()
47 …lue(idStrValue_, attrsStrValue_, dynamicStyleStrValue_, staticStyleStrValue_, staticClassStrValue_, in ~AppStyleManager()
240 } else if (type == staticClassStrValue_) { in HandleSingleSelector()
296 HandleSelectors(options, staticClassStrValue_, curr); in HandleClassSelectors()
H A Dapp_style_manager.h59 jerry_value_t staticClassStrValue_; variable