Lines Matching refs:statusText
7357 abort: function( statusText ) { argument
7358 statusText = statusText || "abort";
7360 transport.abort( statusText );
7362 done( 0, statusText );
7398 statusText = nativeStatusText,
7420 statusText = "notmodified";
7428 statusText = "success";
7432 statusText = "parsererror";
7439 error = statusText;
7440 if ( !statusText || status ) {
7441 statusText = "error";
7450 jqXHR.statusText = "" + ( nativeStatusText || statusText );
7454 deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
7456 deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
7469 completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
8163 statusText,
8208 statusText = xhr.statusText;
8211 statusText = "";
8235 complete( status, statusText, responses, responseHeaders );