HomeSort by relevance Sort by last modified time
    Searched refs:utf8_error (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 175 std::string utf8_error; local
181 &utf8_error);
182 *error = UTF8ToUTF16(utf8_error);
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));
webstore_installer.cc 286 const std::string utf8_error = UTF16ToUTF8(*error); local
288 ReportFailure(utf8_error, FAILURE_REASON_OTHER);
extension_service_unittest.cc 181 std::string utf8_error = UTF16ToUTF8(*iter); local
182 if (utf8_error.find(".svn") == std::string::npos) {
    [all...]
  /external/chromium_org/chrome/common/extensions/
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);

Completed in 74 milliseconds