Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp218 void AppStyleManager::HandleSingleSelector(const jerry_value_t prop, const jerry_value_t type, Comp… in HandleSingleSelector() function in OHOS::ACELite::AppStyleManager
270 HandleSingleSelector(propValue, type, curr); in HandleSelectors()
278 HandleSingleSelector(property, type, curr); in HandleSelectors()
H A Dapp_style_manager.h48 …void HandleSingleSelector(const jerry_value_t selectorValue, const jerry_value_t type, Component &…