Searched refs:borderColorProps (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 1903 std::optional<NG::BorderWidthProperty>& borderWidthProps, std::optional<NG::BorderColorProperty>& borderColorProps, in ParseBorderColorAndStyle() 1907 borderColorProps = GetBorderColorProps(env, asyncContext); in ParseBorderColorAndStyle() 1908 if (!borderColorProps.has_value()) { in ParseBorderColorAndStyle() 1911 borderColorProps = borderColor; in ParseBorderColorAndStyle() 1960 std::optional<NG::BorderColorProperty> borderColorProps; in GetPromptActionDialog() local 1962 ParseBorderColorAndStyle(env, asyncContext, borderWidthProps, borderColorProps, borderStyleProps); in GetPromptActionDialog() 1981 .borderColor = borderColorProps, in GetPromptActionDialog() 1902 ParseBorderColorAndStyle(napi_env env, const std::shared_ptr<PromptAsyncContext>& asyncContext, std::optional<NG::BorderWidthProperty>& borderWidthProps, std::optional<NG::BorderColorProperty>& borderColorProps, std::optional<NG::BorderStyleProperty>& borderStyleProps) ParseBorderColorAndStyle() argument
|
Completed in 5 milliseconds