Home
last modified time | relevance | path

Searched refs:topApi (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp878 napi_value topApi = nullptr; in GetBorderColorProps() local
882 napi_get_named_property(env, asyncContext->borderColorApi, "top", &topApi); in GetBorderColorProps()
894 if (ParseNapiColor(env, topApi, topColor)) { in GetBorderColorProps()
923 napi_value topApi = nullptr; in GetBorderWidthProps() local
927 napi_get_named_property(env, asyncContext->borderWidthApi, "top", &topApi); in GetBorderWidthProps()
941 if (ParseNapiDimensionNG(env, topDimen, topApi, DimensionUnit::VP, true)) { in GetBorderWidthProps()
1023 napi_value topApi = nullptr; in GetBorderStyleProps() local
1027 napi_get_named_property(env, asyncContext->borderStyleApi, "top", &topApi); in GetBorderStyleProps()
1039 if (ParseStyle(env, topApi, styleTop)) { in GetBorderStyleProps()

Completed in 5 milliseconds