HomeSort by relevance Sort by last modified time
    Searched full:onerror (Results 51 - 75 of 301) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/indexeddb/
database-quota.html 21 request.onerror = unexpectedErrorCallback;
30 request.onerror = unexpectedErrorCallback;
95 request.onerror = logError;
cursor-skip-deleted.html 28 request.onerror = unexpectedErrorCallback;
37 request.onerror = unexpectedErrorCallback;
65 objectStore.delete(i).onerror = silentErrorHandler;
67 objectStore.add({id: i, name: names[i]}).onerror = unexpectedErrorCallback;
95 request.onerror = unexpectedErrorCallback;
133 request.onerror = unexpectedErrorCallback;
request-event-propagation.html 21 request.onerror = unexpectedErrorCallback;
30 request.onerror = unexpectedErrorCallback;
45 request.onerror = unexpectedErrorCallback;
54 evalAndLog("trans.onerror = allowDefault");
87 request.onerror = errorFiredCallback;
193 request.onerror = unexpectedErrorCallback;
cursor-continue.html 45 result.onerror = unexpectedErrorCallback;
54 result.onerror = unexpectedErrorCallback;
75 result.onerror = unexpectedErrorCallback;
83 request.onerror = unexpectedErrorCallback;
138 request.onerror = unexpectedErrorCallback;
objectstore-cursor.html 33 request.onerror = unexpectedErrorCallback;
42 request.onerror = unexpectedErrorCallback;
62 request.onerror = unexpectedErrorCallback;
159 request.onerror = unexpectedErrorCallback;
225 request.onerror = unexpectedErrorCallback;
transaction-event-propagation.html 21 request.onerror = unexpectedErrorCallback;
30 request.onerror = unexpectedErrorCallback;
44 request.onerror = unexpectedErrorCallback;
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 69 public void onError(int errorCode, String errorMessage) {
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
IAccountAuthenticatorResponse.aidl 27 void onError(int errorCode, String errorMessage);
IAccountManagerResponse.aidl 26 void onError(int errorCode, String errorMessage);
AccountManagerResponse.java 50 public void onError(int errorCode, String errorMessage) {
52 mResponse.onError(errorCode, errorMessage);
  /external/webkit/LayoutTests/http/tests/appcache/
main-resource-redirect.html 37 applicationCache.onerror = function() { setNetworkEnabled(true); window.location.reload(); }
max-size.html 19 applicationCache.onerror = function() { log("SUCCESS"); }
fallback.html 79 req.onerror = function() {
99 req.onerror = function() {
153 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
online-fallback-layering.html 35 applicationCache.onerror = function() { testComplete('FAIL - onerror'); }
  /external/webkit/LayoutTests/http/tests/appcache/resources/
different-https-origin-resource.html 33 applicationCache.onerror = function() { error(); }
offline-access-frame.html 19 applicationCache.onerror = function() { log("error"); test() }
remove-cache-frame-2.html 29 applicationCache.onerror = function() { log("error"); alert("Unexpected error event in frame") }
subframe-3.html 23 applicationCache.onerror = function() { alert("Unexpected error event") }
subframe-4.html 23 applicationCache.onerror = function() { alert("Unexpected error event") }
xhr-foreign-resource-frame.html 33 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
template.js 14 // onerror = err;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 86 void OnError (int err) const THROWS(NCursesPanelException)
136 OnError (::hide_panel(p));
142 OnError (::show_panel(p));
148 OnError (::top_panel(p));
154 OnError (::bottom_panel(p));
162 OnError(::move_panel(p, y, x));
181 OnError(ERR);
187 OnError(ERR);
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 148 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "A key was supplied for an objectStore that has a keyPath."));
171 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "The generated key could not be inserted into the object using the keyPath."));
182 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "The key could not be fetched from the keyPath."));
187 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "The key fetched from the keyPath does not match the key of the cursor."));
195 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "No key supplied"));
210 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "NULL key is not allowed."));
218 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "The key could not be fetched from an index's keyPath."));
222 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "One of the derived (from a keyPath) keys for an index is NULL."));
226 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "One of the derived (from a keyPath) keys for an index does not satisfy its uniqueness requirements."));
236 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::CONSTRAINT_ERR, "Key already exists in the object s (…)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
TimeConsumingPreferenceActivity.java 19 public void onError(Preference preference, int error);
155 public void onError(Preference preference, int error) {
157 if (DBG) Log.d(LOG_TAG, "onError, preference=" + preference.getKey() + ", error=" + error);
166 onError(preference, FDN_CHECK_FAILURE);
169 onError(preference, EXCEPTION_ERROR);
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 89 arg3->OnError(error);
93 arg3->OnError(error);

Completed in 1329 milliseconds

1 23 4 5 6 7 8 91011>>