Home
last modified time | relevance | path

Searched refs:SPDY_CONTROL_PAYLOAD_TOO_LARGE (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_framer.cc425 case SPDY_CONTROL_PAYLOAD_TOO_LARGE: in ErrorCodeToString()
1056 set_error(SPDY_CONTROL_PAYLOAD_TOO_LARGE); in ProcessControlFrameHeader()
1115 set_error(SPDY_CONTROL_PAYLOAD_TOO_LARGE); in ProcessControlFrameHeader()
3133 set_error(SPDY_CONTROL_PAYLOAD_TOO_LARGE); in IncrementallyDecompressControlFrameHeaderData()
3156 set_error(SPDY_CONTROL_PAYLOAD_TOO_LARGE); in IncrementallyDeliverControlFrameHeaderData()
Dspdy_framer.h355 SPDY_CONTROL_PAYLOAD_TOO_LARGE, // Control frame payload was too large. enumerator
Dspdy_session.cc311 case SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE: in MapFramerErrorToProtocolError()
343 case SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE: in MapFramerErrorToNetError()
Dspdy_framer_test.cc3262 EXPECT_EQ(SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE, in TEST_P()
3350 EXPECT_EQ(SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE, in TEST_P()
4381 SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE)); in TEST_P()
Dspdy_session_unittest.cc5014 MapFramerErrorToNetError(SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE)); in TEST()