Home
last modified time | relevance | path

Searched refs:client_socket_factory_ (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/net/socket/
Dwebsocket_transport_client_socket_pool_unittest.cc62 client_socket_factory_(&net_log_), in WebSocketTransportClientSocketPoolTest()
67 &client_socket_factory_, in WebSocketTransportClientSocketPoolTest()
108 MockTransportClientSocketFactory client_socket_factory_; member in net::__anonc833caf50111::WebSocketTransportClientSocketPoolTest
168 client_socket_factory_.set_default_client_socket_type( in TEST_F()
209 EXPECT_EQ(6, client_socket_factory_.allocation_count()); in TEST_F()
251 client_socket_factory_.allocation_count()); in TEST_F()
301 client_socket_factory_.set_default_client_socket_type( in TEST_F()
361 EXPECT_EQ(5, client_socket_factory_.allocation_count()); in TEST_F()
453 client_socket_factory_.set_default_client_socket_type( in TEST_F()
484 client_socket_factory_.set_default_client_socket_type( in TEST_F()
[all …]
Dtransport_client_socket_pool_unittest.cc51 client_socket_factory_(&net_log_), in TransportClientSocketPoolTest()
56 &client_socket_factory_, in TransportClientSocketPoolTest()
100 MockTransportClientSocketFactory client_socket_factory_; member in net::__anon9c36632f0111::TransportClientSocketPoolTest
223 client_socket_factory_.set_default_client_socket_type( in TEST_F()
268 EXPECT_EQ(kMaxSocketsPerGroup, client_socket_factory_.allocation_count()); in TEST_F()
329 client_socket_factory_.allocation_count()); in TEST_F()
367 client_socket_factory_.set_default_client_socket_type( in TEST_F()
432 client_socket_factory_.allocation_count()); in TEST_F()
529 client_socket_factory_.set_default_client_socket_type( in TEST_F()
559 client_socket_factory_.set_default_client_socket_type( in TEST_F()
[all …]
Dclient_socket_pool_base_unittest.cc280 client_socket_factory_(client_socket_factory), in TestConnectJob()
311 client_socket_factory_->CreateTransportClientSocket( in ConnectInternal()
358 client_socket_factory_->WaitForSignal(this); in ConnectInternal()
422 MockClientSocketFactory* const client_socket_factory_; member in net::__anon4f8a475d0111::TestConnectJob
438 client_socket_factory_(client_socket_factory), in TestConnectJobFactory()
472 client_socket_factory_, in NewConnectJob()
484 MockClientSocketFactory* const client_socket_factory_; member in net::__anon4f8a475d0111::TestConnectJobFactory
716 connect_job_factory_ = new TestConnectJobFactory(&client_socket_factory_, in CreatePoolWithIdleTimeouts()
758 MockClientSocketFactory client_socket_factory_; member in net::__anon4f8a475d0211::ClientSocketPoolBaseTest
781 &client_socket_factory_, in TEST_F()
[all …]
Dtransport_client_socket_pool.h107 return client_socket_factory_; in client_socket_factory()
139 ClientSocketFactory* const client_socket_factory_; variable
279 : client_socket_factory_(client_socket_factory), in TransportConnectJobFactory()
295 ClientSocketFactory* const client_socket_factory_;
Dssl_client_socket_pool.h251 ClientSocketFactory* const client_socket_factory_; variable
394 ClientSocketFactory* const client_socket_factory_; variable
Dssl_client_socket_pool.cc194 client_socket_factory_(client_socket_factory), in SSLConnectJob()
405 ssl_socket_ = client_socket_factory_->CreateSSLClientSocket( in DoCreateSSLSocket()
600 client_socket_factory_(client_socket_factory), in SSLConnectJobFactory()
697 client_socket_factory_, in NewConnectJob()
Dtransport_client_socket_pool.cc99 client_socket_factory_(client_socket_factory), in TransportConnectJobHelper()
428 client_socket_factory_, in NewConnectJob()
Dwebsocket_transport_client_socket_pool.h235 ClientSocketFactory* const client_socket_factory_; variable
Dwebsocket_transport_client_socket_pool.cc244 client_socket_factory_(client_socket_factory), in WebSocketTransportClientSocketPool()
313 client_socket_factory_, in RequestSocket()
Dsocket_test_util.cc1842 client_socket_factory_(socket_factory), in MockTransportClientSocketPool()
1856 client_socket_factory_->CreateTransportClientSocket( in RequestSocket()
Dsocket_test_util.h1233 ClientSocketFactory* client_socket_factory_;
/external/chromium_org/jingle/glue/
Dxmpp_client_socket_factory.cc23 : client_socket_factory_(client_socket_factory), in XmppClientSocketFactory()
27 CHECK(client_socket_factory_); in XmppClientSocketFactory()
60 return client_socket_factory_->CreateSSLClientSocket( in CreateSSLClientSocket()
Dxmpp_client_socket_factory.h46 net::ClientSocketFactory* const client_socket_factory_;
/external/chromium_org/net/url_request/
Durl_request_test_util.h66 return client_socket_factory_; in client_socket_factory()
69 client_socket_factory_ = factory; in set_client_socket_factory()
89 ClientSocketFactory* client_socket_factory_; variable
Durl_request_test_util.cc49 client_socket_factory_(NULL), in TestURLRequestContext()
56 client_socket_factory_(NULL), in TestURLRequestContext()
96 EXPECT_FALSE(client_socket_factory_); in Init()
/external/chromium_org/net/quic/
Dquic_stream_factory.h240 ClientSocketFactory* client_socket_factory_; variable
Dquic_stream_factory.cc500 client_socket_factory_(client_socket_factory), in QuicStreamFactory()
839 client_socket_factory_->CreateDatagramClientSocket( in CreateSession()