Home
last modified time | relevance | path

Searched refs:QueueResponse (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
Dpeer_channel.cc98 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()
Dpeer_channel.h65 void QueueResponse(const std::string& status, const std::string& content_type,