/external/chromium_org/chrome/common/extensions/manifest_tests/ |
D | extension_manifests_launch_unittest.cc | 52 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 …]
|
D | extension_manifests_requirements_unittest.cc | 24 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()
|
D | extension_manifests_web_unittest.cc | 22 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()
|
D | extension_manifests_chromepermission_unittest.cc | 22 ErrorUtils::FormatErrorMessage( in TEST_F() 44 ErrorUtils::FormatErrorMessage( in TEST_F()
|
D | extension_manifests_webview_accessible_resources_unittest.cc | 101 ErrorUtils::FormatErrorMessage( in TEST_F() 110 ErrorUtils::FormatErrorMessage( in TEST_F()
|
/external/chromium_org/extensions/common/ |
D | error_utils.cc | 12 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()
|
D | error_utils.h | 17 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/ |
D | json_schema_validator_unittest_base.cc | 102 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 …]
|
D | json_schema_validator.cc | 372 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 …]
|
D | json_schema_validator.h | 104 static std::string FormatErrorMessage(const std::string& format, 106 static std::string FormatErrorMessage(const std::string& format,
|
/external/chromium_org/base/json/ |
D | json_parser_unittest.cc | 218 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/ |
D | permissions_api_helpers.cc | 93 *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()
|
D | permissions_api.cc | 94 error_ = ErrorUtils::FormatErrorMessage( in RunSync() 172 error_ = ErrorUtils::FormatErrorMessage( in RunAsync()
|
/external/chromium_org/extensions/common/manifest_handlers/ |
D | externally_connectable_unittest.cc | 244 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()
|
D | externally_connectable.cc | 122 InstallWarning(ErrorUtils::FormatErrorMessage( in FromValue() 152 InstallWarning(ErrorUtils::FormatErrorMessage( in FromValue()
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
D | management_api.cc | 320 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/ |
D | alarms_api.cc | 56 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/ |
D | debugger_api.cc | 497 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/ |
D | location_api.cc | 35 error_ = ErrorUtils::FormatErrorMessage( in RunSync() 44 error_ = ErrorUtils::FormatErrorMessage( in RunSync()
|
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/ |
D | file_browser_handler_manifest_unittest.cc | 30 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/ |
D | content_scripts_manifest_unittest.cc | 26 ErrorUtils::FormatErrorMessage( in TEST_F() 35 ErrorUtils::FormatErrorMessage(errors::kInvalidMatch, in TEST_F()
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
D | webrequest_condition_attribute.cc | 143 *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/ |
D | windows_util.cc | 40 function->SetError(extensions::ErrorUtils::FormatErrorMessage( in GetWindowFromWindowID()
|
/external/chromium_org/chrome/browser/extensions/api/context_menus/ |
D | context_menus_api_helpers.cc | 41 *error = ErrorUtils::FormatErrorMessage( in GetParent()
|
/external/chromium_org/chrome/browser/infobars/ |
D | infobar_extension_api.cc | 44 error_ = extensions::ErrorUtils::FormatErrorMessage( in RunSync()
|