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

Side by Side Diff: client/dom/generated/src/frog/SVGMarkerElement.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 _SVGMarkerElementJs extends _SVGElementJs implements SVGMarkerElement nati ve "*SVGMarkerElement" {
3
4 static final int SVG_MARKERUNITS_STROKEWIDTH = 2;
5
6 static final int SVG_MARKERUNITS_UNKNOWN = 0;
7
8 static final int SVG_MARKERUNITS_USERSPACEONUSE = 1;
9
10 static final int SVG_MARKER_ORIENT_ANGLE = 2;
11
12 static final int SVG_MARKER_ORIENT_AUTO = 1;
13
14 static final int SVG_MARKER_ORIENT_UNKNOWN = 0;
15
16 final _SVGAnimatedLengthJs markerHeight;
17
18 final _SVGAnimatedEnumerationJs markerUnits;
19
20 final _SVGAnimatedLengthJs markerWidth;
21
22 final _SVGAnimatedAngleJs orientAngle;
23
24 final _SVGAnimatedEnumerationJs orientType;
25
26 final _SVGAnimatedLengthJs refX;
27
28 final _SVGAnimatedLengthJs refY;
29
30 void setOrientToAngle(_SVGAngleJs angle) native;
31
32 void setOrientToAuto() native;
33
34 // From SVGLangSpace
35
36 String xmllang;
37
38 String xmlspace;
39
40 // From SVGExternalResourcesRequired
41
42 final _SVGAnimatedBooleanJs externalResourcesRequired;
43
44 // From SVGStylable
45
46 final _SVGAnimatedStringJs className;
47
48 // Use implementation from Element.
49 // final _CSSStyleDeclarationJs style;
50
51 _CSSValueJs getPresentationAttribute(String name) native;
52
53 // From SVGFitToViewBox
54
55 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio;
56
57 final _SVGAnimatedRectJs viewBox;
58 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGMPathElement.dart ('k') | client/dom/generated/src/frog/SVGMaskElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698