Searched refs:ScaleConstraint (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Ddeltablue.js455 function ScaleConstraint(src, scale, offset, dest, strength) {
459 ScaleConstraint.superConstructor.call(this, src, dest, strength);
462 ScaleConstraint.inheritsFrom(BinaryConstraint); class
467 ScaleConstraint.prototype.addToGraph = function () {
468 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
473 ScaleConstraint.prototype.removeFromGraph = function () {
474 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
479 ScaleConstraint.prototype.markInputs = function (mark) {
480 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
487 ScaleConstraint
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js449 function ScaleConstraint(src, scale, offset, dest, strength) {
453 ScaleConstraint.superConstructor.call(this, src, dest, strength);
456 ScaleConstraint.inherits(BinaryConstraint); class
461 ScaleConstraint.prototype.addToGraph = function () {
462 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
467 ScaleConstraint.prototype.removeFromGraph = function () {
468 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
473 ScaleConstraint.prototype.markInputs = function (mark) {
474 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
481 ScaleConstraint
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js449 function ScaleConstraint(src, scale, offset, dest, strength) {
453 ScaleConstraint.superConstructor.call(this, src, dest, strength);
456 ScaleConstraint.inheritsFrom(BinaryConstraint); class
461 ScaleConstraint.prototype.addToGraph = function () {
462 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
467 ScaleConstraint.prototype.removeFromGraph = function () {
468 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
473 ScaleConstraint.prototype.markInputs = function (mark) {
474 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
481 ScaleConstraint
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js449 function ScaleConstraint(src, scale, offset, dest, strength) {
453 ScaleConstraint.superConstructor.call(this, src, dest, strength);
456 ScaleConstraint.inheritsFrom(BinaryConstraint); class
461 ScaleConstraint.prototype.addToGraph = function () {
462 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
467 ScaleConstraint.prototype.removeFromGraph = function () {
468 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
473 ScaleConstraint.prototype.markInputs = function (mark) {
474 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
481 ScaleConstraint
[all...]

Completed in 75 milliseconds