Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.h339 return customStyleMap_.find(key) != customStyleMap_.end(); in HasCustomStyle()
396 ThemeConstantsMap customStyleMap_; variable
H A Dtheme_constants.cpp409 auto customIter = customStyleMap_.find(key); in GetValue()
410 if (customIter != customStyleMap_.end()) { in GetValue()
526 customStyleMap_[styleId] = newValue; in ParseCustomStyle()