HomeSort by relevance Sort by last modified time
    Searched refs:SMInterface (Results 1 - 21 of 21) sorted by null

  /external/chromium/net/tools/flip_server/
sm_interface.h 20 class SMInterface {
22 virtual void InitSMInterface(SMInterface* sm_other_interface,
25 SMInterface* sm_interface,
62 virtual ~SMInterface() {}
spdy_interface.h 27 public SMInterface {
30 SMInterface* sm_http_interface,
36 virtual void InitSMInterface(SMInterface* sm_http_interface,
40 SMInterface* sm_interface,
56 SMInterface* NewConnectionInterface();
57 SMInterface* FindOrMakeNewSMConnectionInterface(std::string server_ip,
82 // SMInterface's Cleanup is currently only called by SMConnection after a
83 // protocol message as been fully read. Spdy's SMInterface does not need
134 std::vector<SMInterface*> server_interface_list;
136 typedef std::map<uint32, SMInterface*> StreamToSmif
    [all...]
sm_connection.h 71 SMInterface* sm_interface,
147 SMInterface* sm_spdy_interface_;
148 SMInterface* sm_http_interface_;
149 SMInterface* sm_streamer_interface_;
150 SMInterface* sm_interface_;
http_interface.h 25 public SMInterface {
28 SMInterface* sm_spdy_interface,
74 // SMInterface:
75 virtual void InitSMInterface(SMInterface* sm_spdy_interface,
78 SMInterface* sm_interface,
125 SMInterface* sm_spdy_interface_;
streamer_interface.h 23 public SMInterface {
26 SMInterface* sm_other_interface,
33 virtual void InitSMInterface(SMInterface* sm_other_interface,
36 SMInterface* sm_interface,
116 SMInterface* sm_other_interface_;
streamer_interface.cc 19 SMInterface* sm_other_interface,
45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface,
51 SMInterface* sm_interface,
spdy_interface.cc 63 SMInterface* sm_http_interface,
86 SMInterface* sm_interface,
100 SMInterface* SpdySM::NewConnectionInterface() {
112 SMInterface *sm_http_interface = new HttpSM(server_connection,
120 SMInterface* SpdySM::FindOrMakeNewSMConnectionInterface(
122 SMInterface *sm_http_interface;
250 SMInterface *sm_http_interface =
304 SMInterface* interface = it->second;
http_interface.cc 16 SMInterface* sm_spdy_interface,
101 void HttpSM::InitSMInterface(SMInterface* sm_spdy_interface,
108 SMInterface* sm_interface,
sm_connection.cc 76 SMInterface* sm_interface,
  /external/chromium_org/net/tools/flip_server/
sm_interface.h 20 class SMInterface {
22 virtual void InitSMInterface(SMInterface* sm_other_interface,
25 SMInterface* sm_interface,
66 virtual ~SMInterface() {}
flip_test_utils.h 16 class MockSMInterface : public SMInterface {
21 MOCK_METHOD2(InitSMInterface, void(SMInterface*, int32));
24 SMInterface*,
sm_connection.h 70 SMInterface* sm_interface,
149 SMInterface* sm_spdy_interface_;
150 SMInterface* sm_http_interface_;
151 SMInterface* sm_streamer_interface_;
152 SMInterface* sm_interface_;
spdy_interface.h 26 class SpdySM : public BufferedSpdyFramerVisitorInterface, public SMInterface {
29 SMInterface* sm_http_interface,
36 virtual void InitSMInterface(SMInterface* sm_http_interface,
40 SMInterface* sm_interface,
50 SMInterface* NewConnectionInterface();
52 virtual SMInterface* FindOrMakeNewSMConnectionInterface(
139 // SMInterface's Cleanup is currently only called by SMConnection after a
140 // protocol message as been fully read. Spdy's SMInterface does not need
204 std::vector<SMInterface*> server_interface_list;
206 typedef std::map<uint32, SMInterface*> StreamToSmif
    [all...]
http_interface.h 25 class HttpSM : public BalsaVisitorInterface, public SMInterface {
28 SMInterface* sm_spdy_interface,
74 // SMInterface:
75 virtual void InitSMInterface(SMInterface* sm_spdy_interface,
78 SMInterface* sm_interface,
133 SMInterface* sm_spdy_interface_;
streamer_interface.h 23 class StreamerSM : public BalsaVisitorInterface, public SMInterface {
26 SMInterface* sm_other_interface,
33 virtual void InitSMInterface(SMInterface* sm_other_interface,
36 SMInterface* sm_interface,
126 SMInterface* sm_other_interface_;
streamer_interface.cc 19 SMInterface* sm_other_interface,
45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface,
51 SMInterface* sm_interface,
spdy_interface.cc 36 SMInterface* sm_http_interface,
57 SMInterface* sm_interface,
75 SMInterface* SpdySM::NewConnectionInterface() {
87 SMInterface* sm_http_interface =
92 SMInterface* SpdySM::FindOrMakeNewSMConnectionInterface(
95 SMInterface* sm_http_interface;
236 SMInterface* interface = it->second;
270 SMInterface* sm_http_interface =
http_interface.cc 16 SMInterface* sm_spdy_interface,
90 void HttpSM::InitSMInterface(SMInterface* sm_spdy_interface, int32 server_idx) {
96 SMInterface* sm_interface,
spdy_interface_test.cc 88 SMInterface*,
103 SMInterface* sm_http_interface,
116 SMInterface*(const std::string&, const std::string&));
sm_connection.cc 80 SMInterface* sm_interface,
http_interface_test.cc 45 SMInterface*,

Completed in 71 milliseconds