Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper_item.cpp37 … const LinearMapNode<void (*)(const std::string&, DOMStepperItem&)> stepperItemStyleOperators[] = { in SetSpecializedStyle() local
73 auto operatorIter = BinarySearchFindIndex(stepperItemStyleOperators, in SetSpecializedStyle()
74 ArraySize(stepperItemStyleOperators), style.first.c_str()); in SetSpecializedStyle()
76 stepperItemStyleOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()