Home
last modified time | relevance | path

Searched refs:leftApi (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp788 napi_value leftApi = nullptr; in GetBorderColorProps() local
792 napi_get_named_property(env, asyncContext->borderColorApi, "left", &leftApi); in GetBorderColorProps()
800 if (ParseNapiColor(env, leftApi, leftColor)) { in GetBorderColorProps()
833 napi_value leftApi = nullptr; in GetBorderWidthProps() local
837 napi_get_named_property(env, asyncContext->borderWidthApi, "left", &leftApi); in GetBorderWidthProps()
845 if (ParseNapiDimensionNG(env, leftDimen, leftApi, DimensionUnit::VP, true)) { in GetBorderWidthProps()
933 napi_value leftApi = nullptr; in GetBorderStyleProps() local
937 napi_get_named_property(env, asyncContext->borderStyleApi, "left", &leftApi); in GetBorderStyleProps()
945 if (ParseStyle(env, leftApi, styleLeft)) { in GetBorderStyleProps()