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

  /external/chromium_org/net/tools/quic/
quic_client.h 158 // SetChannelIDSource sets a ChannelIDSource that will be called, when the
162 void SetChannelIDSource(ChannelIDSource* source) {
163 crypto_config_.SetChannelIDSource(source);
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 235 // SetChannelIDSource sets a ChannelIDSource that will be called, when the
239 void SetChannelIDSource(ChannelIDSource* source);
quic_crypto_client_config.cc 793 void QuicCryptoClientConfig::SetChannelIDSource(ChannelIDSource* source) {
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 239 crypto_config.SetChannelIDSource(source);
  /external/chromium_org/net/quic/
quic_stream_factory.cc 525 crypto_config_.SetChannelIDSource(
    [all...]

Completed in 119 milliseconds