Searched refs:InitSMConnection (Results 1 - 23 of 23) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dstreamer_interface.cc50 void StreamerSM::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::StreamerSM
60 connection_->InitSMConnection(connection_pool, sm_interface,
134 sm_other_interface_->InitSMConnection(NULL, sm_other_interface_,
H A Dsm_interface.h24 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dsm_connection.h70 void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dacceptor_thread.cc104 server_connection->InitSMConnection(this,
H A Dhttp_interface.h77 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dspdy_interface.h39 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dstreamer_interface.h35 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dspdy_interface.cc85 void SpdySM::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::SpdySM
95 connection_->InitSMConnection(connection_pool, sm_interface,
140 sm_http_interface->InitSMConnection(NULL, sm_http_interface,
H A Dhttp_interface.cc107 void HttpSM::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::HttpSM
117 connection_->InitSMConnection(connection_pool,
H A Dsm_connection.cc75 void SMConnection::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::SMConnection
/external/chromium_org/net/tools/flip_server/
H A Dstreamer_interface.cc50 void StreamerSM::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::StreamerSM
60 connection_->InitSMConnection(connection_pool,
134 sm_other_interface_->InitSMConnection(NULL,
H A Dflip_test_utils.h22 MOCK_METHOD8(InitSMConnection,
H A Dsm_interface.h24 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dacceptor_thread.cc105 server_connection->InitSMConnection(this,
H A Dhttp_interface.h77 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dhttp_interface_test.cc43 MOCK_METHOD8(InitSMConnection,
164 TEST_F(FlipHttpSMTest, InitSMConnection) {
165 EXPECT_CALL(*connection_, InitSMConnection(_, _, _, _, _, _, _, _));
167 interface_->InitSMConnection(NULL, NULL, NULL, 0, "", "", "", false);
H A Dsm_connection.h69 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dstreamer_interface.h35 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dhttp_interface.cc95 void HttpSM::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::HttpSM
105 connection_->InitSMConnection(connection_pool,
H A Dspdy_interface.cc56 void SpdySM::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::SpdySM
65 connection_->InitSMConnection(connection_pool,
112 sm_http_interface->InitSMConnection(NULL,
H A Dspdy_interface.h39 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool,
H A Dspdy_interface_test.cc86 MOCK_METHOD8(InitSMConnection,
207 TEST_P(SpdySMProxyTest, InitSMConnection) {
210 EXPECT_CALL(*connection_, InitSMConnection(_, _, _, _, _, _, _, _));
212 interface_->InitSMConnection(
H A Dsm_connection.cc79 void SMConnection::InitSMConnection(SMConnectionPoolInterface* connection_pool, function in class:net::SMConnection

Completed in 439 milliseconds