HomeSort by relevance Sort by last modified time
    Searched refs:channel_id_source_async (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.h 68 // If channel_id_source_async is true then the client will use an async
70 bool channel_id_source_async; member in struct:net::test::CryptoTestUtils::FakeClientOptions
crypto_test_utils.cc 181 channel_id_source_async(false) {
235 if (options.channel_id_source_async) {
265 EXPECT_EQ(options.channel_id_source_async,
  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 260 client_options_.channel_id_source_async = false;
270 client_options_.channel_id_source_async = true;

Completed in 1876 milliseconds