Searched refs:oncancel (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | web-animations-bonus-cancel-events.js | 17 if (document.createElement('div').animate([]).oncancel !== undefined) { 48 animation.oncancel = null; 54 var handlers = this._cancelHandlers.concat(this.oncancel ? [this.oncancel] : []);
|
D | web-animations-next-animation.js | 229 get oncancel() { getter in scope.Animation 230 return this._animation.oncancel; 232 set oncancel(v) { setter in scope.Animation 234 this._animation.oncancel = (function(e) { 239 this._animation.oncancel = v;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/ |
D | web-animations.js | 78 Animation.prototype.oncancel; method in Animation
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …oncancel){var a;if(window.performance&&performance.now)var a=function(){return performance.now()};… getter in b.Animation
|
D | web-animations-next.min.js | 15 …oncancel){var a;if(window.performance&&performance.now)var a=function(){return performance.now()};… setter in b.Animation
|
D | History.md | 96 * Added "oncancel" event handler.
|
D | web-animations.min.js | 15 …oncancel){var a;if(window.performance&&performance.now)var a=function(){return performance.now()};…
|
D | web-animations.min.js.map | 1 …tMonth","console","warn","toDateString","deprecated","Error","animate","oncancel","now","performan…
|
D | web-animations-next.min.js.map | 1 …tMonth","console","warn","toDateString","deprecated","Error","animate","oncancel","now","performan…
|
D | web-animations-next-lite.min.js.map | 1 …tMonth","console","warn","toDateString","deprecated","Error","animate","oncancel","now","performan…
|