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

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

Powered by Google App Engine
This is Rietveld 408576698