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

Side by Side Diff: client/html/generated/html/frog/SVGTransformList.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _SVGTransformListImpl implements SVGTransformList native "*SVGTransformLis t" {
3
4 final int numberOfItems;
5
6 _SVGTransformImpl appendItem(_SVGTransformImpl item) native;
7
8 void clear() native;
9
10 _SVGTransformImpl consolidate() native;
11
12 _SVGTransformImpl createSVGTransformFromMatrix(_SVGMatrixImpl matrix) native;
13
14 _SVGTransformImpl getItem(int index) native;
15
16 _SVGTransformImpl initialize(_SVGTransformImpl item) native;
17
18 _SVGTransformImpl insertItemBefore(_SVGTransformImpl item, int index) native;
19
20 _SVGTransformImpl removeItem(int index) native;
21
22 _SVGTransformImpl replaceItem(_SVGTransformImpl item, int index) native;
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698