Home
last modified time | relevance | path

Searched refs:ResetSelectedBackgroundColor (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.h58 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.h43 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_search_bridge.h69 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.h95 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_area_bridge.h77 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_input_bridge.h69 … static ArkUINativeModuleValue ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp380 ArkUINativeModuleValue AlphabetIndexerBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* ru… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_rich_editor_bridge.cpp804 ArkUINativeModuleValue RichEditorBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtime… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::RichEditorBridge
H A Darkts_native_text_bridge.cpp1179 ArkUINativeModuleValue TextBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo *runtimeCallIn… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextBridge
H A Darkts_native_api_impl_bridge.cpp1349 …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 Darkts_native_search_bridge.cpp969 ArkUINativeModuleValue SearchBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCall… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::SearchBridge
H A Darkts_native_text_input_bridge.cpp705 ArkUINativeModuleValue TextInputBridge::ResetSelectedBackgroundColor(ArkUIRuntimeCallInfo *runtimeC… in ResetSelectedBackgroundColor() function in OHOS::Ace::NG::TextInputBridge
H A Darkts_native_text_area_bridge.cpp884 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 Dtext_field_paint_property.h53 ResetSelectedBackgroundColor(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_paint_property.h59 ResetSelectedBackgroundColor(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp271 void ResetSelectedBackgroundColor(ArkUINodeHandle node) in ResetSelectedBackgroundColor() function
558 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier()
576 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
H A Dnode_text_modifier.cpp1005 TextModelNG::ResetSelectedBackgroundColor(frameNode); in ResetTextSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.h60 ResetSelectedBackgroundColor(); in Reset()
H A Dtext_model_ng.h170 static void ResetSelectedBackgroundColor(FrameNode* frameNode);
H A Dtext_model_ng.cpp998 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 Dtext_input_modify_test.cpp1524 paintProperty->ResetSelectedBackgroundColor();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp249 textModelNG.ResetSelectedBackgroundColor(frameNode);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4388 void ResetSelectedBackgroundColor(ArkUI_NodeHandle node) in ResetSelectedBackgroundColor() function
13275 …ResetEnableKeyboardOnFocus, ResetTextInputType, ResetSelectedBackgroundColor, ResetShowPasswordIco… in ResetTextInputAttribute()
13327 …esetTextAreaSelectionMenuHidden, ResetBlurOnSubmit, ResetInputFilter, ResetSelectedBackgroundColor, in ResetTextAreaAttribute()