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

  /external/chromium/net/socket/
client_socket_pool_base.cc 390 std::list<IdleSocket>* idle_sockets = group->mutable_idle_sockets(); local
391 std::list<IdleSocket>::iterator idle_socket_it = idle_sockets->end();
397 for (std::list<IdleSocket>::iterator it = idle_sockets->begin();
398 it != idle_sockets->end();) {
402 it = idle_sockets->erase(it);
417 if (idle_socket_it == idle_sockets->end() && !idle_sockets->empty())
418 idle_socket_it = idle_sockets->begin();
420 if (idle_socket_it != idle_sockets->end()) {
425 idle_sockets->erase(idle_socket_it)
1009 std::list<IdleSocket>* idle_sockets = group->mutable_idle_sockets(); local
    [all...]
client_socket_pool_base.h 393 const std::list<IdleSocket>& idle_sockets() const { return idle_sockets_; } function in class:net::internal::ClientSocketPoolBaseHelper::Group
  /external/chromium_org/net/socket/
client_socket_pool_base.cc 435 std::list<IdleSocket>* idle_sockets = group->mutable_idle_sockets(); local
436 std::list<IdleSocket>::iterator idle_socket_it = idle_sockets->end();
442 for (std::list<IdleSocket>::iterator it = idle_sockets->begin();
443 it != idle_sockets->end();) {
447 it = idle_sockets->erase(it);
462 if (idle_socket_it == idle_sockets->end() && !idle_sockets->empty())
463 idle_socket_it = idle_sockets->begin();
465 if (idle_socket_it != idle_sockets->end()) {
470 idle_sockets->erase(idle_socket_it)
1090 std::list<IdleSocket>* idle_sockets = group->mutable_idle_sockets(); local
    [all...]
client_socket_pool_base.h 398 const std::list<IdleSocket>& idle_sockets() const { return idle_sockets_; } function in class:net::internal::ClientSocketPoolBaseHelper::Group
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 104 idleSources = idleSources.concat(group.idle_sockets);
148 var idleCell = tablePrinter.addCell(group.idle_sockets.length);
151 idleCell.link = SocketPoolWrapper.sourceListLink(group.idle_sockets);

Completed in 189 milliseconds