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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLTableCellElementWrappingImplementation.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 _HTMLTableCellElementWrappingImplementation extends _HTMLElementWrappingIm plementation implements HTMLTableCellElement { 7 class _HTMLTableCellElementWrappingImplementation extends _HTMLElementWrappingIm plementation implements HTMLTableCellElement {
8 _HTMLTableCellElementWrappingImplementation() : super() {} 8 _HTMLTableCellElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLTableCellElementWrappingImplementation() native { 10 static create__HTMLTableCellElementWrappingImplementation() native {
11 return new _HTMLTableCellElementWrappingImplementation(); 11 return new _HTMLTableCellElementWrappingImplementation();
12 } 12 }
13 13
14 String get abbr() { return _get__HTMLTableCellElement_abbr(this); } 14 String get abbr() { return _get_abbr(this); }
15 static String _get__HTMLTableCellElement_abbr(var _this) native; 15 static String _get_abbr(var _this) native;
16 16
17 void set abbr(String value) { _set__HTMLTableCellElement_abbr(this, value); } 17 void set abbr(String value) { _set_abbr(this, value); }
18 static void _set__HTMLTableCellElement_abbr(var _this, String value) native; 18 static void _set_abbr(var _this, String value) native;
19 19
20 String get align() { return _get__HTMLTableCellElement_align(this); } 20 String get align() { return _get_align(this); }
21 static String _get__HTMLTableCellElement_align(var _this) native; 21 static String _get_align(var _this) native;
22 22
23 void set align(String value) { _set__HTMLTableCellElement_align(this, value); } 23 void set align(String value) { _set_align(this, value); }
24 static void _set__HTMLTableCellElement_align(var _this, String value) native; 24 static void _set_align(var _this, String value) native;
25 25
26 String get axis() { return _get__HTMLTableCellElement_axis(this); } 26 String get axis() { return _get_axis(this); }
27 static String _get__HTMLTableCellElement_axis(var _this) native; 27 static String _get_axis(var _this) native;
28 28
29 void set axis(String value) { _set__HTMLTableCellElement_axis(this, value); } 29 void set axis(String value) { _set_axis(this, value); }
30 static void _set__HTMLTableCellElement_axis(var _this, String value) native; 30 static void _set_axis(var _this, String value) native;
31 31
32 String get bgColor() { return _get__HTMLTableCellElement_bgColor(this); } 32 String get bgColor() { return _get_bgColor(this); }
33 static String _get__HTMLTableCellElement_bgColor(var _this) native; 33 static String _get_bgColor(var _this) native;
34 34
35 void set bgColor(String value) { _set__HTMLTableCellElement_bgColor(this, valu e); } 35 void set bgColor(String value) { _set_bgColor(this, value); }
36 static void _set__HTMLTableCellElement_bgColor(var _this, String value) native ; 36 static void _set_bgColor(var _this, String value) native;
37 37
38 int get cellIndex() { return _get__HTMLTableCellElement_cellIndex(this); } 38 int get cellIndex() { return _get_cellIndex(this); }
39 static int _get__HTMLTableCellElement_cellIndex(var _this) native; 39 static int _get_cellIndex(var _this) native;
40 40
41 String get ch() { return _get__HTMLTableCellElement_ch(this); } 41 String get ch() { return _get_ch(this); }
42 static String _get__HTMLTableCellElement_ch(var _this) native; 42 static String _get_ch(var _this) native;
43 43
44 void set ch(String value) { _set__HTMLTableCellElement_ch(this, value); } 44 void set ch(String value) { _set_ch(this, value); }
45 static void _set__HTMLTableCellElement_ch(var _this, String value) native; 45 static void _set_ch(var _this, String value) native;
46 46
47 String get chOff() { return _get__HTMLTableCellElement_chOff(this); } 47 String get chOff() { return _get_chOff(this); }
48 static String _get__HTMLTableCellElement_chOff(var _this) native; 48 static String _get_chOff(var _this) native;
49 49
50 void set chOff(String value) { _set__HTMLTableCellElement_chOff(this, value); } 50 void set chOff(String value) { _set_chOff(this, value); }
51 static void _set__HTMLTableCellElement_chOff(var _this, String value) native; 51 static void _set_chOff(var _this, String value) native;
52 52
53 int get colSpan() { return _get__HTMLTableCellElement_colSpan(this); } 53 int get colSpan() { return _get_colSpan(this); }
54 static int _get__HTMLTableCellElement_colSpan(var _this) native; 54 static int _get_colSpan(var _this) native;
55 55
56 void set colSpan(int value) { _set__HTMLTableCellElement_colSpan(this, value); } 56 void set colSpan(int value) { _set_colSpan(this, value); }
57 static void _set__HTMLTableCellElement_colSpan(var _this, int value) native; 57 static void _set_colSpan(var _this, int value) native;
58 58
59 String get headers() { return _get__HTMLTableCellElement_headers(this); } 59 String get headers() { return _get_headers(this); }
60 static String _get__HTMLTableCellElement_headers(var _this) native; 60 static String _get_headers(var _this) native;
61 61
62 void set headers(String value) { _set__HTMLTableCellElement_headers(this, valu e); } 62 void set headers(String value) { _set_headers(this, value); }
63 static void _set__HTMLTableCellElement_headers(var _this, String value) native ; 63 static void _set_headers(var _this, String value) native;
64 64
65 String get height() { return _get__HTMLTableCellElement_height(this); } 65 String get height() { return _get_height(this); }
66 static String _get__HTMLTableCellElement_height(var _this) native; 66 static String _get_height(var _this) native;
67 67
68 void set height(String value) { _set__HTMLTableCellElement_height(this, value) ; } 68 void set height(String value) { _set_height(this, value); }
69 static void _set__HTMLTableCellElement_height(var _this, String value) native; 69 static void _set_height(var _this, String value) native;
70 70
71 bool get noWrap() { return _get__HTMLTableCellElement_noWrap(this); } 71 bool get noWrap() { return _get_noWrap(this); }
72 static bool _get__HTMLTableCellElement_noWrap(var _this) native; 72 static bool _get_noWrap(var _this) native;
73 73
74 void set noWrap(bool value) { _set__HTMLTableCellElement_noWrap(this, value); } 74 void set noWrap(bool value) { _set_noWrap(this, value); }
75 static void _set__HTMLTableCellElement_noWrap(var _this, bool value) native; 75 static void _set_noWrap(var _this, bool value) native;
76 76
77 int get rowSpan() { return _get__HTMLTableCellElement_rowSpan(this); } 77 int get rowSpan() { return _get_rowSpan(this); }
78 static int _get__HTMLTableCellElement_rowSpan(var _this) native; 78 static int _get_rowSpan(var _this) native;
79 79
80 void set rowSpan(int value) { _set__HTMLTableCellElement_rowSpan(this, value); } 80 void set rowSpan(int value) { _set_rowSpan(this, value); }
81 static void _set__HTMLTableCellElement_rowSpan(var _this, int value) native; 81 static void _set_rowSpan(var _this, int value) native;
82 82
83 String get scope() { return _get__HTMLTableCellElement_scope(this); } 83 String get scope() { return _get_scope(this); }
84 static String _get__HTMLTableCellElement_scope(var _this) native; 84 static String _get_scope(var _this) native;
85 85
86 void set scope(String value) { _set__HTMLTableCellElement_scope(this, value); } 86 void set scope(String value) { _set_scope(this, value); }
87 static void _set__HTMLTableCellElement_scope(var _this, String value) native; 87 static void _set_scope(var _this, String value) native;
88 88
89 String get vAlign() { return _get__HTMLTableCellElement_vAlign(this); } 89 String get vAlign() { return _get_vAlign(this); }
90 static String _get__HTMLTableCellElement_vAlign(var _this) native; 90 static String _get_vAlign(var _this) native;
91 91
92 void set vAlign(String value) { _set__HTMLTableCellElement_vAlign(this, value) ; } 92 void set vAlign(String value) { _set_vAlign(this, value); }
93 static void _set__HTMLTableCellElement_vAlign(var _this, String value) native; 93 static void _set_vAlign(var _this, String value) native;
94 94
95 String get width() { return _get__HTMLTableCellElement_width(this); } 95 String get width() { return _get_width(this); }
96 static String _get__HTMLTableCellElement_width(var _this) native; 96 static String _get_width(var _this) native;
97 97
98 void set width(String value) { _set__HTMLTableCellElement_width(this, value); } 98 void set width(String value) { _set_width(this, value); }
99 static void _set__HTMLTableCellElement_width(var _this, String value) native; 99 static void _set_width(var _this, String value) native;
100 100
101 String get typeName() { return "HTMLTableCellElement"; } 101 String get typeName() { return "HTMLTableCellElement"; }
102 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698