Home
last modified time | relevance | path

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

/external/chromium_org/net/spdy/
Dspdy_framer_test.cc282 << SpdyFramer::ErrorCodeToString(f->error_code()); in OnError()
785 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
805 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
830 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
855 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
3264 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
3352 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
3390 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
3436 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
4052 << SpdyFramer::ErrorCodeToString(framer.error_code()); in TEST_P()
[all …]
Dspdy_framer.h562 static const char* ErrorCodeToString(int error_code);
Dspdy_framer.cc419 const char* SpdyFramer::ErrorCodeToString(int error_code) { in ErrorCodeToString() function in net::SpdyFramer
Dspdy_session.cc1983 SpdyFramer::ErrorCodeToString(error_code)); in OnError()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechRecognitionError.cpp32 static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code) in ErrorCodeToString() function
61 return adoptRefWillBeNoop(new SpeechRecognitionError(ErrorCodeToString(code), message)); in create()
/external/chromium_org/net/tools/balsa/
Dbalsa_enums.h101 static const char* ErrorCodeToString(ErrorCode error_code);
Dbalsa_frame.cc137 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in net::BalsaFrameEnums
1570 LOG(INFO) << BalsaFrameEnums::ErrorCodeToString(ErrorCode()); in ProcessInput()
/external/chromium_org/base/json/
Djson_reader.h115 static std::string ErrorCodeToString(JsonParseError error_code);
Djson_reader.cc76 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
Djson_parser.cc273 JSONReader::ErrorCodeToString(error_code_)); in GetErrorMessage()
/external/chromium_org/net/tools/flip_server/
Dhttp_interface.cc143 return BalsaFrameEnums::ErrorCodeToString(http_framer_->ErrorCode()); in ErrorAsString()
Dspdy_interface.cc323 return SpdyFramer::ErrorCodeToString(buffered_spdy_framer_->error_code()); in ErrorAsString()