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

  /external/chromium_org/content/common/
p2p_socket_type.h 40 struct P2PHostAndIPEndPoint {
41 P2PHostAndIPEndPoint() {}
42 P2PHostAndIPEndPoint(const std::string& hostname,
p2p_messages.h 45 IPC_STRUCT_TRAITS_BEGIN(content::P2PHostAndIPEndPoint)
94 content::P2PHostAndIPEndPoint /* remote_address */)
  /external/chromium_org/content/renderer/p2p/
socket_client_impl.h 39 const P2PHostAndIPEndPoint& remote_address,
100 const P2PHostAndIPEndPoint& remote_address);
socket_client_impl.cc 47 const P2PHostAndIPEndPoint& remote_address,
64 const P2PHostAndIPEndPoint& remote_address) {
ipc_socket_factory.cc 246 P2PHostAndIPEndPoint remote_info(remote_address.hostname(), remote_endpoint);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.h 42 const P2PHostAndIPEndPoint& remote_address) OVERRIDE;
85 P2PHostAndIPEndPoint remote_address_;
socket_host_tcp_server.h 38 const P2PHostAndIPEndPoint& remote_address) OVERRIDE;
socket_host_udp.h 36 const P2PHostAndIPEndPoint& remote_address) OVERRIDE;
socket_dispatcher_host.h 80 const P2PHostAndIPEndPoint& remote_address);
socket_host.h 68 const P2PHostAndIPEndPoint& remote_address) = 0;
socket_host_tcp_server.cc 44 const P2PHostAndIPEndPoint& remote_address) {
socket_host_tcp_server_unittest.cc 102 P2PHostAndIPEndPoint dest;
socket_host_udp.cc 88 const P2PHostAndIPEndPoint& remote_address) {
socket_dispatcher_host.cc 227 const P2PHostAndIPEndPoint& remote_address) {
socket_host_udp_unittest.cc 195 socket_host_->Init(local_address_, P2PHostAndIPEndPoint());
socket_host_tcp.cc 80 const P2PHostAndIPEndPoint& remote_address) {
socket_host_tcp_unittest.cc 68 P2PHostAndIPEndPoint dest_;

Completed in 261 milliseconds