Searched defs:TestClientSocketPool (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/socket/
H A Dclient_socket_pool_base_unittest.cc490 class TestClientSocketPool : public ClientSocketPool { class in namespace:net::__anon9518
494 TestClientSocketPool( function in class:net::__anon9518::TestClientSocketPool
505 virtual ~TestClientSocketPool() {}
623 DISALLOW_COPY_AND_ASSIGN(TestClientSocketPool);
718 pool_.reset(new TestClientSocketPool(max_sockets,
762 scoped_ptr<TestClientSocketPool> pool_;
1464 TestClientSocketPool* pool,
1538 TestClientSocketPool* const pool_;
2584 TestReleasingSocketRequest(TestClientSocketPool* pool,
2613 TestClientSocketPool* cons
[all...]

Completed in 71 milliseconds