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

Side by Side Diff: client/dom/generated/src/frog/Element.dart

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 1
2 class Element extends Node native "Element" { 2 class Element extends Node native "*Element" {
3 3
4 int childElementCount; 4 int childElementCount;
5 5
6 int clientHeight; 6 int clientHeight;
7 7
8 int clientLeft; 8 int clientLeft;
9 9
10 int clientTop; 10 int clientTop;
11 11
12 int clientWidth; 12 int clientWidth;
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 void setAttribute(String name, String value) native; 176 void setAttribute(String name, String value) native;
177 177
178 void setAttributeNS(String namespaceURI, String qualifiedName, String value) n ative; 178 void setAttributeNS(String namespaceURI, String qualifiedName, String value) n ative;
179 179
180 Attr setAttributeNode(Attr newAttr) native; 180 Attr setAttributeNode(Attr newAttr) native;
181 181
182 Attr setAttributeNodeNS(Attr newAttr) native; 182 Attr setAttributeNodeNS(Attr newAttr) native;
183 183
184 bool webkitMatchesSelector(String selectors) native; 184 bool webkitMatchesSelector(String selectors) native;
185 } 185 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/DocumentType.dart ('k') | client/dom/generated/src/frog/ElementTimeControl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698