Searched refs:InitSelectors (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_sheet.cpp | 126 InitSelectors(&idSelectors_, propValue, false, overwrite); in InitNormalSelectors() 136 InitSelectors(&classSelectors_, propValue, false, overwrite); in InitNormalSelectors() 146 InitSelectors(&keyFrameSelectors_, propValue, true, overwrite); in InitNormalSelectors() 152 void AppStyleSheet::InitSelectors(AppStyleList **selectorsList, jerry_value_t selectorsObj, in InitSelectors() function in OHOS::ACELite::AppStyleSheet
|
H A D | app_style_sheet.h | 48 void InitSelectors(AppStyleList** selectorsList, jerry_value_t selectorsObj,
|