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

/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
271 SMInterface* sm_http_interface = local
[all...]

Completed in 33 milliseconds