Searched refs:willDeleteLength (Results 1 – 1 of 1) sorted by relevance
5379 auto willDeleteLength = contentController_->GetDeleteLength(idx, length, true); in DeleteBackwardOperation() local5380 auto value = contentController_->GetSelectedValue(idx - willDeleteLength, idx); in DeleteBackwardOperation()5398 auto willDeleteLength = contentController_->GetDeleteLength(caretIndex, length, false); in DeleteForwardOperation() local5399 auto value = contentController_->GetSelectedValue(caretIndex, caretIndex + willDeleteLength); in DeleteForwardOperation()