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

Side by Side Diff: client/html/generated/html/frog/SVGEllipseElement.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 _SVGEllipseElementImpl extends _SVGElementImpl implements SVGEllipseElemen t native "*SVGEllipseElement" {
3
4 final _SVGAnimatedLengthImpl cx;
5
6 final _SVGAnimatedLengthImpl cy;
7
8 final _SVGAnimatedLengthImpl rx;
9
10 final _SVGAnimatedLengthImpl ry;
11
12 // From SVGTests
13
14 final _SVGStringListImpl requiredExtensions;
15
16 final _SVGStringListImpl requiredFeatures;
17
18 final _SVGStringListImpl systemLanguage;
19
20 bool hasExtension(String extension) native;
21
22 // From SVGLangSpace
23
24 String xmllang;
25
26 String xmlspace;
27
28 // From SVGExternalResourcesRequired
29
30 final _SVGAnimatedBooleanImpl externalResourcesRequired;
31
32 // From SVGStylable
33
34 _SVGAnimatedStringImpl get _className() native "return this.className;";
35
36 // Use implementation from Element.
37 // final _CSSStyleDeclarationImpl style;
38
39 _CSSValueImpl getPresentationAttribute(String name) native;
40
41 // From SVGTransformable
42
43 final _SVGAnimatedTransformListImpl transform;
44
45 // From SVGLocatable
46
47 final _SVGElementImpl farthestViewportElement;
48
49 final _SVGElementImpl nearestViewportElement;
50
51 _SVGRectImpl getBBox() native;
52
53 _SVGMatrixImpl getCTM() native;
54
55 _SVGMatrixImpl getScreenCTM() native;
56
57 _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698