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

Side by Side Diff: client/dom/generated/src/frog/SVGFEBlendElement.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 _SVGFEBlendElementJs extends _SVGElementJs implements SVGFEBlendElement na tive "*SVGFEBlendElement" {
3
4 static final int SVG_FEBLEND_MODE_DARKEN = 4;
5
6 static final int SVG_FEBLEND_MODE_LIGHTEN = 5;
7
8 static final int SVG_FEBLEND_MODE_MULTIPLY = 2;
9
10 static final int SVG_FEBLEND_MODE_NORMAL = 1;
11
12 static final int SVG_FEBLEND_MODE_SCREEN = 3;
13
14 static final int SVG_FEBLEND_MODE_UNKNOWN = 0;
15
16 final _SVGAnimatedStringJs in1;
17
18 final _SVGAnimatedStringJs in2;
19
20 final _SVGAnimatedEnumerationJs mode;
21
22 // From SVGFilterPrimitiveStandardAttributes
23
24 final _SVGAnimatedLengthJs height;
25
26 final _SVGAnimatedStringJs result;
27
28 final _SVGAnimatedLengthJs width;
29
30 final _SVGAnimatedLengthJs x;
31
32 final _SVGAnimatedLengthJs y;
33
34 // From SVGStylable
35
36 final _SVGAnimatedStringJs className;
37
38 // Use implementation from Element.
39 // final _CSSStyleDeclarationJs style;
40
41 _CSSValueJs getPresentationAttribute(String name) native;
42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698