HomeSort by relevance Sort by last modified time
    Searched defs:channel_id_enabled (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.h 47 // If channel_id_enabled is true then the client will attempt to send a
50 bool channel_id_enabled; member in struct:net::test::CryptoTestUtils::FakeClientOptions
  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 55 // channel_id_enabled controls whether the server config will indicate
57 bool channel_id_enabled; member in struct:net::QuicCryptoServerConfig::ConfigOptions
223 // channel_id_enabled is true if the config in |serialized| specifies that
225 bool channel_id_enabled; member in class:net::QuicCryptoServerConfig::Config
  /external/chromium_org/net/ssl/
ssl_config_service.h 100 bool channel_id_enabled; // True if TLS channel ID extension is enabled. member in struct:net::SSLConfig
171 // channel_id_enabled
  /external/chromium_org/net/http/
http_network_transaction.cc 184 bool channel_id_enabled = server_ssl_config_.channel_id_enabled && local
186 server_ssl_config_.channel_id_enabled = channel_id_enabled;
    [all...]

Completed in 94 milliseconds