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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List 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;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 void modify(String alter, String direction, String granularity) native; 44 void modify(String alter, String direction, String granularity) native;
45 45
46 void removeAllRanges() native; 46 void removeAllRanges() native;
47 47
48 void selectAllChildren(Node node) native; 48 void selectAllChildren(Node node) native;
49 49
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;
55
54 var dartObjectLocalStorage; 56 var dartObjectLocalStorage;
55 57
56 String get typeName() native; 58 String get typeName() native;
57 } 59 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/DOMException.dart ('k') | client/dom/generated/src/frog/DOMTokenList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698