Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp254 const char DOM_GRADIENT_POSITION[] = "position"; variable
H A Ddom_type.h257 ACE_EXPORT extern const char DOM_GRADIENT_POSITION[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp2589 …if (values->Contains(DOM_GRADIENT_POSITION) && values->GetValue(DOM_GRADIENT_POSITION)->IsString()… in SetBackground()
2590 SetGradientPosition(values->GetValue(DOM_GRADIENT_POSITION)->GetString(), declaration); in SetBackground()