Searched refs:message_str (Results 1 – 2 of 2) sorted by relevance
89 std::string message_str(message); in NPN_SetExceptionPatch() local93 renderer_channel->Send(new PluginHostMsg_SetException(message_str)); in NPN_SetExceptionPatch()95 WebBindings::setException(obj, message_str.c_str()); in NPN_SetExceptionPatch()
3058 std::string message_str = in Form_Alert() local3061 engine->client_->Alert(message_str); in Form_Alert()3065 bool rv = engine->client_->Confirm(message_str); in Form_Alert()3125 std::string message_str = in Form_Mail() local3129 engine->client_->Email(to_str, cc_str, bcc_str, subject_str, message_str); in Form_Mail()