Searched refs:LogStreamError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_stream.h326 void LogStreamError(int status, const std::string& description);
H A Dspdy_stream.cc157 LogStreamError(ERR_SPDY_PROTOCOL_ERROR,
475 LogStreamError(ERR_SPDY_PROTOCOL_ERROR,
525 void SpdyStream::LogStreamError(int status, const std::string& description) { function in class:net::SpdyStream
H A Dspdy_session.cc1499 stream->LogStreamError(status, description);
1840 stream->LogStreamError(ERR_SPDY_PROTOCOL_ERROR, error);
2140 stream->LogStreamError(ERR_SPDY_PROTOCOL_ERROR, error);
2212 it->second.stream->LogStreamError(

Completed in 63 milliseconds