Home | History | Annotate | Download | only in textfield

Lines Matching refs:new_text

63   bool SetText(const base::string16& new_text);
67 // Inserts given |new_text| at the current cursor position.
69 void InsertText(const base::string16& new_text) {
70 InsertTextInternal(new_text, false);
80 void ReplaceText(const base::string16& new_text) {
81 ReplaceTextInternal(new_text, false);
91 void Append(const base::string16& new_text);
186 void DeleteSelectionAndInsertTextAt(const base::string16& new_text,
225 // Insert the given |new_text|. |mergeable| indicates if this insert operation
227 void InsertTextInternal(const base::string16& new_text, bool mergeable);
229 // Replace the current text with the given |new_text|. |mergeable| indicates
231 void ReplaceTextInternal(const base::string16& new_text, bool mergeable);
239 const base::string16& new_text);
243 const base::string16& new_text,
245 void ExecuteAndRecordInsert(const base::string16& new_text, bool mergeable);
253 // 2) Insert the |new_text| at the index |new_text_insert_at|.
258 const base::string16& new_text,