Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js7935 globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?
8155 globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
8274 globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError",
8282 globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
Djquery-2.1.4.min.map1 …,"responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDe…
/external/chromium-trace/catapult/third_party/flot/
Djquery.js7650 globalEventContext = callbackContext !== s &&
7813 globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ),
7821 globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
7975 globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js7230 globalEventContext = callbackContext !== s &&
7409 globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ),
7417 globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
7569 globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); field