Searched refs:bind_type_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/udp/
H A Dudp_socket_libevent.h259 DatagramSocket::BindType bind_type_; member in class:net::UDPSocketLibevent
H A Dudp_socket_win.h232 DatagramSocket::BindType bind_type_; member in class:net::UDPSocketWin
H A Dudp_socket_libevent.cc72 bind_type_(bind_type),
263 if (bind_type_ == DatagramSocket::RANDOM_BIND) {
628 DCHECK(bind_type_ == DatagramSocket::RANDOM_BIND && !rand_int_cb_.is_null());
H A Dudp_socket_win.cc248 bind_type_(bind_type),
414 if (bind_type_ == DatagramSocket::RANDOM_BIND) {
794 DCHECK(bind_type_ == DatagramSocket::RANDOM_BIND && !rand_int_cb_.is_null());

Completed in 243 milliseconds