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

/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py294 current_text = '' # Accumulated text that hasn't yet been added to msg.
300 current_text += node.data
325 if (current_text and
330 current_text = current_text.strip()
331 msg.AppendText(self.__FormatAndroidString(current_text))
332 current_text = ''
/external/chromium_org/third_party/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.c1312 png_free(png_ptr, png_ptr->current_text);
H A Dpng.h1408 png_charp current_text PNG_DEPSTRUCT; /* current text chunk buffer */
1409 png_charp current_text_ptr PNG_DEPSTRUCT; /* current location in current_text */
/external/qemu/distrib/libpng-1.2.46/
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/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1318 base::string16 current_text = original_text; local
1322 base::char16 line_end_char = current_text[pos - 1];
1324 current_text.replace(pos - 1, 1, 1, base::char16('\n'));
1326 current_text.insert(pos, 1, base::char16('\n'));
1327 dangerous_download_label_->SetText(current_text);
1337 prev_text = current_text;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc278 const base::string16 current_text(text());
279 const size_t start = current_text.find_first_not_of(base::kWhitespaceUTF16);
280 if (start == base::string16::npos || (current_text[start] != '?'))
283 SelectRange(gfx::Range(current_text.size(), start + 1));
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc826 base::string16 current_text = view_->GetText(); local
834 permanent_text_, current_text,

Completed in 176 milliseconds