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

  /external/chromium_org/net/quic/
quic_crypto_stream.cc 19 QuicCryptoStream::QuicCryptoStream(QuicSession* session)
26 void QuicCryptoStream::OnError(CryptoFramer* framer) {
30 uint32 QuicCryptoStream::ProcessData(const char* data,
44 void QuicCryptoStream::CloseConnection(QuicErrorCode error) {
48 void QuicCryptoStream::CloseConnectionWithDetails(QuicErrorCode error,
53 void QuicCryptoStream::SendHandshakeMessage(
61 QuicCryptoStream::crypto_negotiated_params() const {
quic_crypto_stream.h 21 // will allocate an instance of a subclass of QuicCryptoStream
29 class NET_EXPORT_PRIVATE QuicCryptoStream
33 explicit QuicCryptoStream(QuicSession* session);
64 DISALLOW_COPY_AND_ASSIGN(QuicCryptoStream);

Completed in 42 milliseconds