HomeSort by relevance Sort by last modified time
    Searched refs:SetChannelIDSigner (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/tools/quic/
quic_client.h 137 // SetChannelIDSigner sets a ChannelIDSigner that will be called when the
140 void SetChannelIDSigner(ChannelIDSigner* signer) {
141 crypto_config_.SetChannelIDSigner(signer);
  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 381 // SetChannelIDSigner sets a ChannelIDSigner that will be called when the
384 void SetChannelIDSigner(ChannelIDSigner* signer);
crypto_handshake.cc 893 void QuicCryptoClientConfig::SetChannelIDSigner(ChannelIDSigner* signer) {
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 182 crypto_config.SetChannelIDSigner(ChannelIDSignerForTesting());

Completed in 778 milliseconds