Searched refs:gotoEnd (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/jquery/ |
D | jquery-2.1.4.js | 6588 stop: function( gotoEnd ) { argument 6592 length = gotoEnd ? animation.tweens.length : 0; 6602 if ( gotoEnd ) { 6603 deferred.resolveWith( elem, [ animation, gotoEnd ] ); 6605 deferred.rejectWith( elem, [ animation, gotoEnd ] ); 6731 stop: function( type, clearQueue, gotoEnd ) { argument 6735 stop( gotoEnd ); 6739 gotoEnd = clearQueue; 6767 timers[ index ].anim.stop( gotoEnd ); 6776 if ( dequeue || !gotoEnd ) {
|
D | jquery-2.1.4.min.map | 1 …urrentTime","startTime","tweens","originalProperties","originalOptions","gotoEnd","rejectWith","ti…
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.js | 8672 stop: function( gotoEnd ) { argument 8676 length = gotoEnd ? animation.tweens.length : 0; 8684 if ( gotoEnd ) { 8685 deferred.resolveWith( elem, [ animation, gotoEnd ] ); 8687 deferred.rejectWith( elem, [ animation, gotoEnd ] ); 9046 stop: function( type, clearQueue, gotoEnd ) { argument 9050 stop( gotoEnd ); 9054 gotoEnd = clearQueue; 9082 timers[ index ].anim.stop( gotoEnd ); 9091 if ( dequeue || !gotoEnd ) {
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 8471 stop: function( type, clearQueue, gotoEnd ) { argument 8473 gotoEnd = clearQueue; 8488 if ( !gotoEnd ) { 8495 hooks.stop( gotoEnd ); 8510 if ( gotoEnd ) { 8525 if ( !( gotoEnd && hadTimers ) ) { 8659 function t( gotoEnd ) { argument 8660 return self.step( gotoEnd ); 8708 step: function( gotoEnd ) { argument 8715 if ( gotoEnd || t >= options.duration + this.startTime ) {
|
/external/opencv3/modules/videoio/src/ |
D | cap_qtkit.mm | 673 [mCaptureSession gotoEnd];
|