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

Side by Side Diff: client/dom/generated/src/frog/SVGPatternElement.dart

Issue 9663027: Remove generated directories with 100s of files. (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 _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement na tive "*SVGPatternElement" {
3
4 final _SVGAnimatedLengthJs height;
5
6 final _SVGAnimatedEnumerationJs patternContentUnits;
7
8 final _SVGAnimatedTransformListJs patternTransform;
9
10 final _SVGAnimatedEnumerationJs patternUnits;
11
12 final _SVGAnimatedLengthJs width;
13
14 final _SVGAnimatedLengthJs x;
15
16 final _SVGAnimatedLengthJs y;
17
18 // From SVGURIReference
19
20 final _SVGAnimatedStringJs href;
21
22 // From SVGTests
23
24 final _SVGStringListJs requiredExtensions;
25
26 final _SVGStringListJs requiredFeatures;
27
28 final _SVGStringListJs 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 _SVGAnimatedBooleanJs externalResourcesRequired;
41
42 // From SVGStylable
43
44 final _SVGAnimatedStringJs className;
45
46 // Use implementation from Element.
47 // final _CSSStyleDeclarationJs style;
48
49 _CSSValueJs getPresentationAttribute(String name) native;
50
51 // From SVGFitToViewBox
52
53 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio;
54
55 final _SVGAnimatedRectJs viewBox;
56 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGPathSegMovetoRel.dart ('k') | client/dom/generated/src/frog/SVGPoint.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698