Searched refs:InitSMInterface (Results 1 - 9 of 9) sorted by relevance

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

Completed in 180 milliseconds