Searched defs:handshake_mode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream_factory.h29 MockCryptoClientStream::HandshakeMode handshake_mode) {
30 handshake_mode_ = handshake_mode;
28 set_handshake_mode( MockCryptoClientStream::HandshakeMode handshake_mode) argument
H A Dmock_crypto_client_stream.cc19 HandshakeMode handshake_mode,
23 handshake_mode_(handshake_mode),
14 MockCryptoClientStream( const QuicServerId& server_id, QuicClientSessionBase* session, ProofVerifyContext* verify_context, QuicCryptoClientConfig* crypto_config, HandshakeMode handshake_mode, const ProofVerifyDetails* proof_verify_details) argument
/external/chromium_org/net/quic/
H A Dquic_network_transaction_unittest.cc277 MockCryptoClientStream::HandshakeMode handshake_mode) {
278 crypto_client_stream_factory_.set_handshake_mode(handshake_mode);
276 AddQuicAlternateProtocolMapping( MockCryptoClientStream::HandshakeMode handshake_mode) argument

Completed in 786 milliseconds