/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/ |
D | polymer-mixin.js | 1 Polymer.mixin2 = function(prototype, mixin) { argument 5 if (mixin.mixinPublish) { 7 Polymer.mixin(prototype.publish, mixin.mixinPublish); 10 if (mixin.mixinDelegates) { 12 for (var e in mixin.mixinDelegates) { 14 prototype.eventDelegates[e] = mixin.mixinDelegates[e]; 19 if (mixin.mixinObserve) { 21 for (var o in mixin.mixinObserve) { 23 prototype.observe[o] = mixin.mixinObserve[o]; 28 Polymer.mixin(prototype, mixin);
|
/external/chromium-trace/catapult/third_party/polymer/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/chromium-trace/catapult/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/chromium-trace/catapult/systrace/ |
D | pylintrc | 59 # Tells wether missing members accessed in mixin class should be ignored. A 60 # mixin class is detected if its name ends with "mixin" (case insensitive). 61 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/devil/ |
D | pylintrc | 57 # Tells wether missing members accessed in mixin class should be ignored. A 58 # mixin class is detected if its name ends with "mixin" (case insensitive). 59 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/dependency_manager/ |
D | pylintrc | 57 # Tells wether missing members accessed in mixin class should be ignored. A 58 # mixin class is detected if its name ends with "mixin" (case insensitive). 59 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/firefighter/ |
D | pylintrc | 60 # Tells wether missing members accessed in mixin class should be ignored. A 61 # mixin class is detected if its name ends with "mixin" (case insensitive). 62 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/dashboard/ |
D | pylintrc | 62 # Tells whether missing members accessed in mixin class should be ignored. A 63 # mixin class is detected if its name ends with "mixin" (case insensitive). 64 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/telemetry/ |
D | pylintrc | 66 # Tells wether missing members accessed in mixin class should be ignored. A 67 # mixin class is detected if its name ends with "mixin" (case insensitive). 68 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/ |
D | pylintrc | 64 # Tells wether missing members accessed in mixin class should be ignored. A 65 # mixin class is detected if its name ends with "mixin" (case insensitive). 66 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/perf_insights/ |
D | pylintrc | 65 # Tells wether missing members accessed in mixin class should be ignored. A 66 # mixin class is detected if its name ends with "mixin" (case insensitive). 67 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/third_party/typ/ |
D | pylintrc | 105 # Tells whether missing members accessed in mixin class should be ignored. A 106 # mixin class is detected if its name ends with "mixin" (case insensitive). 107 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
D | pylintrc | 113 # Tells wether missing members accessed in mixin class should be ignored. A 114 # mixin class is detected if its name ends with "mixin" (case insensitive). 115 ignore-mixin-members=yes
|
/external/autotest/utils/ |
D | pylintrc | 122 # Tells whether missing members accessed in mixin class should be ignored. A 123 # mixin class is detected if its name ends with "mixin" (case insensitive). 124 #ignore-mixin-members=yes
|
/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/catapult/third_party/coverage/ |
D | pylintrc | 181 # Tells wether missing members accessed in mixin class should be ignored. A 182 # mixin class is detected if its name ends with "mixin" (case insensitive). 183 ignore-mixin-members=yes
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
D | default.pylintrc | 245 # Tells whether missing members accessed in mixin class should be ignored. A 246 # mixin class is detected if its name ends with "mixin" (case insensitive). 247 # DEFAULT: ignore-mixin-members=yes
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
D | base.js | 1144 goog.mixin = function(target, source) { function
|
/external/chromium-trace/catapult/third_party/polymer/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;
|