SocketType 81 base/sync_socket_unittest.cc template <class SocketType> SocketType 83 base/sync_socket_unittest.cc SocketType socket_a, socket_b; SocketType 84 base/sync_socket_unittest.cc ASSERT_TRUE(SocketType::CreatePair(&socket_a, &socket_b)); SocketType 88 base/sync_socket_unittest.cc template <class SocketType> SocketType 90 base/sync_socket_unittest.cc SocketType socket_a, socket_b; SocketType 91 base/sync_socket_unittest.cc ASSERT_TRUE(SocketType::CreatePair(&socket_a, &socket_b)); SocketType 94 base/sync_socket_unittest.cc SocketType socket_c(socket_a.handle()), socket_d(socket_b.handle()); SocketType 62 device/bluetooth/bluetooth_socket_chromeos.h SocketType socket_type_; SocketType 82 extensions/browser/api/socket/socket.h virtual SocketType GetSocketType() const = 0; SocketType 154 extensions/browser/api/socket/socket_api.h SocketType socket_type_; SocketType 258 extensions/browser/api/socket/tcp_socket.cc Socket::SocketType TCPSocket::GetSocketType() const { return Socket::TYPE_TCP; } SocketType 57 extensions/browser/api/socket/tcp_socket.h virtual Socket::SocketType GetSocketType() const OVERRIDE; SocketType 212 extensions/browser/api/socket/udp_socket.cc Socket::SocketType UDPSocket::GetSocketType() const { return Socket::TYPE_UDP; } SocketType 39 extensions/browser/api/socket/udp_socket.h virtual Socket::SocketType GetSocketType() const OVERRIDE;