Lines Matching refs:Http2DecoderAdapter

394     http2::Http2DecoderAdapter::SpdyFramerError err) {  in MapFramerErrorToProtocolError()
396 case http2::Http2DecoderAdapter::SPDY_NO_ERROR: in MapFramerErrorToProtocolError()
398 case http2::Http2DecoderAdapter::SPDY_INVALID_STREAM_ID: in MapFramerErrorToProtocolError()
400 case http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME: in MapFramerErrorToProtocolError()
402 case http2::Http2DecoderAdapter::SPDY_CONTROL_PAYLOAD_TOO_LARGE: in MapFramerErrorToProtocolError()
404 case http2::Http2DecoderAdapter::SPDY_DECOMPRESS_FAILURE: in MapFramerErrorToProtocolError()
406 case http2::Http2DecoderAdapter::SPDY_INVALID_PADDING: in MapFramerErrorToProtocolError()
408 case http2::Http2DecoderAdapter::SPDY_INVALID_DATA_FRAME_FLAGS: in MapFramerErrorToProtocolError()
410 case http2::Http2DecoderAdapter::SPDY_UNEXPECTED_FRAME: in MapFramerErrorToProtocolError()
412 case http2::Http2DecoderAdapter::SPDY_INTERNAL_FRAMER_ERROR: in MapFramerErrorToProtocolError()
414 case http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME_SIZE: in MapFramerErrorToProtocolError()
416 case http2::Http2DecoderAdapter::SPDY_OVERSIZED_PAYLOAD: in MapFramerErrorToProtocolError()
418 case http2::Http2DecoderAdapter::SPDY_HPACK_INDEX_VARINT_ERROR: in MapFramerErrorToProtocolError()
420 case http2::Http2DecoderAdapter::SPDY_HPACK_NAME_LENGTH_VARINT_ERROR: in MapFramerErrorToProtocolError()
422 case http2::Http2DecoderAdapter::SPDY_HPACK_VALUE_LENGTH_VARINT_ERROR: in MapFramerErrorToProtocolError()
424 case http2::Http2DecoderAdapter::SPDY_HPACK_NAME_TOO_LONG: in MapFramerErrorToProtocolError()
426 case http2::Http2DecoderAdapter::SPDY_HPACK_VALUE_TOO_LONG: in MapFramerErrorToProtocolError()
428 case http2::Http2DecoderAdapter::SPDY_HPACK_NAME_HUFFMAN_ERROR: in MapFramerErrorToProtocolError()
430 case http2::Http2DecoderAdapter::SPDY_HPACK_VALUE_HUFFMAN_ERROR: in MapFramerErrorToProtocolError()
432 case http2::Http2DecoderAdapter:: in MapFramerErrorToProtocolError()
435 case http2::Http2DecoderAdapter::SPDY_HPACK_INVALID_INDEX: in MapFramerErrorToProtocolError()
437 case http2::Http2DecoderAdapter::SPDY_HPACK_INVALID_NAME_INDEX: in MapFramerErrorToProtocolError()
439 case http2::Http2DecoderAdapter:: in MapFramerErrorToProtocolError()
442 case http2::Http2DecoderAdapter:: in MapFramerErrorToProtocolError()
445 case http2::Http2DecoderAdapter:: in MapFramerErrorToProtocolError()
448 case http2::Http2DecoderAdapter::SPDY_HPACK_TRUNCATED_BLOCK: in MapFramerErrorToProtocolError()
450 case http2::Http2DecoderAdapter::SPDY_HPACK_FRAGMENT_TOO_LONG: in MapFramerErrorToProtocolError()
452 case http2::Http2DecoderAdapter:: in MapFramerErrorToProtocolError()
455 case http2::Http2DecoderAdapter::SPDY_STOP_PROCESSING: in MapFramerErrorToProtocolError()
458 case http2::Http2DecoderAdapter::LAST_ERROR: in MapFramerErrorToProtocolError()
466 http2::Http2DecoderAdapter::SpdyFramerError err) { in MapFramerErrorToNetError()
468 case http2::Http2DecoderAdapter::SPDY_NO_ERROR: in MapFramerErrorToNetError()
470 case http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME: in MapFramerErrorToNetError()
472 case http2::Http2DecoderAdapter::SPDY_CONTROL_PAYLOAD_TOO_LARGE: in MapFramerErrorToNetError()
474 case http2::Http2DecoderAdapter::SPDY_DECOMPRESS_FAILURE: in MapFramerErrorToNetError()
475 case http2::Http2DecoderAdapter::SPDY_HPACK_INDEX_VARINT_ERROR: in MapFramerErrorToNetError()
476 case http2::Http2DecoderAdapter::SPDY_HPACK_NAME_LENGTH_VARINT_ERROR: in MapFramerErrorToNetError()
477 case http2::Http2DecoderAdapter::SPDY_HPACK_VALUE_LENGTH_VARINT_ERROR: in MapFramerErrorToNetError()
478 case http2::Http2DecoderAdapter::SPDY_HPACK_NAME_TOO_LONG: in MapFramerErrorToNetError()
479 case http2::Http2DecoderAdapter::SPDY_HPACK_VALUE_TOO_LONG: in MapFramerErrorToNetError()
480 case http2::Http2DecoderAdapter::SPDY_HPACK_NAME_HUFFMAN_ERROR: in MapFramerErrorToNetError()
481 case http2::Http2DecoderAdapter::SPDY_HPACK_VALUE_HUFFMAN_ERROR: in MapFramerErrorToNetError()
482 case http2::Http2DecoderAdapter:: in MapFramerErrorToNetError()
484 case http2::Http2DecoderAdapter::SPDY_HPACK_INVALID_INDEX: in MapFramerErrorToNetError()
485 case http2::Http2DecoderAdapter::SPDY_HPACK_INVALID_NAME_INDEX: in MapFramerErrorToNetError()
486 case http2::Http2DecoderAdapter:: in MapFramerErrorToNetError()
488 case http2::Http2DecoderAdapter:: in MapFramerErrorToNetError()
490 case http2::Http2DecoderAdapter:: in MapFramerErrorToNetError()
492 case http2::Http2DecoderAdapter::SPDY_HPACK_TRUNCATED_BLOCK: in MapFramerErrorToNetError()
493 case http2::Http2DecoderAdapter::SPDY_HPACK_FRAGMENT_TOO_LONG: in MapFramerErrorToNetError()
494 case http2::Http2DecoderAdapter:: in MapFramerErrorToNetError()
497 case http2::Http2DecoderAdapter::SPDY_STOP_PROCESSING: in MapFramerErrorToNetError()
499 case http2::Http2DecoderAdapter::SPDY_INVALID_PADDING: in MapFramerErrorToNetError()
501 case http2::Http2DecoderAdapter::SPDY_INVALID_DATA_FRAME_FLAGS: in MapFramerErrorToNetError()
503 case http2::Http2DecoderAdapter::SPDY_UNEXPECTED_FRAME: in MapFramerErrorToNetError()
505 case http2::Http2DecoderAdapter::SPDY_INTERNAL_FRAMER_ERROR: in MapFramerErrorToNetError()
507 case http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME_SIZE: in MapFramerErrorToNetError()
509 case http2::Http2DecoderAdapter::SPDY_INVALID_STREAM_ID: in MapFramerErrorToNetError()
511 case http2::Http2DecoderAdapter::SPDY_OVERSIZED_PAYLOAD: in MapFramerErrorToNetError()
513 case http2::Http2DecoderAdapter::LAST_ERROR: in MapFramerErrorToNetError()
1943 http2::Http2DecoderAdapter::SPDY_NO_ERROR); in DoReadComplete()
2640 http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error) { in OnError()
2647 http2::Http2DecoderAdapter::SpdyFramerErrorToString(spdy_framer_error)); in OnError()