Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.cpp52 { DOM_ALIGN_CONTENT, in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp389 const char DOM_ALIGN_CONTENT[] = "alignContent"; variable
H A Ddom_div.cpp371 … { DOM_ALIGN_CONTENT, [](const std::string& value, DOMDiv& div) { div.alignContent_ = value; } }, in SetSpecializedStyle()
H A Ddom_type.h392 ACE_EXPORT extern const char DOM_ALIGN_CONTENT[];