Searched refs:server_connection (Results 1 - 7 of 7) sorted by relevance
/external/chromium/net/tools/flip_server/ |
H A D | 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);
|
H A D | streamer_interface.cc | 119 SMConnection *server_connection = local 122 if (server_connection == NULL) { 128 sm_other_interface_ = new StreamerSM(server_connection, this,
|
H A D | 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/ |
H A D | 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);
|
H A D | streamer_interface.cc | 120 SMConnection* server_connection = SMConnection::NewSMConnection( local 122 if (server_connection == NULL) { 129 new StreamerSM(server_connection, this, epoll_server_, acceptor_);
|
H A D | spdy_interface.cc | 76 SMConnection* server_connection = local 82 if (server_connection == NULL) { 88 new HttpSM(server_connection, this, memory_cache_, acceptor_);
|
/external/chromium_org/chrome/browser/sync/ |
H A D | about_sync_util.cc | 239 StringSyncStat server_connection(section_local, 356 server_connection.SetValue(GetConnectionStatus(token_status));
|
Completed in 813 milliseconds