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

/external/chromium/chrome/common/extensions/
H A Dextension_error_utils.cc9 std::string ExtensionErrorUtils::FormatErrorMessage( function in class:ExtensionErrorUtils
17 std::string ExtensionErrorUtils::FormatErrorMessage( function in class:ExtensionErrorUtils
27 std::string ExtensionErrorUtils::FormatErrorMessage( function in class:ExtensionErrorUtils
/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
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_win.cc19 std::string FormatErrorMessage(DWORD error_code) { function in namespace:__anon8687
67 << "(" << error_code << ")" << FormatErrorMessage(error_code);
89 error_message_ = FormatErrorMessage(error_code);
105 error_message_ = FormatErrorMessage(error_code);
/external/chromium/base/json/
H A Djson_reader.cc141 return FormatErrorMessage(error_line_, error_col_,
189 std::string JSONReader::FormatErrorMessage(int line, int column, function in class:base::JSONReader
/external/chromium/chrome/common/
H A Djson_schema_validator.cc123 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, function in class:JSONSchemaValidator
131 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, function in class:JSONSchemaValidator
190 Error(path, FormatErrorMessage(kUnknownTypeReference, ref)));
346 errors_.push_back(Error(path, FormatErrorMessage(
355 errors_.push_back(Error(path, FormatErrorMessage(
421 errors_.push_back(Error(path, FormatErrorMessage(
436 errors_.push_back(Error(path, FormatErrorMessage(
445 errors_.push_back(Error(path, FormatErrorMessage(
464 errors_.push_back(Error(path, FormatErrorMessage(
471 errors_.push_back(Error(path, FormatErrorMessage(
[all...]
/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.cc342 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, function in class:JSONSchemaValidator
350 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, function in class:JSONSchemaValidator
437 Error(path, FormatErrorMessage(kUnknownTypeReference, ref)));
603 errors_.push_back(Error(path, FormatErrorMessage(
612 errors_.push_back(Error(path, FormatErrorMessage(
678 errors_.push_back(Error(path, FormatErrorMessage(
693 errors_.push_back(Error(path, FormatErrorMessage(
702 errors_.push_back(Error(path, FormatErrorMessage(
721 errors_.push_back(Error(path, FormatErrorMessage(
728 errors_.push_back(Error(path, FormatErrorMessage(
[all...]
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc467 void DebuggerFunction::FormatErrorMessage(const std::string& format) { function in class:DebuggerFunction
469 error_ = ErrorUtils::FormatErrorMessage(
472 error_ = ErrorUtils::FormatErrorMessage(
475 error_ = ErrorUtils::FormatErrorMessage(
491 error_ = ErrorUtils::FormatErrorMessage(
516 FormatErrorMessage(keys::kNoTargetError);
530 FormatErrorMessage(keys::kNotAttachedError);
555 error_ = ErrorUtils::FormatErrorMessage(
562 FormatErrorMessage(keys::kAlreadyAttachedError);
574 error_ = ErrorUtils::FormatErrorMessage(
[all...]

Completed in 213 milliseconds