Searched refs:message_copy (Results 1 – 2 of 2) sorted by relevance
577 std::string message_copy = message; in OnConnectFailure() local587 AllowUnused(event_interface_->OnFailChannel(message_copy)); in OnConnectFailure()
216 IPC::Message* message_copy = new IPC::Message(*message); in SendToAllFramesInternal() local217 message_copy->set_routing_id(rfh->GetRoutingID()); in SendToAllFramesInternal()218 rfh->Send(message_copy); in SendToAllFramesInternal()