HomeSort by relevance Sort by last modified time
    Searched refs:CachedState (Results 1 - 17 of 17) 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 32 QuicCryptoClientConfig::CachedState state;
37 QuicCryptoClientConfig::CachedState state;
42 QuicCryptoClientConfig::CachedState state;
49 QuicCryptoClientConfig::CachedState state;
57 QuicCryptoClientConfig::CachedState state;
58 QuicCryptoClientConfig::CachedState other;
69 QuicCryptoClientConfig::CachedState state;
92 QuicCryptoClientConfig::CachedState state;
106 QuicCryptoClientConfig::CachedState state;
121 QuicCryptoClientConfig::CachedState state
    [all...]
quic_crypto_client_config.cc 65 QuicCryptoClientConfig::CachedState::CachedState()
69 QuicCryptoClientConfig::CachedState::~CachedState() {}
71 bool QuicCryptoClientConfig::CachedState::IsComplete(QuicWallTime now) const {
107 bool QuicCryptoClientConfig::CachedState::IsEmpty() const {
112 QuicCryptoClientConfig::CachedState::GetServerConfig() const {
124 QuicErrorCode QuicCryptoClientConfig::CachedState::SetServerConfig(
164 void QuicCryptoClientConfig::CachedState::InvalidateServerConfig() {
170 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 125 QuicCryptoClientConfig::CachedState* cached);
129 QuicAsyncStatus DoVerifyProof(QuicCryptoClientConfig::CachedState* cached);
135 QuicCryptoClientConfig::CachedState* cached);
139 void SetCachedProofValid(QuicCryptoClientConfig::CachedState* cached);
143 bool RequiresChannelID(QuicCryptoClientConfig::CachedState* cached);
159 // Generation counter from QuicCryptoClientConfig's CachedState.
quic_crypto_client_stream.cc 146 QuicCryptoClientConfig::CachedState* cached =
181 QuicCryptoClientConfig::CachedState* cached =
450 QuicCryptoClientConfig::CachedState* cached) {
469 QuicCryptoClientConfig::CachedState* cached) {
507 QuicCryptoClientConfig::CachedState* cached) {
534 QuicCryptoClientConfig::CachedState* cached) {
540 QuicCryptoClientConfig::CachedState* cached) {
quic_client_session.h 143 const QuicCryptoClientConfig::CachedState& cached) OVERRIDE;
quic_crypto_client_stream_test.cc 148 QuicCryptoClientConfig::CachedState* state =
quic_stream_factory_test.cc     [all...]
quic_stream_factory.cc 575 QuicCryptoClientConfig::CachedState* cached =
    [all...]
quic_client_session.cc 658 const QuicCryptoClientConfig::CachedState& cached) {
  /external/chromium_org/net/tools/quic/
quic_client_session.h 33 const QuicCryptoClientConfig::CachedState& cached) OVERRIDE;
quic_client_session.cc 34 const QuicCryptoClientConfig::CachedState& /*cached*/) {
  /external/chromium_org/third_party/re2/re2/
dfa.cc 214 State* CachedState(int* inst, int ninst, uint flag);
731 State* state = CachedState(inst, n, flag);
739 DFA::State* DFA::CachedState(int* inst, int ninst, uint flag) {
    [all...]
  /external/regex-re2/re2/
dfa.cc 212 State* CachedState(int* inst, int ninst, uint flag);
729 State* state = CachedState(inst, n, flag);
737 DFA::State* DFA::CachedState(int* inst, int ninst, uint flag) {
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 401 void(const QuicCryptoClientConfig::CachedState& cached));
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc 365 QuicCryptoClientConfig::CachedState* state =

Completed in 1111 milliseconds