Home
last modified time | relevance | path

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

/external/chromium/net/tools/flip_server/
Dbalsa_enums.h96 static const char* ErrorCodeToString(ErrorCode error_code);
Dbalsa_frame.cc92 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in net::BalsaFrameEnums
1562 LOG(INFO) << BalsaFrameEnums::ErrorCodeToString(ErrorCode()); in ProcessInput()
Dflip_in_mem_edsm_server.cc1390 return FlipFramer::ErrorCodeToString(framer_->error_code()); in ErrorAsString()
1790 return BalsaFrameEnums::ErrorCodeToString(framer_->ErrorCode()); in ErrorAsString()
/external/chromium/net/flip/
Dflip_framer.h200 static const char* ErrorCodeToString(int error_code);
Dflip_framer.cc132 const char* FlipFramer::ErrorCodeToString(int error_code) { in ErrorCodeToString() function in flip::FlipFramer