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

  /external/chromium/net/tools/flip_server/
acceptor_thread.cc 97 SMConnection* server_connection = FindOrMakeNewSMConnection(); local
98 if (server_connection == NULL) {
104 server_connection->InitSMConnection(this,
110 if (server_connection->initialized())
111 active_server_connections_.push_back(server_connection);
streamer_interface.cc 119 SMConnection *server_connection = local
122 if (server_connection == NULL) {
128 sm_other_interface_ = new StreamerSM(server_connection, this,
spdy_interface.cc 101 SMConnection* server_connection = local
107 if (server_connection == NULL) {
112 SMInterface *sm_http_interface = new HttpSM(server_connection,
  /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 2610 milliseconds