Searched refs:QueueResponse (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/ |
D | peer_channel.cc | 98 QueueResponse("200 OK", "text/plain", GetPeerIdHeader(), in NotifyOfOtherMember() 122 peer->QueueResponse("200 OK", ds->content_type(), extra_headers, in ForwardRequestToPeer() 135 void ChannelMember::QueueResponse(const std::string& status, in QueueResponse() function in ChannelMember 272 (*i)->QueueResponse("200 OK", "text/plain", "", "Server shutting down"); in CloseAll()
|
D | peer_channel.h | 65 void QueueResponse(const std::string& status, const std::string& content_type,
|