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

/external/chromium_org/net/quic/crypto/
H A Dchannel_id.h32 // ChannelIDSourceCallback provides a generic mechanism for a ChannelIDSource
45 // ChannelIDSource is an abstract interface by which a QUIC client can obtain
47 class NET_EXPORT_PRIVATE ChannelIDSource { class in namespace:net
49 virtual ~ChannelIDSource() {}
56 // ChannelIDSource will call back, on the original thread, via |callback|
57 // when complete. In this case, the ChannelIDSource will take ownership of

Completed in 79 milliseconds