Home
last modified time | relevance | path

Searched defs:SetShowCounter (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model.h229 virtual void SetShowCounter(bool value) {}; in SetShowCounter() function
Dtext_field_model_ng.cpp523 void TextFieldModelNG::SetShowCounter(bool value) in SetShowCounter() function in OHOS::Ace::NG::TextFieldModelNG
903 void TextFieldModelNG::SetShowCounter(FrameNode* frameNode, bool value) in SetShowCounter() function in OHOS::Ace::NG::TextFieldModelNG
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dtext_field_component.cpp626 void TextFieldComponent::SetShowCounter(bool showCounter) in SetShowCounter() function in OHOS::Ace::TextFieldComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_text_area_bridge.cpp355 ArkUINativeModuleValue TextAreaBridge::SetShowCounter(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetShowCounter() function in OHOS::Ace::NG::TextAreaBridge
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textfield.cpp1053 void JSTextField::SetShowCounter(const JSCallbackInfo& info) in SetShowCounter() function in OHOS::Ace::Framework::JSTextField
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h848 void SetShowCounter(bool showCounter) in SetShowCounter() function