Searched refs:rightApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 789 napi_value rightApi = nullptr; in GetBorderColorProps() local 793 napi_get_named_property(env, asyncContext->borderColorApi, "right", &rightApi); in GetBorderColorProps() 803 if (ParseNapiColor(env, rightApi, rightColor)) { in GetBorderColorProps() 834 napi_value rightApi = nullptr; in GetBorderWidthProps() local 838 napi_get_named_property(env, asyncContext->borderWidthApi, "right", &rightApi); in GetBorderWidthProps() 849 if (ParseNapiDimensionNG(env, rightDimen, rightApi, DimensionUnit::VP, true)) { in GetBorderWidthProps() 934 napi_value rightApi = nullptr; in GetBorderStyleProps() local 938 napi_get_named_property(env, asyncContext->borderStyleApi, "right", &rightApi); in GetBorderStyleProps() 948 if (ParseStyle(env, rightApi, styleRight)) { in GetBorderStyleProps()
|