HomeSort by relevance Sort by last modified time
    Searched refs:IsRequestOrResponse (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 68 bool P2PSocketHost::IsRequestOrResponse(StunMessageType type) {
socket_host.h 78 static bool IsRequestOrResponse(StunMessageType type);
socket_host_udp.cc 149 if (stun && IsRequestOrResponse(type)) {
socket_host_tcp.cc 251 if (stun && IsRequestOrResponse(type)) {

Completed in 41 milliseconds