Searched refs:result_string (Results 1 – 3 of 3) sorted by relevance
164 Handle<String> result_string = Handle<String>::cast(result); in GetMessage() local170 FlattenString(result_string); in GetMessage()171 return result_string; in GetMessage()
6988 SeqAsciiString* result_string = in RUNTIME_FUNCTION() local6994 Vector<char>(result_string->GetChars(), in RUNTIME_FUNCTION()6996 return result_string; in RUNTIME_FUNCTION()7001 SeqTwoByteString* result_string = in RUNTIME_FUNCTION() local7007 Vector<uc16>(result_string->GetChars(), in RUNTIME_FUNCTION()7009 return result_string; in RUNTIME_FUNCTION()
85 result_string = decrypted_text; in OnDecryptedTextResonse()112 string16 result_string; member in FFDecryptorServerChannelListener203 return listener_->result_string; in Decrypt()