Home
last modified time | relevance | path

Searched defs:SetMaxLength (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.h80 void SetMaxLength(uint32_t value) override {}; in SetMaxLength() function
H A Dtext_field_model_impl.cpp299 void TextFieldModelImpl::SetMaxLength(uint32_t value) in SetMaxLength() function in OHOS::Ace::Framework::TextFieldModelImpl
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp685 void UIEditText::SetMaxLength(uint16_t maxLength) in SetMaxLength() function in OHOS::UIEditText
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp276 void TextFieldComponent::SetMaxLength(uint32_t maxLength) in SetMaxLength() function in OHOS::Ace::TextFieldComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp1066 void JSSearch::SetMaxLength(const JSCallbackInfo& info) in SetMaxLength() function in OHOS::Ace::Framework::JSSearch
H A Djs_textfield.cpp466 void JSTextField::SetMaxLength(const JSCallbackInfo& info) in SetMaxLength() function in OHOS::Ace::Framework::JSTextField
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp1020 void SearchModelNG::SetMaxLength(uint32_t value) in SetMaxLength() function in OHOS::Ace::NG::SearchModelNG
1664 void SearchModelNG::SetMaxLength(FrameNode* frameNode, uint32_t value) in SetMaxLength() function in OHOS::Ace::NG::SearchModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp389 void TextFieldModelNG::SetMaxLength(uint32_t value) in SetMaxLength() function in OHOS::Ace::NG::TextFieldModelNG
1084 void TextFieldModelNG::SetMaxLength(FrameNode* frameNode, uint32_t value) in SetMaxLength() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h537 void SetMaxLength(uint32_t maxLength) in SetMaxLength() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp1006 ArkUINativeModuleValue SearchBridge::SetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetMaxLength() function in OHOS::Ace::NG::SearchBridge
H A Darkts_native_text_area_bridge.cpp440 ArkUINativeModuleValue TextAreaBridge::SetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetMaxLength() function in OHOS::Ace::NG::TextAreaBridge
H A Darkts_native_text_input_bridge.cpp652 ArkUINativeModuleValue TextInputBridge::SetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetMaxLength() function in OHOS::Ace::NG::TextInputBridge
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4133 int32_t SetMaxLength(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetMaxLength() function