Searched refs:hasInsertValue (Results 1 – 2 of 2) sorted by relevance
4177 bool hasInsertValue = false; in InsertValueOperation() local4187 hasInsertValue = contentController_->ReplaceSelectedValue(start, end, insertValue); in InsertValueOperation()4195 … hasInsertValue = 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() argument4243 hasInsertValue) { in UpdateObscure()8242 bool hasInsertValue = false; in OnBackPressed() local8244 hasInsertValue = contentController_->ReplaceSelectedValue(start, end, info.text); in OnBackPressed()
283 void UpdateObscure(const std::string& insertValue, bool hasInsertValue);