Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.h63 static const char * const ATTR_STATIC_STYLE; variable
H A Dapp_style_manager.cpp24 const char * const AppStyleManager::ATTR_STATIC_STYLE = "staticStyle"; member in OHOS::ACELite::AppStyleManager
34 …ticStyleStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_STATIC_STYLE)); in AppStyleManager()