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

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

Powered by Google App Engine
This is Rietveld 408576698