Home
last modified time | relevance | path

Searched refs:DOM_BACKGROUND (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 …if (style.first == DOM_BACKGROUND_COLOR || style.first == DOM_BACKGROUND || style.first == DOM_BAC… in SetSpecializedStyle()
H A Ddom_type.cpp238 const char DOM_BACKGROUND[] = "background"; variable
H A Ddom_type.h241 ACE_EXPORT extern const char DOM_BACKGROUND[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp788 { DOM_BACKGROUND, &Declaration::SetBackground }, in SetCurrentStyle()