Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_sheet.cpp126 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 Dapp_style_sheet.h48 void InitSelectors(AppStyleList** selectorsList, jerry_value_t selectorsObj,