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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_HTMLTableCellElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLTableCellElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLTableCellElementWrappingImplementation.dart
index 106f1f5279c4b5e029386776c8805cde3602b1fd..275b31d4972cab129205a34a1cbf4a76d41596d0 100644
--- a/client/dom/generated/src/wrapping/_HTMLTableCellElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLTableCellElementWrappingImplementation.dart
@@ -11,92 +11,92 @@ class _HTMLTableCellElementWrappingImplementation extends _HTMLElementWrappingIm
return new _HTMLTableCellElementWrappingImplementation();
}
- String get abbr() { return _get__HTMLTableCellElement_abbr(this); }
- static String _get__HTMLTableCellElement_abbr(var _this) native;
+ String get abbr() { return _get_abbr(this); }
+ static String _get_abbr(var _this) native;
- void set abbr(String value) { _set__HTMLTableCellElement_abbr(this, value); }
- static void _set__HTMLTableCellElement_abbr(var _this, String value) native;
+ void set abbr(String value) { _set_abbr(this, value); }
+ static void _set_abbr(var _this, String value) native;
- String get align() { return _get__HTMLTableCellElement_align(this); }
- static String _get__HTMLTableCellElement_align(var _this) native;
+ String get align() { return _get_align(this); }
+ static String _get_align(var _this) native;
- void set align(String value) { _set__HTMLTableCellElement_align(this, value); }
- static void _set__HTMLTableCellElement_align(var _this, String value) native;
+ void set align(String value) { _set_align(this, value); }
+ static void _set_align(var _this, String value) native;
- String get axis() { return _get__HTMLTableCellElement_axis(this); }
- static String _get__HTMLTableCellElement_axis(var _this) native;
+ String get axis() { return _get_axis(this); }
+ static String _get_axis(var _this) native;
- void set axis(String value) { _set__HTMLTableCellElement_axis(this, value); }
- static void _set__HTMLTableCellElement_axis(var _this, String value) native;
+ void set axis(String value) { _set_axis(this, value); }
+ static void _set_axis(var _this, String value) native;
- String get bgColor() { return _get__HTMLTableCellElement_bgColor(this); }
- static String _get__HTMLTableCellElement_bgColor(var _this) native;
+ String get bgColor() { return _get_bgColor(this); }
+ static String _get_bgColor(var _this) native;
- void set bgColor(String value) { _set__HTMLTableCellElement_bgColor(this, value); }
- static void _set__HTMLTableCellElement_bgColor(var _this, String value) native;
+ void set bgColor(String value) { _set_bgColor(this, value); }
+ static void _set_bgColor(var _this, String value) native;
- int get cellIndex() { return _get__HTMLTableCellElement_cellIndex(this); }
- static int _get__HTMLTableCellElement_cellIndex(var _this) native;
+ int get cellIndex() { return _get_cellIndex(this); }
+ static int _get_cellIndex(var _this) native;
- String get ch() { return _get__HTMLTableCellElement_ch(this); }
- static String _get__HTMLTableCellElement_ch(var _this) native;
+ String get ch() { return _get_ch(this); }
+ static String _get_ch(var _this) native;
- void set ch(String value) { _set__HTMLTableCellElement_ch(this, value); }
- static void _set__HTMLTableCellElement_ch(var _this, String value) native;
+ void set ch(String value) { _set_ch(this, value); }
+ static void _set_ch(var _this, String value) native;
- String get chOff() { return _get__HTMLTableCellElement_chOff(this); }
- static String _get__HTMLTableCellElement_chOff(var _this) native;
+ String get chOff() { return _get_chOff(this); }
+ static String _get_chOff(var _this) native;
- void set chOff(String value) { _set__HTMLTableCellElement_chOff(this, value); }
- static void _set__HTMLTableCellElement_chOff(var _this, String value) native;
+ void set chOff(String value) { _set_chOff(this, value); }
+ static void _set_chOff(var _this, String value) native;
- int get colSpan() { return _get__HTMLTableCellElement_colSpan(this); }
- static int _get__HTMLTableCellElement_colSpan(var _this) native;
+ int get colSpan() { return _get_colSpan(this); }
+ static int _get_colSpan(var _this) native;
- void set colSpan(int value) { _set__HTMLTableCellElement_colSpan(this, value); }
- static void _set__HTMLTableCellElement_colSpan(var _this, int value) native;
+ void set colSpan(int value) { _set_colSpan(this, value); }
+ static void _set_colSpan(var _this, int value) native;
- String get headers() { return _get__HTMLTableCellElement_headers(this); }
- static String _get__HTMLTableCellElement_headers(var _this) native;
+ String get headers() { return _get_headers(this); }
+ static String _get_headers(var _this) native;
- void set headers(String value) { _set__HTMLTableCellElement_headers(this, value); }
- static void _set__HTMLTableCellElement_headers(var _this, String value) native;
+ void set headers(String value) { _set_headers(this, value); }
+ static void _set_headers(var _this, String value) native;
- String get height() { return _get__HTMLTableCellElement_height(this); }
- static String _get__HTMLTableCellElement_height(var _this) native;
+ String get height() { return _get_height(this); }
+ static String _get_height(var _this) native;
- void set height(String value) { _set__HTMLTableCellElement_height(this, value); }
- static void _set__HTMLTableCellElement_height(var _this, String value) native;
+ void set height(String value) { _set_height(this, value); }
+ static void _set_height(var _this, String value) native;
- bool get noWrap() { return _get__HTMLTableCellElement_noWrap(this); }
- static bool _get__HTMLTableCellElement_noWrap(var _this) native;
+ bool get noWrap() { return _get_noWrap(this); }
+ static bool _get_noWrap(var _this) native;
- void set noWrap(bool value) { _set__HTMLTableCellElement_noWrap(this, value); }
- static void _set__HTMLTableCellElement_noWrap(var _this, bool value) native;
+ void set noWrap(bool value) { _set_noWrap(this, value); }
+ static void _set_noWrap(var _this, bool value) native;
- int get rowSpan() { return _get__HTMLTableCellElement_rowSpan(this); }
- static int _get__HTMLTableCellElement_rowSpan(var _this) native;
+ int get rowSpan() { return _get_rowSpan(this); }
+ static int _get_rowSpan(var _this) native;
- void set rowSpan(int value) { _set__HTMLTableCellElement_rowSpan(this, value); }
- static void _set__HTMLTableCellElement_rowSpan(var _this, int value) native;
+ void set rowSpan(int value) { _set_rowSpan(this, value); }
+ static void _set_rowSpan(var _this, int value) native;
- String get scope() { return _get__HTMLTableCellElement_scope(this); }
- static String _get__HTMLTableCellElement_scope(var _this) native;
+ String get scope() { return _get_scope(this); }
+ static String _get_scope(var _this) native;
- void set scope(String value) { _set__HTMLTableCellElement_scope(this, value); }
- static void _set__HTMLTableCellElement_scope(var _this, String value) native;
+ void set scope(String value) { _set_scope(this, value); }
+ static void _set_scope(var _this, String value) native;
- String get vAlign() { return _get__HTMLTableCellElement_vAlign(this); }
- static String _get__HTMLTableCellElement_vAlign(var _this) native;
+ String get vAlign() { return _get_vAlign(this); }
+ static String _get_vAlign(var _this) native;
- void set vAlign(String value) { _set__HTMLTableCellElement_vAlign(this, value); }
- static void _set__HTMLTableCellElement_vAlign(var _this, String value) native;
+ void set vAlign(String value) { _set_vAlign(this, value); }
+ static void _set_vAlign(var _this, String value) native;
- String get width() { return _get__HTMLTableCellElement_width(this); }
- static String _get__HTMLTableCellElement_width(var _this) native;
+ String get width() { return _get_width(this); }
+ static String _get_width(var _this) native;
- void set width(String value) { _set__HTMLTableCellElement_width(this, value); }
- static void _set__HTMLTableCellElement_width(var _this, String value) native;
+ void set width(String value) { _set_width(this, value); }
+ static void _set_width(var _this, String value) native;
String get typeName() { return "HTMLTableCellElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698