Searched refs:borderWidthApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 528 napi_value borderWidthApi = nullptr; member 822 napi_typeof(env, asyncContext->borderWidthApi, &valueType); in GetBorderWidthProps() 828 …if (ParseNapiDimensionNG(env, borderWidth, asyncContext->borderWidthApi, DimensionUnit::VP, true))… in GetBorderWidthProps() 837 napi_get_named_property(env, asyncContext->borderWidthApi, "left", &leftApi); in GetBorderWidthProps() 838 napi_get_named_property(env, asyncContext->borderWidthApi, "right", &rightApi); in GetBorderWidthProps() 839 napi_get_named_property(env, asyncContext->borderWidthApi, "top", &topApi); in GetBorderWidthProps() 840 napi_get_named_property(env, asyncContext->borderWidthApi, "bottom", &bottomApi); in GetBorderWidthProps() 1128 napi_get_named_property(env, argv[index], "borderWidth", &asyncContext->borderWidthApi); in GetNapiNamedProperties()
|