Searched refs:mixin (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | ShadowDOM.js | 75 function mixin(to, from) { function 307 scope.mixin = mixin; 781 var mixin = scope.mixin; 1126 if (prototype) mixin(GenericEvent.prototype, prototype); 1152 var mouseEventProto = mixin({ 1155 var focusEventProto = mixin({ 1186 initDict = mixin(mixin({}, superDict), initDict); 1222 mixin(BeforeUnloadEvent.prototype, { 1395 var mixin = scope.mixin; 1454 mixin(TouchEvent.prototype, { [all …]
|
D | webcomponents.js | 117 function mixin(to, from) { function 349 scope.mixin = mixin; 818 var mixin = scope.mixin; 1163 if (prototype) mixin(GenericEvent.prototype, prototype); 1189 var mouseEventProto = mixin({ 1192 var focusEventProto = mixin({ 1223 initDict = mixin(mixin({}, superDict), initDict); 1259 mixin(BeforeUnloadEvent.prototype, { 1431 var mixin = scope.mixin; 1490 mixin(TouchEvent.prototype, { [all …]
|
D | ShadowDOM.min.js | 11 …mixin=r,e.nativePrototypeTable=P,e.oneOf=i,e.registerObject=y,e.registerWrapper=g,e.rewrap=C,e.set… 12 …mixin,a=e.registerWrapper,s=e.unsafeUnwrap,c=window.CharacterData;t.prototype=Object.create(r.prot… 13 …e){n.call(this,e)}var n=e.wrappers.EventTarget,r=e.wrappers.Selection,o=e.mixin,i=e.registerWrappe…
|
D | webcomponents.min.js | 11 …mixin=r,e.nativePrototypeTable=P,e.oneOf=i,e.registerObject=y,e.registerWrapper=v,e.rewrap=D,e.set… 12 …mixin,a=e.registerWrapper,s=e.unsafeUnwrap,c=window.CharacterData;t.prototype=Object.create(r.prot… 13 …e){n.call(this,e)}var n=e.wrappers.EventTarget,r=e.wrappers.Selection,o=e.mixin,i=e.registerWrappe…
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | pylintrc | 114 # Tells wether missing members accessed in mixin class should be ignored. A 115 # mixin class is detected if its name ends with "mixin" (case insensitive). 116 ignore-mixin-members=yes
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 6458 function mixin(to, from) { function 6657 mixin(el, HTMLTemplateElement.prototype); 6676 mixin(HTMLTemplateElement.prototype, { 8559 function mixin(inObj/*, inProps, inMoreProps, ...*/) { function 8591 scope.mixin = mixin; 8594 Platform.mixin = mixin;
|
D | polymer.min.js | 13 …iptor(a,b);return c||e(Object.getPrototypeOf(a),b)}}a.extend=b,a.mixin=c,Platform.mixin=c}(Polymer…
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | news.txt | 887 ``BaseRequest`` and a simple mixin which manages
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 303 /// A target-specific attribute. This class is meant to be used as a mixin
|