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

/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.cc26 bool SMConnection::force_spdy_ = false;
33 SMConnection::SMConnection(EpollServer* epoll_server, function in class:net::SMConnection
59 SMConnection::~SMConnection() {
64 EpollServer* SMConnection::epoll_server() { return epoll_server_; }
66 void SMConnection::ReadyToSend() {
72 void SMConnection::EnqueueDataFrame(DataFrame* df) {
79 void SMConnection::InitSMConnection(SMConnectionPoolInterface* connection_pool,
162 void SMConnection
[all...]
H A Dsm_connection.h43 class SMConnection : public SMConnectionInterface, class in namespace:net
47 virtual ~SMConnection();
49 static SMConnection* NewSMConnection(EpollServer* epoll_server,
119 friend std::ostream& operator<<(std::ostream& os, const SMConnection& c) {
124 SMConnection(EpollServer* epoll_server,

Completed in 588 milliseconds