Searched refs:utf8_error (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dconvert_user_script.cc175 std::string utf8_error; local
181 &utf8_error);
182 *error = base::UTF8ToUTF16(utf8_error);
H A Dsandboxed_unpacker.cc380 std::string utf8_error;
383 &utf8_error)) {
388 base::UTF8ToUTF16(utf8_error)));
397 &utf8_error);
401 ASCIIToUTF16("Manifest is invalid: " + utf8_error));
H A Dwebstore_installer.cc369 const std::string utf8_error = base::UTF16ToUTF8(*error); local
373 ReportFailure(utf8_error, FAILURE_REASON_OTHER);
H A Dextension_service_unittest.cc204 std::string utf8_error = base::UTF16ToUTF8(*iter); local
205 if (utf8_error.find(".svn") == std::string::npos) {
/external/chromium_org/extensions/common/
H A Dextension.cc92 std::string* utf8_error) {
98 utf8_error);
108 std::string* utf8_error) {
109 DCHECK(utf8_error);
116 *utf8_error = base::UTF16ToUTF8(error);
121 if (!manifest->ValidateManifest(utf8_error, &install_warnings)) {
129 *utf8_error = base::UTF16ToUTF8(error);
88 Create(const base::FilePath& path, Manifest::Location location, const base::DictionaryValue& value, int flags, std::string* utf8_error) argument
103 Create(const base::FilePath& path, Manifest::Location location, const base::DictionaryValue& value, int flags, const std::string& explicit_id, std::string* utf8_error) argument

Completed in 158 milliseconds