Searched refs:bottomApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 791 napi_value bottomApi = nullptr; in GetBorderColorProps() local 795 napi_get_named_property(env, asyncContext->borderColorApi, "bottom", &bottomApi); in GetBorderColorProps() 809 if (ParseNapiColor(env, bottomApi, bottomColor)) { in GetBorderColorProps() 836 napi_value bottomApi = nullptr; in GetBorderWidthProps() local 840 napi_get_named_property(env, asyncContext->borderWidthApi, "bottom", &bottomApi); in GetBorderWidthProps() 857 if (ParseNapiDimensionNG(env, bottomDimen, bottomApi, DimensionUnit::VP, true)) { in GetBorderWidthProps() 936 napi_value bottomApi = nullptr; in GetBorderStyleProps() local 940 napi_get_named_property(env, asyncContext->borderStyleApi, "bottom", &bottomApi); in GetBorderStyleProps() 954 if (ParseStyle(env, bottomApi, styleBottom)) { in GetBorderStyleProps()
|