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

  /external/libpng/
pngpread.c     [all...]
pngread.c     [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 1079 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;
    [all...]
pngread.c     [all...]
png.h 1275 png_charp current_text; \/* current text chunk buffer *\/ member in struct:png_struct_def
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 376 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);
autocomplete_edit_view_gtk.cc 563 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));
    [all...]
autocomplete_edit_view_win.cc 666 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);
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 1087 string16 current_text = text16; local
    [all...]

Completed in 164 milliseconds