Home
last modified time | relevance | path

Searched refs:statusText (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js7288 abort: function( statusText ) { argument
7289 statusText = statusText || "abort";
7291 transport.abort( statusText );
7293 done( 0, statusText );
7329 statusText = nativeStatusText,
7351 statusText = "notmodified";
7359 statusText = "success";
7363 statusText = "parsererror";
7370 error = statusText;
7371 if ( !statusText || status ) {
[all …]