Searched defs:ResetStreamIterator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session.cc1182 ResetStreamIterator(it, status, description);
1230 void SpdySession::ResetStreamIterator(ActiveStreamMap::iterator it, function in class:net::SpdySession
1924 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, description);
2001 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2176 ResetStreamIterator(
2215 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2222 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2264 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2419 ResetStreamIterator(it,

Completed in 97 milliseconds