OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedState
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h
33
// A
CachedState
contains the information that the client needs in order to
36
class NET_EXPORT_PRIVATE
CachedState
{
38
CachedState
();
39
~
CachedState
();
101
void InitializeFrom(const
CachedState
& other);
130
DISALLOW_COPY_AND_ASSIGN(
CachedState
);
139
// LookupOrCreate returns a
CachedState
for the given |server_id|. If no such
140
//
CachedState
currently exists, it will be created and cached.
141
CachedState
* LookupOrCreate(const QuicServerId& server_id);
143
// Delete all
CachedState
objects from cached_states_
[
all
...]
quic_crypto_client_config_test.cc
20
QuicCryptoClientConfig::
CachedState
state;
25
QuicCryptoClientConfig::
CachedState
state;
30
QuicCryptoClientConfig::
CachedState
state;
37
QuicCryptoClientConfig::
CachedState
state;
45
QuicCryptoClientConfig::
CachedState
state;
46
QuicCryptoClientConfig::
CachedState
other;
57
QuicCryptoClientConfig::
CachedState
state;
80
QuicCryptoClientConfig::
CachedState
state;
94
QuicCryptoClientConfig::
CachedState
state;
109
QuicCryptoClientConfig::
CachedState
state
[
all
...]
quic_crypto_client_config.cc
38
QuicCryptoClientConfig::
CachedState
::
CachedState
()
42
QuicCryptoClientConfig::
CachedState
::~
CachedState
() {}
44
bool QuicCryptoClientConfig::
CachedState
::IsComplete(QuicWallTime now) const {
65
bool QuicCryptoClientConfig::
CachedState
::IsEmpty() const {
70
QuicCryptoClientConfig::
CachedState
::GetServerConfig() const {
82
QuicErrorCode QuicCryptoClientConfig::
CachedState
::SetServerConfig(
122
void QuicCryptoClientConfig::
CachedState
::InvalidateServerConfig() {
128
void QuicCryptoClientConfig::
CachedState
::SetProof(const vector<string>& certs
[
all
...]
/external/chromium_org/net/quic/
quic_client_session_base.h
27
const QuicCryptoClientConfig::
CachedState
& cached) = 0;
quic_crypto_client_stream.h
87
void SetCachedProofValid(QuicCryptoClientConfig::
CachedState
* cached);
103
// Generation counter from QuicCryptoClientConfig's
CachedState
.