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

Unified Diff: client/dom/generated/src/frog/Range.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months 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
« no previous file with comments | « client/dom/generated/src/frog/RGBColor.dart ('k') | client/dom/generated/src/frog/RangeException.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/Range.dart
diff --git a/client/dom/generated/src/frog/Range.dart b/client/dom/generated/src/frog/Range.dart
deleted file mode 100644
index 95660c773264bebeb7da429376ecc9540372f831..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/Range.dart
+++ /dev/null
@@ -1,81 +0,0 @@
-
-class _RangeJs extends _DOMTypeJs implements Range native "*Range" {
-
- static final int END_TO_END = 2;
-
- static final int END_TO_START = 3;
-
- static final int NODE_AFTER = 1;
-
- static final int NODE_BEFORE = 0;
-
- static final int NODE_BEFORE_AND_AFTER = 2;
-
- static final int NODE_INSIDE = 3;
-
- static final int START_TO_END = 1;
-
- static final int START_TO_START = 0;
-
- final bool collapsed;
-
- final _NodeJs commonAncestorContainer;
-
- final _NodeJs endContainer;
-
- final int endOffset;
-
- final _NodeJs startContainer;
-
- final int startOffset;
-
- _DocumentFragmentJs cloneContents() native;
-
- _RangeJs cloneRange() native;
-
- void collapse(bool toStart) native;
-
- int compareNode(_NodeJs refNode) native;
-
- int comparePoint(_NodeJs refNode, int offset) native;
-
- _DocumentFragmentJs createContextualFragment(String html) native;
-
- void deleteContents() native;
-
- void detach() native;
-
- void expand(String unit) native;
-
- _DocumentFragmentJs extractContents() native;
-
- _ClientRectJs getBoundingClientRect() native;
-
- _ClientRectListJs getClientRects() native;
-
- void insertNode(_NodeJs newNode) native;
-
- bool intersectsNode(_NodeJs refNode) native;
-
- bool isPointInRange(_NodeJs refNode, int offset) native;
-
- void selectNode(_NodeJs refNode) native;
-
- void selectNodeContents(_NodeJs refNode) native;
-
- void setEnd(_NodeJs refNode, int offset) native;
-
- void setEndAfter(_NodeJs refNode) native;
-
- void setEndBefore(_NodeJs refNode) native;
-
- void setStart(_NodeJs refNode, int offset) native;
-
- void setStartAfter(_NodeJs refNode) native;
-
- void setStartBefore(_NodeJs refNode) native;
-
- void surroundContents(_NodeJs newParent) native;
-
- String toString() native;
-}
« no previous file with comments | « client/dom/generated/src/frog/RGBColor.dart ('k') | client/dom/generated/src/frog/RangeException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698