Home
last modified time | relevance | path

Searched refs:result_string (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dmessages.cc164 Handle<String> result_string = Handle<String>::cast(result); in GetMessage() local
170 FlattenString(result_string); in GetMessage()
171 return result_string; in GetMessage()
Druntime.cc6988 SeqAsciiString* result_string = in RUNTIME_FUNCTION() local
6994 Vector<char>(result_string->GetChars(), in RUNTIME_FUNCTION()
6996 return result_string; in RUNTIME_FUNCTION()
7001 SeqTwoByteString* result_string = in RUNTIME_FUNCTION() local
7007 Vector<uc16>(result_string->GetChars(), in RUNTIME_FUNCTION()
7009 return result_string; in RUNTIME_FUNCTION()
/external/chromium/chrome/browser/importer/
Dfirefox_importer_unittest_utils_mac.cc85 result_string = decrypted_text; in OnDecryptedTextResonse()
112 string16 result_string; member in FFDecryptorServerChannelListener
203 return listener_->result_string; in Decrypt()