Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: client/dom/generated/src/wrapping/_WebKitCSSMatrixWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 class _WebKitCSSMatrixWrappingImplementation extends DOMWrapperBase implements W ebKitCSSMatrix { 7 class _WebKitCSSMatrixWrappingImplementation extends DOMWrapperBase implements W ebKitCSSMatrix {
8 _WebKitCSSMatrixWrappingImplementation() : super() {} 8 _WebKitCSSMatrixWrappingImplementation() : super() {}
9 9
10 static create__WebKitCSSMatrixWrappingImplementation() native { 10 static create__WebKitCSSMatrixWrappingImplementation() native {
11 return new _WebKitCSSMatrixWrappingImplementation(); 11 return new _WebKitCSSMatrixWrappingImplementation();
12 } 12 }
13 13
14 num get a() { return _get__WebKitCSSMatrix_a(this); } 14 num get a() { return _get_a(this); }
15 static num _get__WebKitCSSMatrix_a(var _this) native; 15 static num _get_a(var _this) native;
16 16
17 void set a(num value) { _set__WebKitCSSMatrix_a(this, value); } 17 void set a(num value) { _set_a(this, value); }
18 static void _set__WebKitCSSMatrix_a(var _this, num value) native; 18 static void _set_a(var _this, num value) native;
19 19
20 num get b() { return _get__WebKitCSSMatrix_b(this); } 20 num get b() { return _get_b(this); }
21 static num _get__WebKitCSSMatrix_b(var _this) native; 21 static num _get_b(var _this) native;
22 22
23 void set b(num value) { _set__WebKitCSSMatrix_b(this, value); } 23 void set b(num value) { _set_b(this, value); }
24 static void _set__WebKitCSSMatrix_b(var _this, num value) native; 24 static void _set_b(var _this, num value) native;
25 25
26 num get c() { return _get__WebKitCSSMatrix_c(this); } 26 num get c() { return _get_c(this); }
27 static num _get__WebKitCSSMatrix_c(var _this) native; 27 static num _get_c(var _this) native;
28 28
29 void set c(num value) { _set__WebKitCSSMatrix_c(this, value); } 29 void set c(num value) { _set_c(this, value); }
30 static void _set__WebKitCSSMatrix_c(var _this, num value) native; 30 static void _set_c(var _this, num value) native;
31 31
32 num get d() { return _get__WebKitCSSMatrix_d(this); } 32 num get d() { return _get_d(this); }
33 static num _get__WebKitCSSMatrix_d(var _this) native; 33 static num _get_d(var _this) native;
34 34
35 void set d(num value) { _set__WebKitCSSMatrix_d(this, value); } 35 void set d(num value) { _set_d(this, value); }
36 static void _set__WebKitCSSMatrix_d(var _this, num value) native; 36 static void _set_d(var _this, num value) native;
37 37
38 num get e() { return _get__WebKitCSSMatrix_e(this); } 38 num get e() { return _get_e(this); }
39 static num _get__WebKitCSSMatrix_e(var _this) native; 39 static num _get_e(var _this) native;
40 40
41 void set e(num value) { _set__WebKitCSSMatrix_e(this, value); } 41 void set e(num value) { _set_e(this, value); }
42 static void _set__WebKitCSSMatrix_e(var _this, num value) native; 42 static void _set_e(var _this, num value) native;
43 43
44 num get f() { return _get__WebKitCSSMatrix_f(this); } 44 num get f() { return _get_f(this); }
45 static num _get__WebKitCSSMatrix_f(var _this) native; 45 static num _get_f(var _this) native;
46 46
47 void set f(num value) { _set__WebKitCSSMatrix_f(this, value); } 47 void set f(num value) { _set_f(this, value); }
48 static void _set__WebKitCSSMatrix_f(var _this, num value) native; 48 static void _set_f(var _this, num value) native;
49 49
50 num get m11() { return _get__WebKitCSSMatrix_m11(this); } 50 num get m11() { return _get_m11(this); }
51 static num _get__WebKitCSSMatrix_m11(var _this) native; 51 static num _get_m11(var _this) native;
52 52
53 void set m11(num value) { _set__WebKitCSSMatrix_m11(this, value); } 53 void set m11(num value) { _set_m11(this, value); }
54 static void _set__WebKitCSSMatrix_m11(var _this, num value) native; 54 static void _set_m11(var _this, num value) native;
55 55
56 num get m12() { return _get__WebKitCSSMatrix_m12(this); } 56 num get m12() { return _get_m12(this); }
57 static num _get__WebKitCSSMatrix_m12(var _this) native; 57 static num _get_m12(var _this) native;
58 58
59 void set m12(num value) { _set__WebKitCSSMatrix_m12(this, value); } 59 void set m12(num value) { _set_m12(this, value); }
60 static void _set__WebKitCSSMatrix_m12(var _this, num value) native; 60 static void _set_m12(var _this, num value) native;
61 61
62 num get m13() { return _get__WebKitCSSMatrix_m13(this); } 62 num get m13() { return _get_m13(this); }
63 static num _get__WebKitCSSMatrix_m13(var _this) native; 63 static num _get_m13(var _this) native;
64 64
65 void set m13(num value) { _set__WebKitCSSMatrix_m13(this, value); } 65 void set m13(num value) { _set_m13(this, value); }
66 static void _set__WebKitCSSMatrix_m13(var _this, num value) native; 66 static void _set_m13(var _this, num value) native;
67 67
68 num get m14() { return _get__WebKitCSSMatrix_m14(this); } 68 num get m14() { return _get_m14(this); }
69 static num _get__WebKitCSSMatrix_m14(var _this) native; 69 static num _get_m14(var _this) native;
70 70
71 void set m14(num value) { _set__WebKitCSSMatrix_m14(this, value); } 71 void set m14(num value) { _set_m14(this, value); }
72 static void _set__WebKitCSSMatrix_m14(var _this, num value) native; 72 static void _set_m14(var _this, num value) native;
73 73
74 num get m21() { return _get__WebKitCSSMatrix_m21(this); } 74 num get m21() { return _get_m21(this); }
75 static num _get__WebKitCSSMatrix_m21(var _this) native; 75 static num _get_m21(var _this) native;
76 76
77 void set m21(num value) { _set__WebKitCSSMatrix_m21(this, value); } 77 void set m21(num value) { _set_m21(this, value); }
78 static void _set__WebKitCSSMatrix_m21(var _this, num value) native; 78 static void _set_m21(var _this, num value) native;
79 79
80 num get m22() { return _get__WebKitCSSMatrix_m22(this); } 80 num get m22() { return _get_m22(this); }
81 static num _get__WebKitCSSMatrix_m22(var _this) native; 81 static num _get_m22(var _this) native;
82 82
83 void set m22(num value) { _set__WebKitCSSMatrix_m22(this, value); } 83 void set m22(num value) { _set_m22(this, value); }
84 static void _set__WebKitCSSMatrix_m22(var _this, num value) native; 84 static void _set_m22(var _this, num value) native;
85 85
86 num get m23() { return _get__WebKitCSSMatrix_m23(this); } 86 num get m23() { return _get_m23(this); }
87 static num _get__WebKitCSSMatrix_m23(var _this) native; 87 static num _get_m23(var _this) native;
88 88
89 void set m23(num value) { _set__WebKitCSSMatrix_m23(this, value); } 89 void set m23(num value) { _set_m23(this, value); }
90 static void _set__WebKitCSSMatrix_m23(var _this, num value) native; 90 static void _set_m23(var _this, num value) native;
91 91
92 num get m24() { return _get__WebKitCSSMatrix_m24(this); } 92 num get m24() { return _get_m24(this); }
93 static num _get__WebKitCSSMatrix_m24(var _this) native; 93 static num _get_m24(var _this) native;
94 94
95 void set m24(num value) { _set__WebKitCSSMatrix_m24(this, value); } 95 void set m24(num value) { _set_m24(this, value); }
96 static void _set__WebKitCSSMatrix_m24(var _this, num value) native; 96 static void _set_m24(var _this, num value) native;
97 97
98 num get m31() { return _get__WebKitCSSMatrix_m31(this); } 98 num get m31() { return _get_m31(this); }
99 static num _get__WebKitCSSMatrix_m31(var _this) native; 99 static num _get_m31(var _this) native;
100 100
101 void set m31(num value) { _set__WebKitCSSMatrix_m31(this, value); } 101 void set m31(num value) { _set_m31(this, value); }
102 static void _set__WebKitCSSMatrix_m31(var _this, num value) native; 102 static void _set_m31(var _this, num value) native;
103 103
104 num get m32() { return _get__WebKitCSSMatrix_m32(this); } 104 num get m32() { return _get_m32(this); }
105 static num _get__WebKitCSSMatrix_m32(var _this) native; 105 static num _get_m32(var _this) native;
106 106
107 void set m32(num value) { _set__WebKitCSSMatrix_m32(this, value); } 107 void set m32(num value) { _set_m32(this, value); }
108 static void _set__WebKitCSSMatrix_m32(var _this, num value) native; 108 static void _set_m32(var _this, num value) native;
109 109
110 num get m33() { return _get__WebKitCSSMatrix_m33(this); } 110 num get m33() { return _get_m33(this); }
111 static num _get__WebKitCSSMatrix_m33(var _this) native; 111 static num _get_m33(var _this) native;
112 112
113 void set m33(num value) { _set__WebKitCSSMatrix_m33(this, value); } 113 void set m33(num value) { _set_m33(this, value); }
114 static void _set__WebKitCSSMatrix_m33(var _this, num value) native; 114 static void _set_m33(var _this, num value) native;
115 115
116 num get m34() { return _get__WebKitCSSMatrix_m34(this); } 116 num get m34() { return _get_m34(this); }
117 static num _get__WebKitCSSMatrix_m34(var _this) native; 117 static num _get_m34(var _this) native;
118 118
119 void set m34(num value) { _set__WebKitCSSMatrix_m34(this, value); } 119 void set m34(num value) { _set_m34(this, value); }
120 static void _set__WebKitCSSMatrix_m34(var _this, num value) native; 120 static void _set_m34(var _this, num value) native;
121 121
122 num get m41() { return _get__WebKitCSSMatrix_m41(this); } 122 num get m41() { return _get_m41(this); }
123 static num _get__WebKitCSSMatrix_m41(var _this) native; 123 static num _get_m41(var _this) native;
124 124
125 void set m41(num value) { _set__WebKitCSSMatrix_m41(this, value); } 125 void set m41(num value) { _set_m41(this, value); }
126 static void _set__WebKitCSSMatrix_m41(var _this, num value) native; 126 static void _set_m41(var _this, num value) native;
127 127
128 num get m42() { return _get__WebKitCSSMatrix_m42(this); } 128 num get m42() { return _get_m42(this); }
129 static num _get__WebKitCSSMatrix_m42(var _this) native; 129 static num _get_m42(var _this) native;
130 130
131 void set m42(num value) { _set__WebKitCSSMatrix_m42(this, value); } 131 void set m42(num value) { _set_m42(this, value); }
132 static void _set__WebKitCSSMatrix_m42(var _this, num value) native; 132 static void _set_m42(var _this, num value) native;
133 133
134 num get m43() { return _get__WebKitCSSMatrix_m43(this); } 134 num get m43() { return _get_m43(this); }
135 static num _get__WebKitCSSMatrix_m43(var _this) native; 135 static num _get_m43(var _this) native;
136 136
137 void set m43(num value) { _set__WebKitCSSMatrix_m43(this, value); } 137 void set m43(num value) { _set_m43(this, value); }
138 static void _set__WebKitCSSMatrix_m43(var _this, num value) native; 138 static void _set_m43(var _this, num value) native;
139 139
140 num get m44() { return _get__WebKitCSSMatrix_m44(this); } 140 num get m44() { return _get_m44(this); }
141 static num _get__WebKitCSSMatrix_m44(var _this) native; 141 static num _get_m44(var _this) native;
142 142
143 void set m44(num value) { _set__WebKitCSSMatrix_m44(this, value); } 143 void set m44(num value) { _set_m44(this, value); }
144 static void _set__WebKitCSSMatrix_m44(var _this, num value) native; 144 static void _set_m44(var _this, num value) native;
145 145
146 WebKitCSSMatrix inverse() { 146 WebKitCSSMatrix inverse() {
147 return _inverse(this); 147 return _inverse(this);
148 } 148 }
149 static WebKitCSSMatrix _inverse(receiver) native; 149 static WebKitCSSMatrix _inverse(receiver) native;
150 150
151 WebKitCSSMatrix multiply(WebKitCSSMatrix secondMatrix) { 151 WebKitCSSMatrix multiply(WebKitCSSMatrix secondMatrix) {
152 return _multiply(this, secondMatrix); 152 return _multiply(this, secondMatrix);
153 } 153 }
154 static WebKitCSSMatrix _multiply(receiver, secondMatrix) native; 154 static WebKitCSSMatrix _multiply(receiver, secondMatrix) native;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 } 189 }
190 static String _toString(receiver) native; 190 static String _toString(receiver) native;
191 191
192 WebKitCSSMatrix translate(num x, num y, num z) { 192 WebKitCSSMatrix translate(num x, num y, num z) {
193 return _translate(this, x, y, z); 193 return _translate(this, x, y, z);
194 } 194 }
195 static WebKitCSSMatrix _translate(receiver, x, y, z) native; 195 static WebKitCSSMatrix _translate(receiver, x, y, z) native;
196 196
197 String get typeName() { return "WebKitCSSMatrix"; } 197 String get typeName() { return "WebKitCSSMatrix"; }
198 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698