Home | History | Annotate | Download | only in flot

Lines Matching refs:callbackContext

7646 			callbackContext = s.context || s,
7648 // It's the callbackContext if one was provided in the options
7650 globalEventContext = callbackContext !== s &&
7651 ( callbackContext.nodeType || callbackContext instanceof jQuery ) ?
7652 jQuery( callbackContext ) : jQuery.event,
7803 deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
7805 deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
7818 completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
7951 if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {