Home
last modified time | relevance | path

Searched refs:SetShowEllipsis (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp331 void TextFieldComponent::SetShowEllipsis(bool showEllipsis) in SetShowEllipsis() function in OHOS::Ace::TextFieldComponent
333 declaration_->SetShowEllipsis(showEllipsis); in SetShowEllipsis()
H A Dtext_field_component.h138 void SetShowEllipsis(bool showEllipsis);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp301 component->SetShowEllipsis(theme->ShowEllipsis()); in InitializeDefaultValue()
H A Dtext_field_model_impl.cpp182 textInputComponent->SetShowEllipsis(theme->ShowEllipsis()); in InitTextInputDefaultStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp55 component->SetShowEllipsis(theme->ShowEllipsis()); in InitDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h592 void SetShowEllipsis(bool showEllipsis) in SetShowEllipsis() function