/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.h | 68 static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.h | 43 static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 95 static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_search_bridge.h | 71 static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_input_bridge.h | 69 static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 77 static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 386 ArkUINativeModuleValue AlphabetIndexerBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_text_bridge.cpp | 1173 ArkUINativeModuleValue TextBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1319 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 1442 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 1736 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RichEditorBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 1958 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 2319 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 4359 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::ResetSelectedBackgroundColor)); in RegisterAlphabetIndexerAttributes()
|
H A D | arkts_native_rich_editor_bridge.cpp | 1352 ArkUINativeModuleValue RichEditorBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::RichEditorBridge
|
H A D | arkts_native_search_bridge.cpp | 938 ArkUINativeModuleValue SearchBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::SearchBridge
|
H A D | arkts_native_text_input_bridge.cpp | 703 ArkUINativeModuleValue TextInputBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 884 ArkUINativeModuleValue TextAreaBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextAreaBridge
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_property.h | 52 ResetSelectedBackgroundColor();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_paint_property.h | 59 ResetSelectedBackgroundColor();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_property.h | 59 ResetSelectedBackgroundColor();
|
H A D | text_model_ng.h | 170 static void ResetSelectedBackgroundColor(FrameNode* frameNode);
|
H A D | text_model_ng.cpp | 983 void TextModelNG::ResetSelectedBackgroundColor(FrameNode* frameNode) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextModelNG 988 textLayoutProperty->ResetSelectedBackgroundColor(); in ResetSelectedBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 268 void ResetSelectedBackgroundColor(ArkUINodeHandle node) in ResetSelectedBackgroundColor() function 555 SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier() 573 SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
|
H A D | node_text_modifier.cpp | 1005 TextModelNG::ResetSelectedBackgroundColor(frameNode); in ResetTextSelectedBackgroundColor()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_modify_test.cpp | 1528 paintProperty->ResetSelectedBackgroundColor(); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 250 textModelNG.ResetSelectedBackgroundColor(frameNode); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4357 void ResetSelectedBackgroundColor(ArkUI_NodeHandle node) in ResetSelectedBackgroundColor() function 13233 ResetEnableKeyboardOnFocus, ResetTextInputType, ResetSelectedBackgroundColor, ResetShowPasswordIcon, nullptr, in ResetTextInputAttribute() 13285 ResetTextAreaSelectionMenuHidden, ResetBlurOnSubmit, ResetInputFilter, ResetSelectedBackgroundColor, in ResetTextAreaAttribute()
|