HomeSort by relevance Sort by last modified time
    Searched full:text_changed (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 797 bool text_changed = false; local
801 text_changed = model_->Undo();
802 UpdateAfterChange(text_changed, text_changed);
807 text_changed = Cut();
808 UpdateAfterChange(text_changed, text_changed);
818 text_changed = Paste();
819 UpdateAfterChange(text_changed, text_changed);
1212 bool text_changed = false; local
    [all...]
native_textfield_views.h 241 void UpdateAfterChange(bool text_changed, bool cursor_changed);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 480 const bool text_changed = (new_text != text_before_change_) || local
497 text_changed, just_deleted_text, !textfield_->IsIMEComposing());
503 if (something_changed && text_changed)
autocomplete_edit_view_win.h 417 // If |force_text_changed| is true, then the text_changed code will always be
autocomplete_edit_view_mac.mm     [all...]
autocomplete_edit_view_win.cc     [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_unittest.cc 61 const bool text_changed = text_ != display_text; variable
64 return text_changed;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 614 const bool text_changed = (new_text != text_before_change_) || local
631 selection_differs, text_changed, just_deleted_text, !IsIMEComposing());
637 if (something_changed && text_changed)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_view_mac.mm 854 // Force a Paste operation to trigger the text_changed code in
    [all...]

Completed in 286 milliseconds