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

  /external/chromium_org/net/quic/
quic_framer.h 168 bool IsSupportedVersion(const QuicVersion version) const;
quic_connection.cc 299 if (!framer_.IsSupportedVersion(received_version)) {
307 if (!framer_.IsSupportedVersion(received_version)) {
    [all...]
quic_framer.cc 221 bool QuicFramer::IsSupportedVersion(const QuicVersion version) const {
    [all...]

Completed in 135 milliseconds