Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp219 const char DOM_POSITION_ABSOLUTE[] = "absolute"; variable
H A Ddom_type.h222 ACE_EXPORT extern const char DOM_POSITION_ABSOLUTE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1390 … : value == DOM_POSITION_ABSOLUTE ? PositionType::PTABSOLUTE : PositionType::PTRELATIVE; in SetCurrentStyle()