Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.h65 static const char * const ATTR_STATIC_CLASS; variable
H A Dapp_style_manager.cpp26 const char * const AppStyleManager::ATTR_STATIC_CLASS = "staticClass"; member in OHOS::ACELite::AppStyleManager
36 …ticClassStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_STATIC_CLASS)); in AppStyleManager()