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

/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.cc106 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.h70 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.h40 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 156 milliseconds