Searched refs:DOM_WRAP (Results 1 – 4 of 4) sorted by relevance
77 divStyle.isFlexWrap = (value == DOM_WRAP); in SetSpecializedStyle()
410 const char DOM_WRAP[] = "wrap"; variable
374 …OM_FLEX_WRAP, [](const std::string& value, DOMDiv& div) { div.isFlexWrap_ = value == DOM_WRAP; } }, in SetSpecializedStyle()
413 ACE_EXPORT extern const char DOM_WRAP[];