Home
last modified time | relevance | path

Searched refs:ErrorCodeToString (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/tools/flip_server/
Dbalsa_enums.h97 static const char* ErrorCodeToString(ErrorCode error_code);
Dhttp_interface.cc159 return BalsaFrameEnums::ErrorCodeToString(http_framer_->ErrorCode()); in ErrorAsString()
Dbalsa_frame.cc116 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in net::BalsaFrameEnums
1586 LOG(INFO) << BalsaFrameEnums::ErrorCodeToString(ErrorCode()); in ProcessInput()
Dspdy_interface.cc327 return SpdyFramer::ErrorCodeToString(spdy_framer_->error_code()); in ErrorAsString()
/external/chromium/base/json/
Djson_reader.h129 static std::string ErrorCodeToString(JsonParseError error_code);
Djson_reader.cc114 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
142 ErrorCodeToString(error_code_)); in GetErrorMessage()
/external/chromium/net/spdy/
Dspdy_framer.h306 static const char* ErrorCodeToString(int error_code);
Dspdy_framer.cc868 const char* SpdyFramer::ErrorCodeToString(int error_code) { in ErrorCodeToString() function in spdy::SpdyFramer