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

Side by Side Diff: client/dom/generated/src/frog/SVGFEConvolveMatrixElement.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 _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol veMatrixElement native "*SVGFEConvolveMatrixElement" {
3
4 static final int SVG_EDGEMODE_DUPLICATE = 1;
5
6 static final int SVG_EDGEMODE_NONE = 3;
7
8 static final int SVG_EDGEMODE_UNKNOWN = 0;
9
10 static final int SVG_EDGEMODE_WRAP = 2;
11
12 final _SVGAnimatedNumberJs bias;
13
14 final _SVGAnimatedNumberJs divisor;
15
16 final _SVGAnimatedEnumerationJs edgeMode;
17
18 final _SVGAnimatedStringJs in1;
19
20 final _SVGAnimatedNumberListJs kernelMatrix;
21
22 final _SVGAnimatedNumberJs kernelUnitLengthX;
23
24 final _SVGAnimatedNumberJs kernelUnitLengthY;
25
26 final _SVGAnimatedIntegerJs orderX;
27
28 final _SVGAnimatedIntegerJs orderY;
29
30 final _SVGAnimatedBooleanJs preserveAlpha;
31
32 final _SVGAnimatedIntegerJs targetX;
33
34 final _SVGAnimatedIntegerJs targetY;
35
36 // From SVGFilterPrimitiveStandardAttributes
37
38 final _SVGAnimatedLengthJs height;
39
40 final _SVGAnimatedStringJs result;
41
42 final _SVGAnimatedLengthJs width;
43
44 final _SVGAnimatedLengthJs x;
45
46 final _SVGAnimatedLengthJs y;
47
48 // From SVGStylable
49
50 final _SVGAnimatedStringJs className;
51
52 // Use implementation from Element.
53 // final _CSSStyleDeclarationJs style;
54
55 _CSSValueJs getPresentationAttribute(String name) native;
56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698