OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelIDSource
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/quic/crypto/
channel_id.h
32
// 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
{
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
quic_crypto_client_config.h
22
class
ChannelIDSource
;
219
ChannelIDSource
* channel_id_source() const;
221
// SetChannelIDSource sets a
ChannelIDSource
that will be called, when the
225
void SetChannelIDSource(
ChannelIDSource
* source);
279
scoped_ptr<
ChannelIDSource
> channel_id_source_;
channel_id_test.cc
223
scoped_ptr<
ChannelIDSource
> source(
quic_crypto_client_config.cc
687
ChannelIDSource
* QuicCryptoClientConfig::channel_id_source() const {
691
void QuicCryptoClientConfig::SetChannelIDSource(
ChannelIDSource
* source) {
/external/chromium_org/net/quic/test_tools/
crypto_test_utils.h
22
class
ChannelIDSource
;
135
// ChannelIDSourceForTesting returns a
ChannelIDSource
that generates keys
137
// This
ChannelIDSource
works in synchronous mode, i.e., its GetChannelIDKey
139
static
ChannelIDSource
* ChannelIDSourceForTesting();
crypto_test_utils_nss.cc
96
class TestChannelIDSource : public
ChannelIDSource
{
102
//
ChannelIDSource
implementation.
133
ChannelIDSource
* CryptoTestUtils::ChannelIDSourceForTesting() {
crypto_test_utils_openssl.cc
110
class TestChannelIDSource : public
ChannelIDSource
{
114
//
ChannelIDSource
implementation.
170
ChannelIDSource
* CryptoTestUtils::ChannelIDSourceForTesting() {
/external/chromium_org/net/tools/quic/
quic_client.h
160
// SetChannelIDSource sets a
ChannelIDSource
that will be called, when the
164
void SetChannelIDSource(
ChannelIDSource
* source) {
Completed in 335 milliseconds