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

Side by Side Diff: client/html/generated/html/frog/SVGPatternElement.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 _SVGPatternElementImpl extends _SVGElementImpl implements SVGPatternElemen t native "*SVGPatternElement" {
3
4 final _SVGAnimatedLengthImpl height;
5
6 final _SVGAnimatedEnumerationImpl patternContentUnits;
7
8 final _SVGAnimatedTransformListImpl patternTransform;
9
10 final _SVGAnimatedEnumerationImpl patternUnits;
11
12 final _SVGAnimatedLengthImpl width;
13
14 final _SVGAnimatedLengthImpl x;
15
16 final _SVGAnimatedLengthImpl y;
17
18 // From SVGURIReference
19
20 final _SVGAnimatedStringImpl href;
21
22 // From SVGTests
23
24 final _SVGStringListImpl requiredExtensions;
25
26 final _SVGStringListImpl requiredFeatures;
27
28 final _SVGStringListImpl systemLanguage;
29
30 bool hasExtension(String extension) native;
31
32 // From SVGLangSpace
33
34 String xmllang;
35
36 String xmlspace;
37
38 // From SVGExternalResourcesRequired
39
40 final _SVGAnimatedBooleanImpl externalResourcesRequired;
41
42 // From SVGStylable
43
44 _SVGAnimatedStringImpl get _className() native "return this.className;";
45
46 // Use implementation from Element.
47 // final _CSSStyleDeclarationImpl style;
48
49 _CSSValueImpl getPresentationAttribute(String name) native;
50
51 // From SVGFitToViewBox
52
53 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
54
55 final _SVGAnimatedRectImpl viewBox;
56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698