Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp241 auto textareaStyleIter = textAreaStyleMap.find(style.first); in SetSpecializedStyle() local
242 if (textareaStyleIter != textAreaStyleMap.end()) { in SetSpecializedStyle()
243 textareaStyleIter->second(style.second, *this); in SetSpecializedStyle()