Searched defs:sm_http_interface (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dspdy_interface.h30 SMInterface* sm_http_interface,
36 virtual void InitSMInterface(SMInterface* sm_http_interface, argument
H A Dspdy_interface.cc63 SMInterface* sm_http_interface,
112 SMInterface *sm_http_interface = new HttpSM(server_connection, local
117 return sm_http_interface;
122 SMInterface *sm_http_interface; local
125 sm_http_interface = NewConnectionInterface();
127 server_interface_list.push_back(sm_http_interface);
134 sm_http_interface = server_interface_list.at(server_idx);
139 sm_http_interface->InitSMInterface(this, server_idx);
140 sm_http_interface->InitSMConnection(NULL, sm_http_interface,
62 SpdySM(SMConnection* connection, SMInterface* sm_http_interface, EpollServer* epoll_server, MemoryCache* memory_cache, FlipAcceptor* acceptor) argument
250 SMInterface *sm_http_interface = local
[all...]
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface_test.cc103 SMInterface* sm_http_interface,
109 sm_http_interface,
102 TestSpdySM(SMConnection* connection, SMInterface* sm_http_interface, EpollServer* epoll_server, MemoryCache* memory_cache, FlipAcceptor* acceptor, SpdyMajorVersion version) argument
H A Dspdy_interface.cc36 SMInterface* sm_http_interface,
87 SMInterface* sm_http_interface = local
89 return sm_http_interface;
95 SMInterface* sm_http_interface; local
98 sm_http_interface = NewConnectionInterface();
100 server_interface_list.push_back(sm_http_interface);
106 sm_http_interface = server_interface_list.at(server_idx);
111 sm_http_interface->InitSMInterface(this, server_idx);
112 sm_http_interface->InitSMConnection(NULL,
113 sm_http_interface,
35 SpdySM(SMConnection* connection, SMInterface* sm_http_interface, EpollServer* epoll_server, MemoryCache* memory_cache, FlipAcceptor* acceptor, SpdyMajorVersion spdy_version) argument
270 SMInterface* sm_http_interface = local
[all...]

Completed in 44 milliseconds