Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1803 …::BorderWidthProperty>& borderWidthProps, std::optional<NG::BorderColorProperty>& borderColorProps, in ParseBorderColorAndStyle() argument
1807 borderColorProps = GetBorderColorProps(env, asyncContext); in ParseBorderColorAndStyle()
1808 if (!borderColorProps.has_value()) { in ParseBorderColorAndStyle()
1811 borderColorProps = borderColor; in ParseBorderColorAndStyle()
1860 std::optional<NG::BorderColorProperty> borderColorProps; in GetPromptActionDialog() local
1862 … ParseBorderColorAndStyle(env, asyncContext, borderWidthProps, borderColorProps, borderStyleProps); in GetPromptActionDialog()
1882 .borderColor = borderColorProps, in GetPromptActionDialog()