Home
last modified time | relevance | path

Searched refs:DOM_BACKGROUND_IMAGE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp118 if (style.first == DOM_BACKGROUND || style.first == DOM_BACKGROUND_IMAGE) { in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp115 … == DOM_BACKGROUND_COLOR || style.first == DOM_BACKGROUND || style.first == DOM_BACKGROUND_IMAGE) { in SetSpecializedStyle()
H A Ddom_type.cpp152 const char DOM_BACKGROUND_IMAGE[] = "backgroundImage"; variable
H A Ddom_type.h155 ACE_EXPORT extern const char DOM_BACKGROUND_IMAGE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp801 { DOM_BACKGROUND_IMAGE, in SetCurrentStyle()