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

/external/chromium_org/net/socket/
H A Dclient_socket_pool_base_unittest.cc100 class TestSocketParams : public base::RefCounted<TestSocketParams> { class in namespace:net::__anon9518
102 explicit TestSocketParams(bool ignore_limits) function in class:net::__anon9518::TestSocketParams
108 friend class base::RefCounted<TestSocketParams>;
109 ~TestSocketParams() {}
113 typedef ClientSocketPoolBase<TestSocketParams> TestClientSocketPoolBase;
492 typedef TestSocketParams SocketParams;
514 const scoped_refptr<TestSocketParams>* casted_socket_params =
515 static_cast<const scoped_refptr<TestSocketParams>*>(params);
524 const scoped_refptr<TestSocketParams>* casted_param
[all...]

Completed in 66 milliseconds