HomeSort by relevance Sort by last modified time
    Searched refs:SMInterface (Results 1 - 9 of 9) 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,

Completed in 50 milliseconds