Searched refs:CloseConnection (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/net/quic/
H A Dquic_headers_stream.cc39 CloseConnection("associated_stream_id != 0");
44 CloseConnection("unidirectional != 0");
79 CloseConnection("SPDY DATA frame received.");
83 CloseConnection("SPDY framing error.");
89 CloseConnection("SPDY DATA frame received.");
94 CloseConnection("SPDY RST_STREAM frame received.");
100 CloseConnection("SPDY SETTINGS frame received.");
104 CloseConnection("SPDY SETTINGS frame received.");
108 CloseConnection("SPDY SETTINGS frame received.");
112 CloseConnection("SPD
160 void CloseConnection(const string& details) { function in class:net::QuicHeadersStream::SpdyFramerVisitor
[all...]
H A Dquic_headers_stream_test.cc169 void CloseConnection() { function in class:net::test::__anon9469::QuicHeadersStreamTest
170 QuicConnectionPeer::CloseConnection(connection_);
254 &QuicHeadersStreamTest::CloseConnection));
266 &QuicHeadersStreamTest::CloseConnection));
279 &QuicHeadersStreamTest::CloseConnection));
290 &QuicHeadersStreamTest::CloseConnection));
301 &QuicHeadersStreamTest::CloseConnection));
312 &QuicHeadersStreamTest::CloseConnection));
324 &QuicHeadersStreamTest::CloseConnection));
H A Dquic_crypto_stream.cc51 CloseConnection(crypto_framer_.error());
H A Dquic_crypto_client_stream.cc105 CloseConnection(QUIC_CRYPTO_UPDATE_BEFORE_HANDSHAKE_COMPLETE);
117 CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE);
207 CloseConnection(QUIC_CRYPTO_TOO_MANY_REJECTS);
224 CloseConnection(QUIC_INTERNAL_ERROR);
229 CloseConnection(QUIC_INTERNAL_ERROR);
438 CloseConnection(QUIC_INVALID_CRYPTO_MESSAGE_TYPE);
H A Dquic_packet_generator.h81 virtual void CloseConnection(QuicErrorCode error, bool from_peer) = 0;
H A Dquic_crypto_server_stream.cc56 CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE);
61 CloseConnection(QUIC_INVALID_CRYPTO_MESSAGE_TYPE);
69 CloseConnection(QUIC_CRYPTO_MESSAGE_WHILE_VALIDATING_CLIENT_HELLO);
H A Dquic_spdy_server_stream.cc122 CloseConnection(QUIC_NO_ERROR);
H A Dreliable_quic_stream.h68 virtual void CloseConnection(QuicErrorCode error);
H A Dquic_connection.cc319 CloseConnection(QUIC_PUBLIC_RESET, true);
332 CloseConnection(QUIC_INTERNAL_ERROR, false);
388 CloseConnection(QUIC_INTERNAL_ERROR, false);
406 CloseConnection(QUIC_INVALID_VERSION_NEGOTIATION_PACKET, false);
490 CloseConnection(QUIC_INVALID_VERSION, false);
856 CloseConnection(last_close_frames_[0].error_code, true);
999 CloseConnection(QUIC_PACKET_WRITE_ERROR, false);
1365 // CloseConnection does not send close packet, so no infinite loop here.
1366 CloseConnection(QUIC_ENCRYPTION_FAILURE, false);
1520 CloseConnection(QUIC_PACKET_WRITE_ERRO
1794 void QuicConnection::CloseConnection(QuicErrorCode error, bool from_peer) { function in class:net::QuicConnection
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dutil_unittest.h49 virtual void CloseConnection();
H A Dutil_unittest.cc22 void XmppTestHandler::CloseConnection() { function in class:buzz::XmppTestHandler
H A Dxmppengine.h105 virtual void CloseConnection() = 0;
257 //! Sends CloseConnection to output, and disconnects and registered
H A Dxmppclient.cc96 void CloseConnection();
420 void XmppClient::Private::CloseConnection() { function in class:buzz::XmppClient::Private
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl.cc80 CloseConnection();
150 CloseConnection();
184 CloseConnection();
237 CloseConnection();
421 CloseConnection();
425 void ConnectionHandlerImpl::CloseConnection() { function in class:gcm::ConnectionHandlerImpl
H A Dconnection_handler_impl.h88 void CloseConnection();
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
H A DSDL_sysloadso.c102 CloseConnection(&library_id);
/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream.cc32 CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE);
H A Dquic_connection_peer.h115 static void CloseConnection(QuicConnection* connection);
H A Dquic_connection_peer.cc229 void QuicConnectionPeer::CloseConnection(QuicConnection* connection) { function in class:net::test::QuicConnectionPeer
/external/chromium_org/net/tools/quic/
H A Dquic_spdy_server_stream.cc102 CloseConnection(QUIC_NO_ERROR);
/external/chromium_org/storage/browser/quota/
H A Dquota_database.h48 void CloseConnection();
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h1055 virtual void CloseConnection() {} function in class:testing::internal::StreamingListener::AbstractSocketWriter
1073 CloseConnection();
1094 void CloseConnection() { function in class:testing::internal::StreamingListener::SocketWriter
1096 << "CloseConnection() can be called only when there is a connection.";
1128 socket_writer_->CloseConnection();
/external/gtest/src/
H A Dgtest-internal-inl.h1081 virtual void CloseConnection() {} function in class:testing::internal::StreamingListener::AbstractSocketWriter
1099 CloseConnection();
1120 void CloseConnection() { function in class:testing::internal::StreamingListener::SocketWriter
1122 << "CloseConnection() can be called only when there is a connection.";
1154 socket_writer_->CloseConnection();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs263 CloseConnection();
286 protected virtual void CloseConnection() { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs324 CloseConnection();
351 protected virtual void CloseConnection() method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener

Completed in 302 milliseconds

12