Searched refs:channel_id_source_callback_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc32 stream_->channel_id_source_callback_ = NULL;
85 channel_id_source_callback_(NULL),
91 if (channel_id_source_callback_) {
92 channel_id_source_callback_->Cancel();
346 channel_id_source_callback_ = channel_id_source_callback;
H A Dquic_crypto_client_stream.h165 // True if channel_id_source_callback_ was run.
168 // channel_id_source_callback_ contains the callback object that we passed
171 ChannelIDSourceCallbackImpl* channel_id_source_callback_; member in class:net::QuicCryptoClientStream

Completed in 34 milliseconds