Searched refs:postError (Results 1 – 2 of 2) sorted by relevance
97 postError(callback, Error.AUTH_FAILED); in doRetrieveHostList()101 postError(callback, Error.SERVICE_UNAVAILABLE); in doRetrieveHostList()104 postError(callback, Error.UNKNOWN); in doRetrieveHostList()120 postError(callback, Error.NETWORK_ERROR); in doRetrieveHostList()151 postError(callback, Error.UNEXPECTED_RESPONSE); in doRetrieveHostList()168 private void postError(Callback callback, Error error) { in postError() method in HostListLoader
922 } else if ( window.opera && opera.postError ) {923 opera.postError(message, exception, callback.toString);