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

  /external/chromium_org/net/quic/
quic_flags.cc 44 bool FLAGS_quic_allow_more_open_streams = false;
quic_flags.h 19 NET_EXPORT_PRIVATE extern bool FLAGS_quic_allow_more_open_streams;
quic_session.cc 477 if (FLAGS_quic_allow_more_open_streams) {
570 if (!FLAGS_quic_allow_more_open_streams) {
  /external/chromium_org/net/tools/quic/
quic_server_session_test.cc 196 ValueRestore<bool> old_flag(&FLAGS_quic_allow_more_open_streams, true);
229 ValueRestore<bool> old_flag(&FLAGS_quic_allow_more_open_streams, true);

Completed in 494 milliseconds