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

  /external/chromium_org/net/socket/
client_socket_pool_base.cc 442 std::list<IdleSocket>* idle_sockets = group->mutable_idle_sockets(); local
443 std::list<IdleSocket>::iterator idle_socket_it = idle_sockets->end();
449 for (std::list<IdleSocket>::iterator it = idle_sockets->begin();
450 it != idle_sockets->end();) {
454 it = idle_sockets->erase(it);
469 if (idle_socket_it == idle_sockets->end() && !idle_sockets->empty())
470 idle_socket_it = idle_sockets->begin();
472 if (idle_socket_it != idle_sockets->end()) {
477 idle_sockets->erase(idle_socket_it)
1083 std::list<IdleSocket>* idle_sockets = group->mutable_idle_sockets(); local
    [all...]
client_socket_pool_base.h 452 const std::list<IdleSocket>& idle_sockets() const { return idle_sockets_; } function in class:net::internal::ClientSocketPoolBaseHelper::Group
    [all...]

Completed in 157 milliseconds