Searched refs:ErrorCodeToString (Results 1 – 3 of 3) sorted by relevance
116 static std::string ErrorCodeToString(JsonParseError error_code);
84 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
115 JSONReader::ErrorCodeToString(error_code_)); in GetErrorMessage()