Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp879 napi_value bottomApi = nullptr; in GetBorderColorProps() local
883 napi_get_named_property(env, asyncContext->borderColorApi, "bottom", &bottomApi); in GetBorderColorProps()
897 if (ParseNapiColor(env, bottomApi, bottomColor)) { in GetBorderColorProps()
924 napi_value bottomApi = nullptr; in GetBorderWidthProps() local
928 napi_get_named_property(env, asyncContext->borderWidthApi, "bottom", &bottomApi); in GetBorderWidthProps()
945 if (ParseNapiDimensionNG(env, bottomDimen, bottomApi, DimensionUnit::VP, true)) { in GetBorderWidthProps()
1024 napi_value bottomApi = nullptr; in GetBorderStyleProps() local
1028 napi_get_named_property(env, asyncContext->borderStyleApi, "bottom", &bottomApi); in GetBorderStyleProps()
1042 if (ParseStyle(env, bottomApi, styleBottom)) { in GetBorderStyleProps()

Completed in 5 milliseconds