Searched defs:SetChannelIDSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_client.h160 // SetChannelIDSource sets a ChannelIDSource that will be called, when the
164 void SetChannelIDSource(ChannelIDSource* source) { function in class:net::tools::QuicClient
165 crypto_config_.SetChannelIDSource(source);
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.cc691 void QuicCryptoClientConfig::SetChannelIDSource(ChannelIDSource* source) { function in class:net::QuicCryptoClientConfig

Completed in 86 milliseconds