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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/chromium/src/
IDBCallbacksProxy.cpp 62 void IDBCallbacksProxy::onError(PassRefPtr<IDBDatabaseError> idbDatabaseError)
64 m_callbacks->onError(WebIDBDatabaseError(idbDatabaseError));
WebIDBCallbacksImpl.cpp 57 void WebIDBCallbacksImpl::onError(const WebIDBDatabaseError& error)
59 m_callbacks->onError(error);
  /frameworks/base/core/java/android/speech/
RecognitionService.java 101 listener.onError(SpeechRecognizer.ERROR_RECOGNIZER_BUSY);
103 Log.d(TAG, "onError call from startListening failed");
112 listener.onError(SpeechRecognizer.ERROR_CLIENT);
115 listener.onError(SpeechRecognizer.ERROR_RECOGNIZER_BUSY);
120 } catch (RemoteException e) { // occurs if onError fails
121 Log.d(TAG, "onError call from stopListening failed");
166 listener.onError(SpeechRecognizer.ERROR_INSUFFICIENT_PERMISSIONS);
255 mListener.onError(error);
  /frameworks/base/drm/java/android/drm/
DrmErrorEvent.java 23 * {@link DrmManagerClient.OnErrorListener#onError onError()} callback.
  /frameworks/base/voip/java/android/net/sip/
SipErrorCode.java 22 * {@link SipSession.Listener#onError onError()},
SipAudioCall.java 156 public void onError(SipAudioCall call, int errorCode,
164 * not re-directed to this callback and are handled in {@link #onError}.
232 listener.onError(this, mErrorCode, mErrorMessage);
500 listener.onError(SipAudioCall.this, mErrorCode,
509 public void onError(SipSession session, int errorCode,
511 SipAudioCall.this.onError(errorCode, message);
557 private void onError(int errorCode, String message) {
565 listener.onError(this, errorCode, message);
567 Log.i(TAG, "onError(): " + t);
609 * and {@link Listener#onError onError(SipAudioCall, SipErrorCode.TIME_OUT, String)
    [all...]
SipSessionAdapter.java 53 public void onError(ISipSession session, int errorCode, String message) {
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 199 // SipSessionImpl removes itself from mSessionMap in onError() in the
202 s.onError(SipErrorCode.DATA_CONNECTION_LOST,
366 session.onError(e);
501 void onError(int errorCode, String description);
546 onError(SipErrorCode.TIME_OUT, "Session timed out!");
650 onError(e);
693 onError(SipErrorCode.IN_PROGRESS,
803 onError(new SipException("dialog terminated"));
850 onError(SipErrorCode.TRANSACTION_TERMINTED,
    [all...]
  /external/chromium/app/sql/
diagnostic_error_delegate.h 28 virtual int OnError(int error, Connection* connection,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html 132 function getInboxCount(onSuccess, onError) {
148 if (onError)
149 onError();
173 xhr.onerror = function(error) {
  /external/webkit/LayoutTests/http/tests/appcache/
destroyed-frame.html 32 ifrCache.onerror = function() { }
idempotent-update.html 52 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
manifest-parsing.html 63 applicationCache.onerror = function() { log("error") }
top-frame-1.html 32 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
top-frame-2.html 57 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
  /external/webkit/LayoutTests/storage/indexeddb/
error-causes-abort-by-default-expected.txt 39 Omitting an onerror handler
transaction-basics.html 24 request.onerror = unexpectedErrorCallback;
33 request.onerror = unexpectedErrorCallback;
172 request.onerror = unexpectedErrorCallback;
194 request.onerror = unexpectedErrorCallback;
transaction-crash-on-abort.html 24 request.onerror = unexpectedErrorCallback;
index-cursor.html 34 result.onerror = unexpectedErrorCallback;
43 result.onerror = unexpectedErrorCallback;
64 result.onerror = unexpectedErrorCallback;
181 request.onerror = unexpectedErrorCallback;
248 request.onerror = unexpectedErrorCallback;
transaction-and-objectstore-calls.html 24 request.onerror = unexpectedErrorCallback;
32 request.onerror = unexpectedErrorCallback;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-001.js 16 this test uses onerror to capture line numbers. because
lexical-002.js 16 this test uses onerror to capture line numbers. because
  /external/webkit/Source/WebCore/manual-tests/
layoutroot_detach.xml 27 i.onerror = boomie;
  /packages/apps/Camera/src/com/android/camera/
CameraErrorCallback.java 25 public void onError(int error, android.hardware.Camera camera) {
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 98 protected void onError(int errorId) {
137 onError(CERT_READ_ERROR);
145 onError(CERT_TOO_LARGE_ERROR);
150 onError(CERT_FILE_MISSING_ERROR);

Completed in 1743 milliseconds

1 2 34 5 6 7 8 91011>>