Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp488 std::vector<std::pair<std::string, std::string>> stylesFinally; in SetDomStyle() local
496 stylesFinally.emplace_back(key, value); in SetDomStyle()
499 command.SetStyles(std::move(stylesFinally)); in SetDomStyle()