HomeSort by relevance Sort by last modified time
    Searched defs:SMConnection (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/tools/flip_server/
sm_connection.cc 24 bool SMConnection::force_spdy_ = false;
26 SMConnection::SMConnection(EpollServer* epoll_server,
53 SMConnection::~SMConnection() {
58 EpollServer* SMConnection::epoll_server() {
62 void SMConnection::ReadyToSend() {
68 void SMConnection::EnqueueDataFrame(DataFrame* df) {
75 void SMConnection::InitSMConnection(SMConnectionPoolInterface* connection_pool,
161 void SMConnection::CorkSocket()
    [all...]
sm_connection.h 43 class SMConnection : public SMConnectionInterface,
47 virtual ~SMConnection();
49 static SMConnection* NewSMConnection(EpollServer* epoll_server,
117 friend std::ostream& operator<<(std::ostream& os, const SMConnection& c) {
123 SMConnection(EpollServer* epoll_server,
  /external/chromium_org/net/tools/flip_server/
sm_connection.cc 25 bool SMConnection::force_spdy_ = false;
32 SMConnection::SMConnection(EpollServer* epoll_server,
59 SMConnection::~SMConnection() {
64 EpollServer* SMConnection::epoll_server() {
68 void SMConnection::ReadyToSend() {
74 void SMConnection::EnqueueDataFrame(DataFrame* df) {
81 void SMConnection::InitSMConnection(SMConnectionPoolInterface* connection_pool,
167 void SMConnection::CorkSocket()
    [all...]
sm_connection.h 41 class SMConnection : public SMConnectionInterface,
45 virtual ~SMConnection();
47 static SMConnection* NewSMConnection(EpollServer* epoll_server,
117 friend std::ostream& operator<<(std::ostream& os, const SMConnection& c) {
123 SMConnection(EpollServer* epoll_server,

Completed in 52 milliseconds