/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.h | 47 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 93 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_input_bridge.h | 25 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 47 static ArkUINativeModuleValue ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.cpp | 1143 ArkUINativeModuleValue TextBridge::ResetCaretColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_rich_editor_bridge.cpp | 1090 ArkUINativeModuleValue RichEditorBridge::ResetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::RichEditorBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1315 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 D | arkts_native_text_input_bridge.cpp | 65 ArkUINativeModuleValue TextInputBridge::ResetCaretColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetCaretColor() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 428 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 D | text_model_ng.h | 168 static void ResetCaretColor(FrameNode* frameNode);
|
H A D | text_model_ng.cpp | 952 void TextModelNG::ResetCaretColor(FrameNode* frameNode) in ResetCaretColor() function in OHOS::Ace::NG::TextModelNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 244 textModelNG.ResetCaretColor(frameNode); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4032 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()
|