Searched defs:FormatErrorMessage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/common/
H A Derror_utils.cc12 std::string ErrorUtils::FormatErrorMessage(const std::string& format, function in class:extensions::ErrorUtils
19 std::string ErrorUtils::FormatErrorMessage(const std::string& format, function in class:extensions::ErrorUtils
28 std::string ErrorUtils::FormatErrorMessage(const std::string& format, function in class:extensions::ErrorUtils
41 return base::UTF8ToUTF16(FormatErrorMessage(format, s1));
47 return base::UTF8ToUTF16(FormatErrorMessage(format, s1, s2));
54 return base::UTF8ToUTF16(FormatErrorMessage(format, s1, s2, s3));
/external/chromium_org/base/json/
H A Djson_parser.cc272 return FormatErrorMessage(error_line_, error_column_,
955 std::string JSONParser::FormatErrorMessage(int line, int column, function in class:base::internal::JSONParser
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc372 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, function in class:JSONSchemaValidator
380 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, function in class:JSONSchemaValidator
467 Error(path, FormatErrorMessage(kUnknownTypeReference, ref)));
620 FormatErrorMessage(
668 errors_.push_back(Error(path, FormatErrorMessage(
677 errors_.push_back(Error(path, FormatErrorMessage(
743 errors_.push_back(Error(path, FormatErrorMessage(
758 errors_.push_back(Error(path, FormatErrorMessage(
767 errors_.push_back(Error(path, FormatErrorMessage(
780 FormatErrorMessage(kInvalidRege
[all...]
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc492 void DebuggerFunction::FormatErrorMessage(const std::string& format) { function in class:extensions::DebuggerFunction
494 error_ = ErrorUtils::FormatErrorMessage(
497 error_ = ErrorUtils::FormatErrorMessage(
500 error_ = ErrorUtils::FormatErrorMessage(
544 FormatErrorMessage(keys::kNoTargetError);
558 FormatErrorMessage(keys::kNotAttachedError);
583 error_ = ErrorUtils::FormatErrorMessage(
590 FormatErrorMessage(keys::kAlreadyAttachedError);
602 error_ = ErrorUtils::FormatErrorMessage(

Completed in 266 milliseconds