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

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

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 1
2 class DOMSelection native "DOMSelection" { 2 class DOMSelection native "*DOMSelection" {
3 3
4 Node anchorNode; 4 Node anchorNode;
5 5
6 int anchorOffset; 6 int anchorOffset;
7 7
8 Node baseNode; 8 Node baseNode;
9 9
10 int baseOffset; 10 int baseOffset;
11 11
12 Node extentNode; 12 Node extentNode;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 void setBaseAndExtent(Node baseNode, int baseOffset, Node extentNode, int exte ntOffset) native; 50 void setBaseAndExtent(Node baseNode, int baseOffset, Node extentNode, int exte ntOffset) native;
51 51
52 void setPosition(Node node, int offset) native; 52 void setPosition(Node node, int offset) native;
53 53
54 String toString() native; 54 String toString() native;
55 55
56 var dartObjectLocalStorage; 56 var dartObjectLocalStorage;
57 57
58 String get typeName() native; 58 String get typeName() native;
59 } 59 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/DOMPluginArray.dart ('k') | client/dom/generated/src/frog/DOMSettableTokenList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698