Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.h37 bool isStandardExist(uint16_t styleItemNameId);
H A Dapp_style_manager.cpp299 bool AppStyleManager::isStandardExist(uint16_t styleItemNameId) in isStandardExist() function in OHOS::ACELite::AppStyleManager
350 if (pseudoClassType == 0 && !isStandardExist(styleItemNameId)) { in ApplySingleStyle()