Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_row.cpp78 DOM_GRID_ROW_GAP, in SetSpecializedStyle()
H A Ddom_grid_container.cpp150 DOM_GRID_ROW_GAP, in SetSpecializedStyle()
H A Ddom_type.cpp381 const char DOM_GRID_ROW_GAP[] = "gridRowsGap"; variable
H A Ddom_div.cpp382 …{ DOM_GRID_ROW_GAP, [](const std::string& value, DOMDiv& div) { div.rowGap_ = StringToDimension(va… in SetSpecializedStyle()
H A Ddom_type.h384 ACE_EXPORT extern const char DOM_GRID_ROW_GAP[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.cpp122 { DOM_GRID_ROW_GAP, in SetSpecializedStyle()