Home
last modified time | relevance | path

Searched refs:hasInsertValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp4177 bool hasInsertValue = false; in InsertValueOperation() local
4187 hasInsertValue = contentController_->ReplaceSelectedValue(start, end, insertValue); in InsertValueOperation()
4195hasInsertValue = contentController_->InsertValue(selectController_->GetCaretIndex(), insertValue); in InsertValueOperation()
4203 UpdateObscure(insertValue, hasInsertValue); in InsertValueOperation()
4232 void TextFieldPattern::UpdateObscure(const std::string& insertValue, bool hasInsertValue) in UpdateObscure() argument
4243 hasInsertValue) { in UpdateObscure()
8242 bool hasInsertValue = false; in OnBackPressed() local
8244 hasInsertValue = contentController_->ReplaceSelectedValue(start, end, info.text); in OnBackPressed()
H A Dtext_field_pattern.h283 void UpdateObscure(const std::string& insertValue, bool hasInsertValue);