| Index: client/dom/generated/src/wrapping/_WebKitCSSMatrixWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebKitCSSMatrixWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitCSSMatrixWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 3dee4118ed3154b139b5699cdeadb78ac6b65f7e..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_WebKitCSSMatrixWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,198 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class _WebKitCSSMatrixWrappingImplementation extends DOMWrapperBase implements WebKitCSSMatrix {
|
| - _WebKitCSSMatrixWrappingImplementation() : super() {}
|
| -
|
| - static create__WebKitCSSMatrixWrappingImplementation() native {
|
| - return new _WebKitCSSMatrixWrappingImplementation();
|
| - }
|
| -
|
| - num get a() { return _get_a(this); }
|
| - static num _get_a(var _this) native;
|
| -
|
| - void set a(num value) { _set_a(this, value); }
|
| - static void _set_a(var _this, num value) native;
|
| -
|
| - num get b() { return _get_b(this); }
|
| - static num _get_b(var _this) native;
|
| -
|
| - void set b(num value) { _set_b(this, value); }
|
| - static void _set_b(var _this, num value) native;
|
| -
|
| - num get c() { return _get_c(this); }
|
| - static num _get_c(var _this) native;
|
| -
|
| - void set c(num value) { _set_c(this, value); }
|
| - static void _set_c(var _this, num value) native;
|
| -
|
| - num get d() { return _get_d(this); }
|
| - static num _get_d(var _this) native;
|
| -
|
| - void set d(num value) { _set_d(this, value); }
|
| - static void _set_d(var _this, num value) native;
|
| -
|
| - num get e() { return _get_e(this); }
|
| - static num _get_e(var _this) native;
|
| -
|
| - void set e(num value) { _set_e(this, value); }
|
| - static void _set_e(var _this, num value) native;
|
| -
|
| - num get f() { return _get_f(this); }
|
| - static num _get_f(var _this) native;
|
| -
|
| - void set f(num value) { _set_f(this, value); }
|
| - static void _set_f(var _this, num value) native;
|
| -
|
| - num get m11() { return _get_m11(this); }
|
| - static num _get_m11(var _this) native;
|
| -
|
| - void set m11(num value) { _set_m11(this, value); }
|
| - static void _set_m11(var _this, num value) native;
|
| -
|
| - num get m12() { return _get_m12(this); }
|
| - static num _get_m12(var _this) native;
|
| -
|
| - void set m12(num value) { _set_m12(this, value); }
|
| - static void _set_m12(var _this, num value) native;
|
| -
|
| - num get m13() { return _get_m13(this); }
|
| - static num _get_m13(var _this) native;
|
| -
|
| - void set m13(num value) { _set_m13(this, value); }
|
| - static void _set_m13(var _this, num value) native;
|
| -
|
| - num get m14() { return _get_m14(this); }
|
| - static num _get_m14(var _this) native;
|
| -
|
| - void set m14(num value) { _set_m14(this, value); }
|
| - static void _set_m14(var _this, num value) native;
|
| -
|
| - num get m21() { return _get_m21(this); }
|
| - static num _get_m21(var _this) native;
|
| -
|
| - void set m21(num value) { _set_m21(this, value); }
|
| - static void _set_m21(var _this, num value) native;
|
| -
|
| - num get m22() { return _get_m22(this); }
|
| - static num _get_m22(var _this) native;
|
| -
|
| - void set m22(num value) { _set_m22(this, value); }
|
| - static void _set_m22(var _this, num value) native;
|
| -
|
| - num get m23() { return _get_m23(this); }
|
| - static num _get_m23(var _this) native;
|
| -
|
| - void set m23(num value) { _set_m23(this, value); }
|
| - static void _set_m23(var _this, num value) native;
|
| -
|
| - num get m24() { return _get_m24(this); }
|
| - static num _get_m24(var _this) native;
|
| -
|
| - void set m24(num value) { _set_m24(this, value); }
|
| - static void _set_m24(var _this, num value) native;
|
| -
|
| - num get m31() { return _get_m31(this); }
|
| - static num _get_m31(var _this) native;
|
| -
|
| - void set m31(num value) { _set_m31(this, value); }
|
| - static void _set_m31(var _this, num value) native;
|
| -
|
| - num get m32() { return _get_m32(this); }
|
| - static num _get_m32(var _this) native;
|
| -
|
| - void set m32(num value) { _set_m32(this, value); }
|
| - static void _set_m32(var _this, num value) native;
|
| -
|
| - num get m33() { return _get_m33(this); }
|
| - static num _get_m33(var _this) native;
|
| -
|
| - void set m33(num value) { _set_m33(this, value); }
|
| - static void _set_m33(var _this, num value) native;
|
| -
|
| - num get m34() { return _get_m34(this); }
|
| - static num _get_m34(var _this) native;
|
| -
|
| - void set m34(num value) { _set_m34(this, value); }
|
| - static void _set_m34(var _this, num value) native;
|
| -
|
| - num get m41() { return _get_m41(this); }
|
| - static num _get_m41(var _this) native;
|
| -
|
| - void set m41(num value) { _set_m41(this, value); }
|
| - static void _set_m41(var _this, num value) native;
|
| -
|
| - num get m42() { return _get_m42(this); }
|
| - static num _get_m42(var _this) native;
|
| -
|
| - void set m42(num value) { _set_m42(this, value); }
|
| - static void _set_m42(var _this, num value) native;
|
| -
|
| - num get m43() { return _get_m43(this); }
|
| - static num _get_m43(var _this) native;
|
| -
|
| - void set m43(num value) { _set_m43(this, value); }
|
| - static void _set_m43(var _this, num value) native;
|
| -
|
| - num get m44() { return _get_m44(this); }
|
| - static num _get_m44(var _this) native;
|
| -
|
| - void set m44(num value) { _set_m44(this, value); }
|
| - static void _set_m44(var _this, num value) native;
|
| -
|
| - WebKitCSSMatrix inverse() {
|
| - return _inverse(this);
|
| - }
|
| - static WebKitCSSMatrix _inverse(receiver) native;
|
| -
|
| - WebKitCSSMatrix multiply(WebKitCSSMatrix secondMatrix) {
|
| - return _multiply(this, secondMatrix);
|
| - }
|
| - static WebKitCSSMatrix _multiply(receiver, secondMatrix) native;
|
| -
|
| - WebKitCSSMatrix rotate(num rotX, num rotY, num rotZ) {
|
| - return _rotate(this, rotX, rotY, rotZ);
|
| - }
|
| - static WebKitCSSMatrix _rotate(receiver, rotX, rotY, rotZ) native;
|
| -
|
| - WebKitCSSMatrix rotateAxisAngle(num x, num y, num z, num angle) {
|
| - return _rotateAxisAngle(this, x, y, z, angle);
|
| - }
|
| - static WebKitCSSMatrix _rotateAxisAngle(receiver, x, y, z, angle) native;
|
| -
|
| - WebKitCSSMatrix scale(num scaleX, num scaleY, num scaleZ) {
|
| - return _scale(this, scaleX, scaleY, scaleZ);
|
| - }
|
| - static WebKitCSSMatrix _scale(receiver, scaleX, scaleY, scaleZ) native;
|
| -
|
| - void setMatrixValue(String string) {
|
| - _setMatrixValue(this, string);
|
| - return;
|
| - }
|
| - static void _setMatrixValue(receiver, string) native;
|
| -
|
| - WebKitCSSMatrix skewX(num angle) {
|
| - return _skewX(this, angle);
|
| - }
|
| - static WebKitCSSMatrix _skewX(receiver, angle) native;
|
| -
|
| - WebKitCSSMatrix skewY(num angle) {
|
| - return _skewY(this, angle);
|
| - }
|
| - static WebKitCSSMatrix _skewY(receiver, angle) native;
|
| -
|
| - String toString() {
|
| - return _toString(this);
|
| - }
|
| - static String _toString(receiver) native;
|
| -
|
| - WebKitCSSMatrix translate(num x, num y, num z) {
|
| - return _translate(this, x, y, z);
|
| - }
|
| - static WebKitCSSMatrix _translate(receiver, x, y, z) native;
|
| -
|
| - String get typeName() { return "WebKitCSSMatrix"; }
|
| -}
|
|
|