/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.h | 78 void ResetMaxLength() override; 144 static void ResetMaxLength(FrameNode* frameNode);
|
H A D | search_model.h | 88 virtual void ResetMaxLength();
|
H A D | search_model_ng.cpp | 1032 void SearchModelNG::ResetMaxLength() in ResetMaxLength() function in OHOS::Ace::NG::SearchModelNG 1040 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength() 1675 void SearchModelNG::ResetMaxLength(FrameNode* frameNode) in ResetMaxLength() function in OHOS::Ace::NG::SearchModelNG 1682 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_search_bridge.h | 73 static ArkUINativeModuleValue ResetMaxLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 49 static ArkUINativeModuleValue ResetMaxLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_input_bridge.h | 67 static ArkUINativeModuleValue ResetMaxLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_search_bridge.cpp | 1029 ArkUINativeModuleValue SearchBridge::ResetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetMaxLength() function in OHOS::Ace::NG::SearchBridge
|
H A D | arkts_native_text_input_bridge.cpp | 675 ArkUINativeModuleValue TextInputBridge::ResetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetMaxLength() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 463 ArkUINativeModuleValue TextAreaBridge::ResetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetMaxLength() function in OHOS::Ace::NG::TextAreaBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1480 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetMaxLength)); in GetArkUINativeModule() 1882 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetMaxLength)); in GetArkUINativeModule() 2299 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetMaxLength)); in GetArkUINativeModule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | search_model_impl.h | 81 void ResetMaxLength() override {}; in ResetMaxLength() function
|
H A D | text_field_model_impl.h | 71 void ResetMaxLength() override {}; in ResetMaxLength() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 73 void ResetMaxLength() override; 161 static void ResetMaxLength(FrameNode* frameNode);
|
H A D | text_field_model.h | 304 virtual void ResetMaxLength() = 0;
|
H A D | text_field_model_ng.cpp | 403 void TextFieldModelNG::ResetMaxLength() in ResetMaxLength() function in OHOS::Ace::NG::TextFieldModelNG 409 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength() 1097 void TextFieldModelNG::ResetMaxLength(FrameNode* frameNode) in ResetMaxLength() function in OHOS::Ace::NG::TextFieldModelNG 1102 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_area_modifier.cpp | 270 TextFieldModelNG::ResetMaxLength(frameNode); in ResetTextAreaMaxLength()
|
H A D | search_modifier.cpp | 447 SearchModelNG::ResetMaxLength(frameNode); in ResetSearchMaxLength()
|
H A D | node_text_area_modifier.cpp | 351 TextFieldModelNG::ResetMaxLength(frameNode); in ResetTextAreaMaxLength()
|
H A D | node_text_input_modifier.cpp | 544 TextFieldModelNG::ResetMaxLength(frameNode); in ResetTextInputMaxLength()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 1074 SearchModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 1077 SearchModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 1087 SearchModel::GetInstance()->ResetMaxLength(); in SetMaxLength()
|
H A D | js_textfield.cpp | 474 TextFieldModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 477 TextFieldModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 487 TextFieldModel::GetInstance()->ResetMaxLength(); in SetMaxLength()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1399 searchModelInstance.ResetMaxLength(); 1596 searchModelInstance.ResetMaxLength();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_test.cpp | 733 model.ResetMaxLength(); in __anon337d35090c02()
|
H A D | text_input_modify_test.cpp | 1748 model.ResetMaxLength(frameNode); in __anonba04f1101602()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4167 void ResetMaxLength(ArkUI_NodeHandle node) in ResetMaxLength() function 13274 …ResetShowUnderline, ResetMaxLength, ResetEnterKeyType, ResetPlaceholderColor, ResetTextInputPlaceh… in ResetTextInputAttribute() 13325 …static Resetter* setters[] = { ResetTextAreaPlaceholder, ResetTextAreaText, ResetMaxLength, ResetP… in ResetTextAreaAttribute()
|