Searched refs:current_text (Results 1 - 10 of 10) sorted by relevance

/external/libpng/
H A Dpngpread.c1226 png_ptr->current_text = (png_charp)png_malloc(png_ptr,
1228 png_ptr->current_text[length] = '\0';
1229 png_ptr->current_text_ptr = png_ptr->current_text;
1272 key = png_ptr->current_text;
1294 png_ptr->current_text = NULL;
1326 png_ptr->current_text = (png_charp)png_malloc(png_ptr,
1328 png_ptr->current_text[length] = '\0';
1329 png_ptr->current_text_ptr = png_ptr->current_text;
1368 key = png_ptr->current_text;
1376 png_ptr->current_text
[all...]
H A Dpngread.c1492 png_free(png_ptr, png_ptr->current_text);
H A Dpng.h1461 png_charp current_text PNG_DEPSTRUCT; /* current text chunk buffer */
1462 png_charp current_text_ptr PNG_DEPSTRUCT; /* current location in current_text */
/external/qemu/distrib/libpng-1.2.19/
H A Dpngpread.c1079 png_ptr->current_text = (png_charp)png_malloc(png_ptr,
1081 png_ptr->current_text[length] = '\0';
1082 png_ptr->current_text_ptr = png_ptr->current_text;
1123 key = png_ptr->current_text;
1145 png_ptr->current_text = NULL;
1177 png_ptr->current_text = (png_charp)png_malloc(png_ptr,
1179 png_ptr->current_text[length] = '\0';
1180 png_ptr->current_text_ptr = png_ptr->current_text;
1217 key = png_ptr->current_text;
1225 png_ptr->current_text
[all...]
H A Dpngread.c1282 png_free(png_ptr, png_ptr->current_text);
H A Dpng.h1275 png_charp current_text; /* current text chunk buffer */ member in struct:png_struct_def
1276 png_charp current_text_ptr; /* current location in current_text */
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_views.cc376 const string16 current_text(GetText());
377 const size_t start = current_text.find_first_not_of(kWhitespaceUTF16);
378 if (start == string16::npos || (current_text[start] != '?')) {
381 SelectRange(current_text.size(), start + 1);
H A Dautocomplete_edit_view_gtk.cc563 const string16 current_text(GetText());
564 const size_t start = current_text.find_first_not_of(kWhitespaceUTF16);
565 if (start == string16::npos || (current_text[start] != '?')) {
569 SetSelectedRange(CharRange(current_text.size(), start + 1));
H A Dautocomplete_edit_view_win.cc666 const string16 current_text(GetText());
667 const size_t start = current_text.find_first_not_of(kWhitespaceWide);
668 if (start == string16::npos || (current_text[start] != '?'))
671 SetSelection(current_text.length(), start + 1);
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1087 string16 current_text = text16; local
1098 current_text.replace(pos - 1, 1, 1, char16('\n'));
1100 current_text.insert(pos, 1, char16('\n'));
1101 dangerous_download_label_->SetText(UTF16ToWide(current_text));
1116 prev_text = current_text;
1117 current_text = text16;

Completed in 700 milliseconds