/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.h | 58 … 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_search_bridge.h | 69 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 95 … 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_text_input_bridge.h | 69 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 380 ArkUINativeModuleValue AlphabetIndexerBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* ru… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_rich_editor_bridge.cpp | 804 ArkUINativeModuleValue RichEditorBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtime… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::RichEditorBridge
|
H A D | arkts_native_text_bridge.cpp | 1179 ArkUINativeModuleValue TextBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo *runtimeCallIn… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1349 …panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 1472 …nda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 1766 …:FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RichEditorBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 1942 …a::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 2303 …::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetSelectedBackgroundColor)); in GetArkUINativeModule() 4334 …tionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::ResetSelectedBackgroundColor)); in RegisterAlphabetIndexerAttributes()
|
H A D | arkts_native_search_bridge.cpp | 969 ArkUINativeModuleValue SearchBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCall… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::SearchBridge
|
H A D | arkts_native_text_input_bridge.cpp | 705 ArkUINativeModuleValue TextInputBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo *runtimeC… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 884 ArkUINativeModuleValue TextAreaBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCa… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextAreaBridge
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_property.h | 53 ResetSelectedBackgroundColor(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_paint_property.h | 59 ResetSelectedBackgroundColor(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 271 void ResetSelectedBackgroundColor(ArkUINodeHandle node) in ResetSelectedBackgroundColor() function 558 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier() 576 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
|
H A D | node_text_modifier.cpp | 1005 TextModelNG::ResetSelectedBackgroundColor(frameNode); in ResetTextSelectedBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_property.h | 60 ResetSelectedBackgroundColor(); in Reset()
|
H A D | text_model_ng.h | 170 static void ResetSelectedBackgroundColor(FrameNode* frameNode);
|
H A D | text_model_ng.cpp | 998 void TextModelNG::ResetSelectedBackgroundColor(FrameNode* frameNode) in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextModelNG 1003 textLayoutProperty->ResetSelectedBackgroundColor(); in ResetSelectedBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_modify_test.cpp | 1524 paintProperty->ResetSelectedBackgroundColor();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 249 textModelNG.ResetSelectedBackgroundColor(frameNode);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4388 void ResetSelectedBackgroundColor(ArkUI_NodeHandle node) in ResetSelectedBackgroundColor() function 13275 …ResetEnableKeyboardOnFocus, ResetTextInputType, ResetSelectedBackgroundColor, ResetShowPasswordIco… in ResetTextInputAttribute() 13327 …esetTextAreaSelectionMenuHidden, ResetBlurOnSubmit, ResetInputFilter, ResetSelectedBackgroundColor, in ResetTextAreaAttribute()
|