Searched refs:utf8_error (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
H A D | convert_user_script.cc | 175 std::string utf8_error; local 181 &utf8_error); 182 *error = UTF8ToUTF16(utf8_error);
|
H A D | sandboxed_unpacker.cc | 372 std::string utf8_error; 375 &utf8_error)) { 380 UTF8ToUTF16(utf8_error))); 389 &utf8_error); 393 ASCIIToUTF16("Manifest is invalid: " + utf8_error));
|
H A D | webstore_installer.cc | 286 const std::string utf8_error = UTF16ToUTF8(*error); local 288 ReportFailure(utf8_error, FAILURE_REASON_OTHER);
|
H A D | extension_service_unittest.cc | 181 std::string utf8_error = UTF16ToUTF8(*iter); local 182 if (utf8_error.find(".svn") == std::string::npos) {
|
/external/chromium_org/chrome/common/extensions/ |
H A D | extension.cc | 127 std::string* utf8_error) { 133 utf8_error); 143 std::string* utf8_error) { 144 DCHECK(utf8_error); 151 *utf8_error = UTF16ToUTF8(error); 156 if (!manifest->ValidateManifest(utf8_error, &install_warnings)) { 164 *utf8_error = UTF16ToUTF8(error); 123 Create(const base::FilePath& path, Manifest::Location location, const base::DictionaryValue& value, int flags, std::string* utf8_error) argument 138 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 577 milliseconds