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

  /external/chromium_org/chrome/common/extensions/
webstore_install_result.h 21 OTHER_ERROR,
  /external/elfutils/0.153/libdwfl/
dwfl_error.c 169 case OTHER_ERROR (ERRNO):
176 case OTHER_ERROR (LIBELF):
178 case OTHER_ERROR (LIBDW):
181 case OTHER_ERROR (LIBEBL):
libdwflP.h 104 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16)
105 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno))
  /external/chromium_org/chrome/browser/resources/cryptotoken/
errorcodes.js 17 'OTHER_ERROR': 1,
enroller.js 34 sendErrorResponse(ErrorCodes.OTHER_ERROR);
80 sendErrorResponse(ErrorCodes.OTHER_ERROR);
399 self.notifyError_({errorCode: ErrorCodes.OTHER_ERROR});
signer.js 514 this.notifyError_({errorCode: ErrorCodes.OTHER_ERROR});
webrequest.js 247 errorCode: ErrorCodes.OTHER_ERROR,
  /external/chromium_org/chrome/browser/extensions/
webstore_reinstaller.cc 97 false, kCouldNotUninstallExtension, webstore_install::OTHER_ERROR);
webstore_standalone_installer.cc 65 webstore_install::Result result = webstore_install::OTHER_ERROR;
388 webstore_install::Result install_result = webstore_install::OTHER_ERROR;
415 webstore_install::Result install_result = webstore_install::OTHER_ERROR;
extension_messages_apitest.cc 159 OTHER_ERROR = 4,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 107 extensions::webstore_install::OTHER_ERROR);
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.cc 135 webstore_install::Result result = webstore_install::OTHER_ERROR;
228 webstore_install::Result result = webstore_install::OTHER_ERROR;
249 webstore_install::Result result = webstore_install::OTHER_ERROR;
332 AbortLaunch(webstore_install::OTHER_ERROR, std::string());
413 webstore_install::Result result = webstore_install::OTHER_ERROR;
ephemeral_app_launcher_browsertest.cc 142 result_(webstore_install::OTHER_ERROR) {}
  /external/chromium_org/extensions/browser/value_store/
value_store.h 39 OTHER_ERROR,
leveldb_value_store.cc 395 return Error::Create(OTHER_ERROR, kCannotSerialize, util::NewKey(key));
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper_unittest.cc 55 enum ErrorType { DNS_ERROR, OTHER_ERROR };
115 FailProvisionalLoad(MAIN_FRAME, OTHER_ERROR);
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 683 case webstore_install::OTHER_ERROR:

Completed in 242 milliseconds