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

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

Powered by Google App Engine
This is Rietveld 408576698