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

  /external/chromium_org/net/quic/
quic_utils_test.cc 32 TEST(QuicUtilsTest, StreamErrorToString) {
34 QuicUtils::StreamErrorToString(QUIC_BAD_APPLICATION_PAYLOAD));
quic_utils.h 54 static const char* StreamErrorToString(QuicRstStreamErrorCode error);
quic_utils.cc 131 const char* QuicUtils::StreamErrorToString(QuicRstStreamErrorCode error) {
quic_connection.cc 614 << QuicUtils::StreamErrorToString(frame.error_code);
    [all...]
  /external/chromium_org/net/base/
net_log_logger.cc 136 dict->SetInteger(net::QuicUtils::StreamErrorToString(error),

Completed in 151 milliseconds