Searched refs:borderColorProps (Results 1 – 1 of 1) sorted by relevance
1803 …::BorderWidthProperty>& borderWidthProps, std::optional<NG::BorderColorProperty>& borderColorProps, in ParseBorderColorAndStyle() argument1807 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() local1862 … ParseBorderColorAndStyle(env, asyncContext, borderWidthProps, borderColorProps, borderStyleProps); in GetPromptActionDialog()1882 .borderColor = borderColorProps, in GetPromptActionDialog()