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

  /external/chromium_org/jingle/glue/
utils.h 27 bool IPEndPointToSocketAddress(const net::IPEndPoint& ip_endpoint,
fake_network_manager.cc 21 CHECK(IPEndPointToSocketAddress(endpoint, &socket_address));
utils.cc 20 bool IPEndPointToSocketAddress(const net::IPEndPoint& ip_endpoint,
fake_socket_factory.cc 19 CHECK(IPEndPointToSocketAddress(endpoint_, &local_address_));
110 if (!jingle_glue::IPEndPointToSocketAddress(from, &address)) {
  /external/chromium_org/remoting/jingle_glue/
chromium_socket_factory.cc 143 !jingle_glue::IPEndPointToSocketAddress(local_endpoint,
325 if (!jingle_glue::IPEndPointToSocketAddress(receive_address_, &address)) {
  /external/chromium_org/content/renderer/p2p/
ipc_socket_factory.cc 332 if (!jingle_glue::IPEndPointToSocketAddress(address, &local_address_)) {
355 if (!jingle_glue::IPEndPointToSocketAddress(address, &remote_address)) {
390 if (!jingle_glue::IPEndPointToSocketAddress(address, &address_lj)) {
port_allocator.cc 204 if (!jingle_glue::IPEndPointToSocketAddress(
246 if (!jingle_glue::IPEndPointToSocketAddress(

Completed in 696 milliseconds