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

  /external/chromium/net/socket/
socket_test_util.h 532 return tcp_client_sockets_;
554 std::vector<MockTCPClientSocket*> tcp_client_sockets_; member in class:net::MockClientSocketFactory
890 return tcp_client_sockets_;
912 std::vector<DeterministicMockTCPClientSocket*> tcp_client_sockets_; member in class:net::DeterministicMockClientSocketFactory
    [all...]
socket_test_util.cc 581 DCHECK_LT(index, tcp_client_sockets_.size());
582 return tcp_client_sockets_[index];
599 tcp_client_sockets_.push_back(socket);
    [all...]

Completed in 43 milliseconds