Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_area_bridge.h115 static ArkUINativeModuleValue ResetBorder(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.h102 static ArkUINativeModuleValue ResetBorder(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_area_bridge.cpp1562 ArkUINativeModuleValue TextAreaBridge::ResetBorder(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetBorder() function in OHOS::Ace::NG::TextAreaBridge
H A Darkts_native_api_impl_bridge.cpp581 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::ResetBorder)); in GetArkUINativeModule()
2014 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetBorder)); in GetArkUINativeModule()
2435 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetBorder)); in GetArkUINativeModule()
H A Darkts_native_common_bridge.cpp3039 ArkUINativeModuleValue CommonBridge::ResetBorder(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetBorder() function in OHOS::Ace::NG::CommonBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1889 void ResetBorder(ArkUINodeHandle node) in ResetBorder() function
6270ResetBorder, SetBackgroundImagePosition, ResetBackgroundImagePosition, SetBackgroundImageSize, in GetCommonModifier()
6344ResetBorder, SetBackgroundImagePosition, ResetBackgroundImagePosition, SetBackgroundImageSize, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8062 renderContext->ResetBorder(); in OnBackPressed()