OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitSMInterface
(Results
1 - 16
of
16
) sorted by null
/external/chromium/net/tools/flip_server/
sm_interface.h
22
virtual void
InitSMInterface
(SMInterface* sm_other_interface,
streamer_interface.cc
45
void StreamerSM::
InitSMInterface
(SMInterface* sm_other_interface,
130
sm_other_interface_->
InitSMInterface
(this, 0);
http_interface.h
75
virtual void
InitSMInterface
(SMInterface* sm_spdy_interface,
spdy_interface.h
36
virtual void
InitSMInterface
(SMInterface* sm_http_interface,
streamer_interface.h
33
virtual void
InitSMInterface
(SMInterface* sm_other_interface,
http_interface.cc
101
void HttpSM::
InitSMInterface
(SMInterface* sm_spdy_interface,
spdy_interface.cc
139
sm_http_interface->
InitSMInterface
(this, server_idx);
/external/chromium_org/net/tools/flip_server/
flip_test_utils.h
21
MOCK_METHOD2(
InitSMInterface
, void(SMInterface*, int32));
sm_interface.h
22
virtual void
InitSMInterface
(SMInterface* sm_other_interface,
streamer_interface.cc
45
void StreamerSM::
InitSMInterface
(SMInterface* sm_other_interface,
130
sm_other_interface_->
InitSMInterface
(this, 0);
http_interface.h
75
virtual void
InitSMInterface
(SMInterface* sm_spdy_interface,
streamer_interface.h
33
virtual void
InitSMInterface
(SMInterface* sm_other_interface,
spdy_interface.h
36
virtual void
InitSMInterface
(SMInterface* sm_http_interface,
http_interface_test.cc
149
TEST_F(FlipHttpSMTest,
InitSMInterface
) {
160
interface_->
InitSMInterface
(mock.get(), 0);
http_interface.cc
90
void HttpSM::
InitSMInterface
(SMInterface* sm_spdy_interface, int32 server_idx) {
spdy_interface.cc
111
sm_http_interface->
InitSMInterface
(this, server_idx);
Completed in 55 milliseconds