HomeSort by relevance Sort by last modified time
    Searched defs:new_text (Results 1 - 9 of 9) sorted by null

  /external/elfutils/0.153/src/
arlib-argp.c 71 char *new_text; local
72 if (unlikely (asprintf (&new_text, gettext ("%s (default)"), text) < 0))
74 return new_text;
  /external/srec/seti/sltsEngine/src/
SWIslts.c 194 char new_text[MAX_INPUT_LEN]; local
196 char *new_text; local
222 new_text = MALLOC((strlen(text)+1)*sizeof(char), MTAG);
223 if (new_text == NULL) {
229 strcpy(new_text, text);
230 i = strlen(new_text)-1;
231 while(new_text[i] == '\n' || new_text[i] == ' ' || new_text[i] == '\t') i--;
232 new_text[i+1] = '\0';
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 278 const std::string& new_text = it->second; local
282 base::Base64Encode(new_text, &base64_new);
  /external/libpng/
pngset.c 714 png_textp new_text = NULL; local
732 new_text = png_voidcast(png_textp,png_realloc_array(png_ptr,
734 sizeof *new_text));
737 if (new_text == NULL)
746 info_ptr->text = new_text;
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 76 const base::string16& new_text,
85 new_text_(new_text),
150 InsertEdit(bool mergeable, const base::string16& new_text, size_t at)
157 at + new_text.length() /* new cursor */,
158 new_text,
183 const base::string16& new_text,
191 new_text,
290 bool TextfieldModel::SetText(const base::string16& new_text) {
296 if (text() != new_text) {
301 size_t new_cursor = new_text.length()
565 base::string16 new_text = text(); local
607 base::string16 new_text = text(); local
    [all...]
textfield.cc 309 void Textfield::SetText(const base::string16& new_text) {
310 model_->SetText(new_text);
316 void Textfield::AppendText(const base::string16& new_text) {
317 if (new_text.empty())
319 model_->Append(new_text);
324 void Textfield::InsertOrReplaceText(const base::string16& new_text) {
325 if (new_text.empty())
327 model_->InsertText(new_text);
880 base::string16 new_text; local
881 event.data().GetString(&new_text);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 509 const base::string16 new_text = text(); local
511 const bool text_changed = (new_text != text_before_change_) ||
523 (text_before_change_.length() > new_text.length()) &&
527 text_before_change_, new_text, new_sel.start(), new_sel.end(),
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 1257 base::string16 new_text = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 2597 milliseconds