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

Unified Diff: client/html/release/html.dart

Issue 9270054: Make ElementList return ElementLists. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « no previous file | client/html/release/htmlimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/release/html.dart
diff --git a/client/html/release/html.dart b/client/html/release/html.dart
index 115221ac18e8144dc63c61061a39fe6219674208..0f8dda77756821f55120e92a7497612e22c9f280 100644
--- a/client/html/release/html.dart
+++ b/client/html/release/html.dart
@@ -11438,6 +11438,10 @@ interface DOMApplicationCache extends EventTarget {
interface ElementList extends List<Element> {
// TODO(jacobr): add element batch manipulation methods.
+ ElementList filter(bool f(Element element));
+
+ ElementList getRange(int start, int length);
+
Element get first();
// TODO(jacobr): add insertAt
}
« no previous file with comments | « no previous file | client/html/release/htmlimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698