Home
last modified time | relevance | path

Searched refs:server_connection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/tools/flip_server/
Dacceptor_thread.cc99 SMConnection* server_connection = FindOrMakeNewSMConnection(); in HandleConnection() local
100 if (server_connection == NULL) { in HandleConnection()
106 server_connection->InitSMConnection(this, in HandleConnection()
114 if (server_connection->initialized()) in HandleConnection()
115 active_server_connections_.push_back(server_connection); in HandleConnection()
Dstreamer_interface.cc120 SMConnection* server_connection = SMConnection::NewSMConnection( in PostAcceptHook() local
122 if (server_connection == NULL) { in PostAcceptHook()
129 new StreamerSM(server_connection, this, epoll_server_, acceptor_); in PostAcceptHook()
Dspdy_interface.cc76 SMConnection* server_connection = in NewConnectionInterface() local
82 if (server_connection == NULL) { in NewConnectionInterface()
88 new HttpSM(server_connection, this, memory_cache_, acceptor_); in NewConnectionInterface()
/external/chromium_org/chrome/browser/sync/
Dabout_sync_util.cc243 StringSyncStat server_connection(section_local, in ConstructAboutInformation() local
349 server_connection.SetValue(GetConnectionStatus(token_status)); in ConstructAboutInformation()