Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_reader.h116 static std::string ErrorCodeToString(JsonParseError error_code);
Djson_reader.cc84 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
Djson_parser.cc115 JSONReader::ErrorCodeToString(error_code_)); in GetErrorMessage()