IsRequestOrResponse  120 content/browser/renderer_host/p2p/socket_host.h   static bool IsRequestOrResponse(StunMessageType type);
IsRequestOrResponse  276 content/browser/renderer_host/p2p/socket_host_tcp.cc     if (stun && IsRequestOrResponse(type)) {
IsRequestOrResponse  163 content/browser/renderer_host/p2p/socket_host_udp.cc       if ((stun && IsRequestOrResponse(type))) {