P2P_SOCKET_TCP_CLIENT  458 content/browser/renderer_host/p2p/socket_host.cc           message_sender, id, P2P_SOCKET_TCP_CLIENT);
P2P_SOCKET_TCP_CLIENT  464 content/browser/renderer_host/p2p/socket_host.cc     case P2P_SOCKET_TCP_CLIENT:
P2P_SOCKET_TCP_CLIENT  430 content/browser/renderer_host/p2p/socket_host_tcp.cc   DCHECK(type == P2P_SOCKET_TCP_CLIENT ||
P2P_SOCKET_TCP_CLIENT  135 content/browser/renderer_host/p2p/socket_host_tcp_server.cc   if (client_type_ == P2P_SOCKET_TCP_CLIENT) {
P2P_SOCKET_TCP_CLIENT   95 content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc         &sender_, 0, P2P_SOCKET_TCP_CLIENT));
P2P_SOCKET_TCP_CLIENT   33 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc     if (socket_type_ == P2P_SOCKET_TCP_CLIENT) {
P2P_SOCKET_TCP_CLIENT   35 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc                             &sender_, 0,  P2P_SOCKET_TCP_CLIENT, NULL));
P2P_SOCKET_TCP_CLIENT   74 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc   P2PSocketHostTcpTest() : P2PSocketHostTcpTestBase(P2P_SOCKET_TCP_CLIENT) { }
P2P_SOCKET_TCP_CLIENT   30 content/renderer/p2p/ipc_socket_factory.cc          (type == P2P_SOCKET_TCP_CLIENT) ||
P2P_SOCKET_TCP_CLIENT  620 content/renderer/p2p/ipc_socket_factory.cc         P2P_SOCKET_STUN_TCP_CLIENT : P2P_SOCKET_TCP_CLIENT;