/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter.cc | 147 std::string text_copy = UTF16ToUTF8(text); local 152 text_copy.substr(iter->location, iter->length))) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_lib.c | 372 char *text_copy=NULL; local 376 text_copy=BUF_strdup(text); 377 if (text_copy == NULL) 384 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, 396 char *text_copy=NULL; local 400 text_copy=BUF_strdup(text); 401 if (text_copy == NULL) 407 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,
|
/external/openssl/crypto/ui/ |
ui_lib.c | 372 char *text_copy=NULL; local 376 text_copy=BUF_strdup(text); 377 if (text_copy == NULL) 384 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, 396 char *text_copy=NULL; local 400 text_copy=BUF_strdup(text); 401 if (text_copy == NULL) 407 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,
|