Home
last modified time | relevance | path

Searched refs:text_changed (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc1205 bool text_changed = false; in ExecuteCommand() local
1215 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 …]
Dtextfield.h334 void UpdateAfterChange(bool text_changed, bool cursor_changed);
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_unittest.cc65 const bool text_changed = text_ != display_text; in OnInlineAutocompleteTextMaybeChanged() local
68 return text_changed; in OnInlineAutocompleteTextMaybeChanged()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc511 const bool text_changed = (new_text != text_before_change_) || in OnAfterPossibleChange() local
528 selection_differs, text_changed, just_deleted_text, !IsIMEComposing()); in OnAfterPossibleChange()
534 if (something_changed && text_changed) in OnAfterPossibleChange()
/external/chromium_org/ui/accessibility/
Dax_enums.idl57 text_changed,
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.mm922 // Force a Paste operation to trigger the text_changed code in