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

  /external/chromium_org/net/tools/flip_server/
acceptor_thread.cc 98 SMConnection* server_connection = FindOrMakeNewSMConnection(); local
99 if (server_connection == NULL) {
105 server_connection->InitSMConnection(this,
113 if (server_connection->initialized())
114 active_server_connections_.push_back(server_connection);
streamer_interface.cc 120 SMConnection* server_connection = SMConnection::NewSMConnection( local
122 if (server_connection == NULL) {
129 new StreamerSM(server_connection, this, epoll_server_, acceptor_);
spdy_interface.cc 76 SMConnection* server_connection = local
82 if (server_connection == NULL) {
88 new HttpSM(server_connection, this, memory_cache_, acceptor_);

Completed in 75 milliseconds