Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.h47 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.h93 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_input_bridge.h25 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_area_bridge.h47 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.cpp1143 ArkUINativeModuleValue TextBridge::ResetCaretColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::TextBridge
H A Darkts_native_rich_editor_bridge.cpp1090 ArkUINativeModuleValue RichEditorBridge::ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::RichEditorBridge
H A Darkts_native_api_impl_bridge.cpp1315 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetCaretColor)); in GetArkUINativeModule()
1740 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RichEditorBridge::ResetCaretColor)); in GetArkUINativeModule()
1894 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetCaretColor)); in GetArkUINativeModule()
2231 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetCaretColor)); in GetArkUINativeModule()
H A Darkts_native_text_input_bridge.cpp65 ArkUINativeModuleValue TextInputBridge::ResetCaretColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::TextInputBridge
H A Darkts_native_text_area_bridge.cpp428 ArkUINativeModuleValue TextAreaBridge::ResetCaretColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::TextAreaBridge
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.h168 static void ResetCaretColor(FrameNode* frameNode);
H A Dtext_model_ng.cpp952 void TextModelNG::ResetCaretColor(FrameNode* frameNode) in ResetCaretColor() function in OHOS::Ace::NG::TextModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp244 textModelNG.ResetCaretColor(frameNode); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4032 void ResetCaretColor(ArkUI_NodeHandle node) in ResetCaretColor() function
13231 static Resetter* setters[] = { ResetTextInputPlaceholder, ResetTextInputText, ResetCaretColor, ResetCaretStyle, in ResetTextInputAttribute()
13284 ResetTextAreaPlaceholderFont, ResetCaretColor, nullptr, ResetTextAreaType, ResetTextAreaShowCounter, in ResetTextAreaAttribute()

Completed in 61 milliseconds