Home | History | Annotate | Download | only in textfield

Lines Matching defs:Merge

58   // Try to merge the |edit| into this edit. Returns true if merge was
61 bool Merge(const Edit* edit) {
62 // Don't merge if previous edit is DELETE. This happens when a
101 // A template method pattern that provides specific merge
121 // Merge the replace edit into the current edit. This is a special case to
182 // If continuous edit, merge it.
326 // If there is a composition text, don't merge with previous edit.
327 // Otherwise, force merge the edits.
764 if (current_edit_ != edit_history_.end() && (*current_edit_)->Merge(edit)) {