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

  /external/chromium_org/chrome/browser/
io_thread.h 166 Optional<bool> enable_quic; member in struct:IOThread::Globals
io_thread.cc 563 bool enable_quic = ShouldEnableQuic(command_line); local
564 globals_->enable_quic.set(enable_quic);
565 if (enable_quic)
    [all...]
  /external/chromium_org/net/http/
http_network_session.h 89 bool enable_quic; member in struct:net::HttpNetworkSession::Params

Completed in 51 milliseconds