Home
last modified time | relevance | path

Searched refs:UpdateObscure (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h658 void UpdateObscure(const RefPtr<TextFieldComponent>& textField);
H A Drender_text_field.cpp258 UpdateObscure(textField); in Update()
1425 void RenderTextField::UpdateObscure(const RefPtr<TextFieldComponent>& textField) in UpdateObscure() function in OHOS::Ace::RenderTextField
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h283 void UpdateObscure(const std::string& insertValue, bool hasInsertValue);
H A Dtext_field_pattern.cpp4203 UpdateObscure(insertValue, hasInsertValue); in InsertValueOperation()
4232 void TextFieldPattern::UpdateObscure(const std::string& insertValue, bool hasInsertValue) in UpdateObscure() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp997 pattern->UpdateObscure(insertValue, false);