Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.cpp77 divStyle.isFlexWrap = (value == DOM_WRAP); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp410 const char DOM_WRAP[] = "wrap"; variable
H A Ddom_div.cpp374 …OM_FLEX_WRAP, [](const std::string& value, DOMDiv& div) { div.isFlexWrap_ = value == DOM_WRAP; } }, in SetSpecializedStyle()
H A Ddom_type.h413 ACE_EXPORT extern const char DOM_WRAP[];