Searched refs:text_changed (Results 1 – 6 of 6) sorted by relevance
1205 bool text_changed = false; in ExecuteCommand() local1215 text_changed = cursor_changed = model_->Undo(); in ExecuteCommand()1218 text_changed = cursor_changed = model_->Redo(); in ExecuteCommand()1221 text_changed = cursor_changed = Cut(); in ExecuteCommand()1227 text_changed = cursor_changed = Paste(); in ExecuteCommand()1230 text_changed = cursor_changed = model_->Delete(); in ExecuteCommand()1236 text_changed = cursor_changed = model_->Backspace(); in ExecuteCommand()1239 text_changed = cursor_changed = model_->Delete(); in ExecuteCommand()1243 text_changed = cursor_changed = model_->Delete(); in ExecuteCommand()1247 text_changed = cursor_changed = model_->Backspace(); in ExecuteCommand()[all …]
334 void UpdateAfterChange(bool text_changed, bool cursor_changed);
65 const bool text_changed = text_ != display_text; in OnInlineAutocompleteTextMaybeChanged() local68 return text_changed; in OnInlineAutocompleteTextMaybeChanged()
511 const bool text_changed = (new_text != text_before_change_) || in OnAfterPossibleChange() local528 selection_differs, text_changed, just_deleted_text, !IsIMEComposing()); in OnAfterPossibleChange()534 if (something_changed && text_changed) in OnAfterPossibleChange()
57 text_changed,
922 // Force a Paste operation to trigger the text_changed code in