Home
last modified time | relevance | path

Searched refs:InitSMInterface (Results 1 – 16 of 16) sorted by relevance

/external/chromium/net/tools/flip_server/
Dstreamer_interface.cc45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface, in InitSMInterface() function in net::StreamerSM
130 sm_other_interface_->InitSMInterface(this, 0); in PostAcceptHook()
Dsm_interface.h22 virtual void InitSMInterface(SMInterface* sm_other_interface,
Dspdy_interface.h36 virtual void InitSMInterface(SMInterface* sm_http_interface, in InitSMInterface() function
Dstreamer_interface.h33 virtual void InitSMInterface(SMInterface* sm_other_interface,
Dhttp_interface.h75 virtual void InitSMInterface(SMInterface* sm_spdy_interface,
Dhttp_interface.cc101 void HttpSM::InitSMInterface(SMInterface* sm_spdy_interface, in InitSMInterface() function in net::HttpSM
Dspdy_interface.cc139 sm_http_interface->InitSMInterface(this, server_idx); in FindOrMakeNewSMConnectionInterface()
/external/chromium_org/net/tools/flip_server/
Dstreamer_interface.cc45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface, in InitSMInterface() function in net::StreamerSM
130 sm_other_interface_->InitSMInterface(this, 0); in PostAcceptHook()
Dflip_test_utils.h21 MOCK_METHOD2(InitSMInterface, void(SMInterface*, int32));
Dsm_interface.h22 virtual void InitSMInterface(SMInterface* sm_other_interface,
Dstreamer_interface.h33 virtual void InitSMInterface(SMInterface* sm_other_interface,
Dhttp_interface.h75 virtual void InitSMInterface(SMInterface* sm_spdy_interface,
Dhttp_interface_test.cc149 TEST_F(FlipHttpSMTest, InitSMInterface) { in TEST_F() argument
160 interface_->InitSMInterface(mock.get(), 0); in TEST_F()
Dspdy_interface.h36 virtual void InitSMInterface(SMInterface* sm_http_interface, in InitSMInterface() function
Dhttp_interface.cc90 void HttpSM::InitSMInterface(SMInterface* sm_spdy_interface, int32 server_idx) { in InitSMInterface() function in net::HttpSM
Dspdy_interface.cc111 sm_http_interface->InitSMInterface(this, server_idx); in FindOrMakeNewSMConnectionInterface()