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 = UTF8ToUTF16(utf8_error);
H A Dsandboxed_unpacker.cc372 std::string utf8_error;
375 &utf8_error)) {
380 UTF8ToUTF16(utf8_error)));
389 &utf8_error);
393 ASCIIToUTF16("Manifest is invalid: " + utf8_error));
H A Dwebstore_installer.cc396 const std::string utf8_error = UTF16ToUTF8(*error); local
398 ReportFailure(utf8_error, FAILURE_REASON_OTHER);
H A Dextension_service_unittest.cc196 std::string utf8_error = UTF16ToUTF8(*iter); local
197 if (utf8_error.find(".svn") == std::string::npos) {
/external/chromium_org/extensions/common/
H A Dextension.cc96 std::string* utf8_error) {
102 utf8_error);
112 std::string* utf8_error) {
113 DCHECK(utf8_error);
120 *utf8_error = UTF16ToUTF8(error);
125 if (!manifest->ValidateManifest(utf8_error, &install_warnings)) {
133 *utf8_error = UTF16ToUTF8(error);
92 Create(const base::FilePath& path, Manifest::Location location, const base::DictionaryValue& value, int flags, std::string* utf8_error) argument
107 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 496 milliseconds