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