Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp877 napi_value rightApi = nullptr; in GetBorderColorProps() local
881 napi_get_named_property(env, asyncContext->borderColorApi, "right", &rightApi); in GetBorderColorProps()
891 if (ParseNapiColor(env, rightApi, rightColor)) { in GetBorderColorProps()
922 napi_value rightApi = nullptr; in GetBorderWidthProps() local
926 napi_get_named_property(env, asyncContext->borderWidthApi, "right", &rightApi); in GetBorderWidthProps()
937 if (ParseNapiDimensionNG(env, rightDimen, rightApi, DimensionUnit::VP, true)) { in GetBorderWidthProps()
1022 napi_value rightApi = nullptr; in GetBorderStyleProps() local
1026 napi_get_named_property(env, asyncContext->borderStyleApi, "right", &rightApi); in GetBorderStyleProps()
1036 if (ParseStyle(env, rightApi, styleRight)) { in GetBorderStyleProps()

Completed in 5 milliseconds