Searched refs:timelineTime (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | player.js | 19 var AnimationPlayerEvent = function(target, currentTime, timelineTime) { argument 22 this.timelineTime = timelineTime; 184 _tick: function(timelineTime) { argument 187 this.startTime = timelineTime - this._currentTime / this.playbackRate; 189 this._tickCurrentTime((timelineTime - this._startTime) * this.playbackRate); 193 this._fireEvents(timelineTime);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | player-finish-event.js | 21 assert.equal(event.timelineTime, 1100); 36 assert.equal(event.timelineTime, 1001); 49 assert.equal(event.timelineTime, 1, 'event must be fired on next sample');
|
D | group-player-finish-event.js | 29 assert.equal(event.timelineTime, 1100); 44 assert.equal(event.timelineTime, 1001); 57 assert.equal(event.timelineTime, 1, 'event must be fired on next sample');
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …on(a){var b=0,c=function(a,b,c){this.target=a,this.currentTime=b,this.timelineTime=c,this.type="fi…
|
D | web-animations.min.js.map | 1 …temp","concat","sequenceNumber","AnimationPlayerEvent","currentTime","timelineTime","type","bubble…
|
D | web-animations.min.js | 15 …on(a){var b=0,c=function(a,b,c){this.target=a,this.currentTime=b,this.timelineTime=c,this.type="fi…
|
D | web-animations-next.min.js.map | 1 …temp","concat","sequenceNumber","AnimationPlayerEvent","currentTime","timelineTime","bubbles","can…
|
D | web-animations-next.min.js | 15 …on(a){var b=0,c=function(a,b,c){this.target=a,this.currentTime=b,this.timelineTime=c,this.type="fi…
|