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