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

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1161 bool text_changed = false;
1171 text_changed = cursor_changed = model_->Undo();
1174 text_changed = cursor_changed = model_->Redo();
1177 text_changed = cursor_changed = Cut();
1183 text_changed = cursor_changed = Paste();
1186 text_changed = cursor_changed = model_->Delete();
1192 text_changed = cursor_changed = model_->Backspace();
1195 text_changed = cursor_changed = model_->Delete();
1199 text_changed = cursor_changed = model_->Delete();
1203 text_changed
1547 UpdateAfterChange(bool text_changed, bool cursor_changed) argument
[all...]
H A Dtextfield.h322 void UpdateAfterChange(bool text_changed, bool cursor_changed);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_unittest.cc64 const bool text_changed = text_ != display_text; variable
67 return text_changed;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc378 // Force a Paste operation to trigger the text_changed code in
497 const bool text_changed = (new_text != text_before_change_) || local
514 selection_differs, text_changed, just_deleted_text, !IsIMEComposing());
520 if (something_changed && text_changed)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py2286 text_changed = True
2292 text_changed = old_text != self.output_
2297 if text_changed:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 115 milliseconds