Home
last modified time | relevance | path

Searched refs:mixin (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
Dpolymer-mixin.js1 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/
DShadowDOM.js75 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 …]
Dwebcomponents.js117 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 …]
DShadowDOM.min.js11mixin=r,e.nativePrototypeTable=P,e.oneOf=i,e.registerObject=y,e.registerWrapper=g,e.rewrap=C,e.set…
12mixin,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…
Dwebcomponents.min.js11mixin=r,e.nativePrototypeTable=P,e.oneOf=i,e.registerObject=y,e.registerWrapper=v,e.rewrap=D,e.set…
12mixin,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/
DShadowDOM.js75 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 …]
Dwebcomponents.js117 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 …]
DShadowDOM.min.js11mixin=r,e.nativePrototypeTable=P,e.oneOf=i,e.registerObject=y,e.registerWrapper=g,e.rewrap=C,e.set…
12mixin,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…
Dwebcomponents.min.js11mixin=r,e.nativePrototypeTable=P,e.oneOf=i,e.registerObject=y,e.registerWrapper=v,e.rewrap=D,e.set…
12mixin,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/
Dpylintrc59 # 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/
Dpylintrc57 # 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/
Dpylintrc57 # 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/
Dpylintrc60 # 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/
Dpylintrc62 # 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/
Dpylintrc66 # 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/
Dpylintrc64 # 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/
Dpylintrc65 # 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/
Dpylintrc105 # 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/
Dpylintrc113 # 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/
Dpylintrc122 # 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/
Dpylintrc114 # 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/
Dpylintrc181 # 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/
Ddefault.pylintrc245 # 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/
Dbase.js1144 goog.mixin = function(target, source) { function
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js6458 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;

12