/external/chromium_org/net/quic/ |
D | quic_headers_stream.cc | 39 CloseConnection("associated_stream_id != 0"); in OnSynStream() 44 CloseConnection("unidirectional != 0"); in OnSynStream() 79 CloseConnection("SPDY DATA frame received."); in OnStreamFrameData() 83 CloseConnection("SPDY framing error."); in OnError() 89 CloseConnection("SPDY DATA frame received."); in OnDataFrameHeader() 94 CloseConnection("SPDY RST_STREAM frame received."); in OnRstStream() 100 CloseConnection("SPDY SETTINGS frame received."); in OnSetting() 104 CloseConnection("SPDY SETTINGS frame received."); in OnSettingsAck() 108 CloseConnection("SPDY SETTINGS frame received."); in OnSettingsEnd() 112 CloseConnection("SPDY PING frame received."); in OnPing() [all …]
|
D | quic_headers_stream_test.cc | 169 void CloseConnection() { in CloseConnection() function in net::test::__anonc53cdcc40111::QuicHeadersStreamTest 170 QuicConnectionPeer::CloseConnection(connection_); in CloseConnection() 254 &QuicHeadersStreamTest::CloseConnection)); in TEST_P() 266 &QuicHeadersStreamTest::CloseConnection)); in TEST_P() 279 &QuicHeadersStreamTest::CloseConnection)); in TEST_P() 290 &QuicHeadersStreamTest::CloseConnection)); in TEST_P() 301 &QuicHeadersStreamTest::CloseConnection)); in TEST_P() 312 &QuicHeadersStreamTest::CloseConnection)); in TEST_P() 324 &QuicHeadersStreamTest::CloseConnection)); in TEST_P()
|
D | quic_crypto_client_stream.cc | 105 CloseConnection(QUIC_CRYPTO_UPDATE_BEFORE_HANDSHAKE_COMPLETE); in OnHandshakeMessage() 117 CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE); in OnHandshakeMessage() 207 CloseConnection(QUIC_CRYPTO_TOO_MANY_REJECTS); in DoHandshakeLoop() 224 CloseConnection(QUIC_INTERNAL_ERROR); in DoHandshakeLoop() 229 CloseConnection(QUIC_INTERNAL_ERROR); in DoHandshakeLoop() 438 CloseConnection(QUIC_INVALID_CRYPTO_MESSAGE_TYPE); in DoHandshakeLoop()
|
D | quic_crypto_server_stream.cc | 56 CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE); in OnHandshakeMessage() 61 CloseConnection(QUIC_INVALID_CRYPTO_MESSAGE_TYPE); in OnHandshakeMessage() 69 CloseConnection(QUIC_CRYPTO_MESSAGE_WHILE_VALIDATING_CLIENT_HELLO); in OnHandshakeMessage()
|
D | quic_connection.cc | 319 CloseConnection(QUIC_PUBLIC_RESET, true); in OnPublicResetPacket() 332 CloseConnection(QUIC_INTERNAL_ERROR, false); in OnProtocolVersionMismatch() 388 CloseConnection(QUIC_INTERNAL_ERROR, false); in OnVersionNegotiationPacket() 406 CloseConnection(QUIC_INVALID_VERSION_NEGOTIATION_PACKET, false); in OnVersionNegotiationPacket() 490 CloseConnection(QUIC_INVALID_VERSION, false); in OnPacketHeader() 856 CloseConnection(last_close_frames_[0].error_code, true); in OnPacketComplete() 999 CloseConnection(QUIC_PACKET_WRITE_ERROR, false); in SendVersionNegotiationPacket() 1366 CloseConnection(QUIC_ENCRYPTION_FAILURE, false); in WritePacketInner() 1520 CloseConnection(QUIC_PACKET_WRITE_ERROR, false); in OnWriteError() 1777 CloseConnection(error, false); in SendConnectionCloseWithDetails() [all …]
|
D | quic_crypto_stream.cc | 51 CloseConnection(crypto_framer_.error()); in ProcessRawData()
|
D | quic_packet_generator.h | 81 virtual void CloseConnection(QuicErrorCode error, bool from_peer) = 0;
|
D | quic_spdy_server_stream.cc | 122 CloseConnection(QUIC_NO_ERROR); in SendResponse()
|
D | reliable_quic_stream.h | 68 virtual void CloseConnection(QuicErrorCode error);
|
/external/chromium_org/google_apis/gcm/engine/ |
D | connection_handler_impl.cc | 80 CloseConnection(); in Reset() 150 CloseConnection(); in OnMessageSent() 184 CloseConnection(); in WaitForData() 237 CloseConnection(); in WaitForData() 421 CloseConnection(); in OnTimeout() 425 void ConnectionHandlerImpl::CloseConnection() { in CloseConnection() function in gcm::ConnectionHandlerImpl
|
D | connection_handler_impl.h | 88 void CloseConnection();
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | util_unittest.h | 49 virtual void CloseConnection();
|
D | util_unittest.cc | 22 void XmppTestHandler::CloseConnection() { in CloseConnection() function in buzz::XmppTestHandler
|
D | xmppclient.cc | 96 void CloseConnection(); 420 void XmppClient::Private::CloseConnection() { in CloseConnection() function in buzz::XmppClient::Private
|
D | xmppengine.h | 105 virtual void CloseConnection() = 0;
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/ |
D | SDL_sysloadso.c | 102 CloseConnection(&library_id); in SDL_UnloadObject()
|
/external/chromium_org/testing/gtest/src/ |
D | gtest-internal-inl.h | 1055 virtual void CloseConnection() {} in CloseConnection() function 1073 CloseConnection(); in ~SocketWriter() 1094 void CloseConnection() { in CloseConnection() function 1128 socket_writer_->CloseConnection(); in OnTestProgramEnd()
|
/external/gtest/src/ |
D | gtest-internal-inl.h | 1081 virtual void CloseConnection() {} in CloseConnection() function 1099 CloseConnection(); in ~SocketWriter() 1120 void CloseConnection() { in CloseConnection() function 1154 socket_writer_->CloseConnection(); in OnTestProgramEnd()
|
/external/chromium_org/net/quic/test_tools/ |
D | mock_crypto_client_stream.cc | 32 CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE); in OnHandshakeMessage()
|
D | quic_connection_peer.h | 115 static void CloseConnection(QuicConnection* connection);
|
/external/chromium_org/net/tools/quic/ |
D | quic_spdy_server_stream.cc | 102 CloseConnection(QUIC_NO_ERROR); in SendResponse()
|
/external/chromium_org/storage/browser/quota/ |
D | quota_database.h | 48 void CloseConnection();
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | cros_interface.py | 109 self.CloseConnection() 450 def CloseConnection(self): member in CrOSInterface
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 263 CloseConnection(); in EventHandler() 286 protected virtual void CloseConnection() { in CloseConnection() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 324 CloseConnection(); in EventHandler() 351 protected virtual void CloseConnection() in CloseConnection() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
|