Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp553 auto normalImageStyle = normalStyle->second.find("backgroundImage"); in CheckPseduo() local
554 if (normalImageStyle != normalStyle->second.end()) { in CheckPseduo()
555 backgroundImage = normalImageStyle->second; in CheckPseduo()