Home
last modified time | relevance | path

Searched refs:FormatErrorMessage (Results 1 – 25 of 72) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/manifest_tests/
Dextension_manifests_launch_unittest.cc52 ErrorUtils::FormatErrorMessage( in TEST_F()
56 ErrorUtils::FormatErrorMessage( in TEST_F()
60 ErrorUtils::FormatErrorMessage( in TEST_F()
64 ErrorUtils::FormatErrorMessage( in TEST_F()
79 ErrorUtils::FormatErrorMessage( in TEST_F()
83 ErrorUtils::FormatErrorMessage( in TEST_F()
87 ErrorUtils::FormatErrorMessage( in TEST_F()
91 ErrorUtils::FormatErrorMessage( in TEST_F()
95 ErrorUtils::FormatErrorMessage( in TEST_F()
99 ErrorUtils::FormatErrorMessage( in TEST_F()
[all …]
Dextension_manifests_requirements_unittest.cc24 ErrorUtils::FormatErrorMessage( in TEST_F()
27 ErrorUtils::FormatErrorMessage( in TEST_F()
30 ErrorUtils::FormatErrorMessage( in TEST_F()
33 ErrorUtils::FormatErrorMessage( in TEST_F()
36 ErrorUtils::FormatErrorMessage( in TEST_F()
39 ErrorUtils::FormatErrorMessage( in TEST_F()
42 ErrorUtils::FormatErrorMessage( in TEST_F()
Dextension_manifests_web_unittest.cc22 ErrorUtils::FormatErrorMessage( in TEST_F()
27 ErrorUtils::FormatErrorMessage( in TEST_F()
33 ErrorUtils::FormatErrorMessage( in TEST_F()
38 ErrorUtils::FormatErrorMessage( in TEST_F()
43 ErrorUtils::FormatErrorMessage( in TEST_F()
Dextension_manifests_chromepermission_unittest.cc22 ErrorUtils::FormatErrorMessage( in TEST_F()
44 ErrorUtils::FormatErrorMessage( in TEST_F()
Dextension_manifests_webview_accessible_resources_unittest.cc101 ErrorUtils::FormatErrorMessage( in TEST_F()
110 ErrorUtils::FormatErrorMessage( in TEST_F()
/external/chromium_org/extensions/common/
Derror_utils.cc12 std::string ErrorUtils::FormatErrorMessage(const std::string& format, in FormatErrorMessage() function in extensions::ErrorUtils
19 std::string ErrorUtils::FormatErrorMessage(const std::string& format, in FormatErrorMessage() function in extensions::ErrorUtils
28 std::string ErrorUtils::FormatErrorMessage(const std::string& format, in FormatErrorMessage() function in extensions::ErrorUtils
41 return base::UTF8ToUTF16(FormatErrorMessage(format, s1)); in FormatErrorMessageUTF16()
47 return base::UTF8ToUTF16(FormatErrorMessage(format, s1, s2)); in FormatErrorMessageUTF16()
54 return base::UTF8ToUTF16(FormatErrorMessage(format, s1, s2, s3)); in FormatErrorMessageUTF16()
Derror_utils.h17 static std::string FormatErrorMessage(const std::string& format,
20 static std::string FormatErrorMessage(const std::string& format,
24 static std::string FormatErrorMessage(const std::string& format,
/external/chromium_org/components/json_schema/
Djson_schema_validator_unittest_base.cc102 JSONSchemaValidator::FormatErrorMessage( in TestComplex()
114 JSONSchemaValidator::FormatErrorMessage( in TestComplex()
134 JSONSchemaValidator::FormatErrorMessage( in TestStringPattern()
229 JSONSchemaValidator::FormatErrorMessage( in TestObject()
256 JSONSchemaValidator::FormatErrorMessage( in TestObject()
262 JSONSchemaValidator::FormatErrorMessage( in TestObject()
286 "extra", JSONSchemaValidator::FormatErrorMessage( in TestObject()
303 "bar", JSONSchemaValidator::FormatErrorMessage( in TestObject()
309 "bar", JSONSchemaValidator::FormatErrorMessage( in TestObject()
362 "baz", JSONSchemaValidator::FormatErrorMessage( in TestTypeReference()
[all …]
Djson_schema_validator.cc372 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, in FormatErrorMessage() function in JSONSchemaValidator
380 std::string JSONSchemaValidator::FormatErrorMessage(const std::string& format, in FormatErrorMessage() function in JSONSchemaValidator
467 Error(path, FormatErrorMessage(kUnknownTypeReference, ref))); in Validate()
620 FormatErrorMessage( in ValidateObject()
668 errors_.push_back(Error(path, FormatErrorMessage( in ValidateArray()
677 errors_.push_back(Error(path, FormatErrorMessage( in ValidateArray()
743 errors_.push_back(Error(path, FormatErrorMessage( in ValidateTuple()
758 errors_.push_back(Error(path, FormatErrorMessage( in ValidateString()
767 errors_.push_back(Error(path, FormatErrorMessage( in ValidateString()
780 FormatErrorMessage(kInvalidRegex, pattern, compiled_regex.error()))); in ValidateString()
[all …]
Djson_schema_validator.h104 static std::string FormatErrorMessage(const std::string& format,
106 static std::string FormatErrorMessage(const std::string& format,
/external/chromium_org/base/json/
Djson_parser_unittest.cc218 EXPECT_EQ(JSONParser::FormatErrorMessage(5, 10, JSONReader::kSyntaxError), in TEST_F()
231 EXPECT_EQ(JSONParser::FormatErrorMessage(5, 10, JSONReader::kSyntaxError), in TEST_F()
239 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 3, in TEST_F()
251 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 100, JSONReader::kTooMuchNesting), in TEST_F()
258 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 4, JSONReader::kTrailingComma), in TEST_F()
265 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 2, in TEST_F()
273 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 14, JSONReader::kTrailingComma), in TEST_F()
279 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 2, JSONReader::kSyntaxError), in TEST_F()
286 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 7, JSONReader::kInvalidEscape), in TEST_F()
293 EXPECT_EQ(JSONParser::FormatErrorMessage(1, 7, JSONReader::kInvalidEscape), in TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/permissions/
Dpermissions_api_helpers.cc93 *error = ErrorUtils::FormatErrorMessage(kInvalidParameter, *it); in UnpackPermissionSet()
112 *error = ErrorUtils::FormatErrorMessage(kInvalidParameter, *it); in UnpackPermissionSet()
119 *error = ErrorUtils::FormatErrorMessage( in UnpackPermissionSet()
142 *error = ErrorUtils::FormatErrorMessage( in UnpackPermissionSet()
Dpermissions_api.cc94 error_ = ErrorUtils::FormatErrorMessage( in RunSync()
172 error_ = ErrorUtils::FormatErrorMessage( in RunAsync()
/external/chromium_org/extensions/common/manifest_handlers/
Dexternally_connectable_unittest.cc244 ErrorUtils::FormatErrorMessage(errors::kErrorInvalidId, "badid")); in TEST_F()
249 ErrorUtils::FormatErrorMessage( in TEST_F()
256 ErrorUtils::FormatErrorMessage(errors::kErrorWildcardHostsNotAllowed, in TEST_F()
268 ErrorUtils::FormatErrorMessage(errors::kErrorWildcardHostsNotAllowed, in TEST_F()
280 ErrorUtils::FormatErrorMessage(errors::kErrorTopLevelDomainsNotAllowed, in TEST_F()
293 ErrorUtils::FormatErrorMessage(errors::kErrorTopLevelDomainsNotAllowed, in TEST_F()
306 ErrorUtils::FormatErrorMessage(errors::kErrorTopLevelDomainsNotAllowed, in TEST_F()
Dexternally_connectable.cc122 InstallWarning(ErrorUtils::FormatErrorMessage( in FromValue()
152 InstallWarning(ErrorUtils::FormatErrorMessage( in FromValue()
/external/chromium_org/chrome/browser/extensions/api/management/
Dmanagement_api.cc320 error_ = ErrorUtils::FormatErrorMessage(keys::kNoExtensionError, in RunSync()
339 error_ = ErrorUtils::FormatErrorMessage(keys::kNoExtensionError, in RunSync()
490 error_ = ErrorUtils::FormatErrorMessage(keys::kNoExtensionError, in RunSync()
495 error_ = ErrorUtils::FormatErrorMessage(keys::kNotAnAppError, in RunSync()
533 error_ = ErrorUtils::FormatErrorMessage( in RunAsync()
543 error_ = ErrorUtils::FormatErrorMessage( in RunAsync()
602 error_ = ErrorUtils::FormatErrorMessage( in Uninstall()
610 error_ = ErrorUtils::FormatErrorMessage( in Uninstall()
651 error_ = ErrorUtils::FormatErrorMessage(keys::kNoExtensionError, in Finish()
664 error_ = ErrorUtils::FormatErrorMessage( in Finish()
[all …]
/external/chromium_org/chrome/browser/extensions/api/alarms/
Dalarms_api.cc56 warnings->push_back(ErrorUtils::FormatErrorMessage( in ValidateAlarmCreateInfo()
62 warnings->push_back(ErrorUtils::FormatErrorMessage( in ValidateAlarmCreateInfo()
72 warnings->push_back(ErrorUtils::FormatErrorMessage( in ValidateAlarmCreateInfo()
78 warnings->push_back(ErrorUtils::FormatErrorMessage( in ValidateAlarmCreateInfo()
/external/chromium_org/chrome/browser/extensions/api/debugger/
Ddebugger_api.cc497 void DebuggerFunction::FormatErrorMessage(const std::string& format) { in FormatErrorMessage() function in extensions::DebuggerFunction
499 error_ = ErrorUtils::FormatErrorMessage( in FormatErrorMessage()
502 error_ = ErrorUtils::FormatErrorMessage( in FormatErrorMessage()
505 error_ = ErrorUtils::FormatErrorMessage( in FormatErrorMessage()
550 FormatErrorMessage(keys::kNoTargetError); in InitAgentHost()
564 FormatErrorMessage(keys::kNotAttachedError); in InitClientHost()
589 error_ = ErrorUtils::FormatErrorMessage( in RunAsync()
596 FormatErrorMessage(keys::kAlreadyAttachedError); in RunAsync()
609 error_ = ErrorUtils::FormatErrorMessage( in RunAsync()
/external/chromium_org/chrome/browser/extensions/api/location/
Dlocation_api.cc35 error_ = ErrorUtils::FormatErrorMessage( in RunSync()
44 error_ = ErrorUtils::FormatErrorMessage( in RunSync()
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
Dfile_browser_handler_manifest_unittest.cc30 extensions::ErrorUtils::FormatErrorMessage( in TEST_F()
47 extensions::ErrorUtils::FormatErrorMessage( in TEST_F()
50 extensions::ErrorUtils::FormatErrorMessage( in TEST_F()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dcontent_scripts_manifest_unittest.cc26 ErrorUtils::FormatErrorMessage( in TEST_F()
35 ErrorUtils::FormatErrorMessage(errors::kInvalidMatch, in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc143 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
157 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
229 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in Create()
237 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in Create()
562 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in PrepareHeaderMatcher()
569 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in PrepareHeaderMatcher()
734 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
840 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dwindows_util.cc40 function->SetError(extensions::ErrorUtils::FormatErrorMessage( in GetWindowFromWindowID()
/external/chromium_org/chrome/browser/extensions/api/context_menus/
Dcontext_menus_api_helpers.cc41 *error = ErrorUtils::FormatErrorMessage( in GetParent()
/external/chromium_org/chrome/browser/infobars/
Dinfobar_extension_api.cc44 error_ = extensions::ErrorUtils::FormatErrorMessage( in RunSync()

123