Searched refs:StreamErrorToString (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_utils_test.cc32 TEST(QuicUtilsTest, StreamErrorToString) {
34 QuicUtils::StreamErrorToString(QUIC_BAD_APPLICATION_PAYLOAD));
H A Dquic_utils.h54 static const char* StreamErrorToString(QuicRstStreamErrorCode error);
H A Dquic_utils.cc132 const char* QuicUtils::StreamErrorToString(QuicRstStreamErrorCode error) { function in class:net::QuicUtils
H A Dquic_connection.cc731 << QuicUtils::StreamErrorToString(frame.error_code);
/external/chromium_org/net/base/
H A Dnet_log_logger.cc180 dict->SetInteger(net::QuicUtils::StreamErrorToString(error),

Completed in 82 milliseconds