Home
last modified time | relevance | path

Searched refs:superConstructor (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Ddeltablue.js55 this.superConstructor = shuper;
216 UnaryConstraint.superConstructor.call(this, strength);
297 StayConstraint.superConstructor.call(this, v, str);
315 EditConstraint.superConstructor.call(this, v, str);
345 BinaryConstraint.superConstructor.call(this, strength);
462 ScaleConstraint.superConstructor.call(this, src, dest, strength);
471 ScaleConstraint.superConstructor.prototype.addToGraph.call(this); class in ScaleConstraint
477 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
483 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
518 EqualityConstraint.superConstructor.call(this, var1, var2, strength);