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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom Created 9 years 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
1 1
2 class SVGFEDisplacementMapElement extends SVGElement native "*SVGFEDisplacementM apElement" { 2 class SVGFEDisplacementMapElement extends SVGElement native "*SVGFEDisplacementM apElement" {
3 3
4 static final int SVG_CHANNEL_A = 4;
5
6 static final int SVG_CHANNEL_B = 3;
7
8 static final int SVG_CHANNEL_G = 2;
9
10 static final int SVG_CHANNEL_R = 1;
11
12 static final int SVG_CHANNEL_UNKNOWN = 0;
13
4 SVGAnimatedString in1; 14 SVGAnimatedString in1;
5 15
6 SVGAnimatedString in2; 16 SVGAnimatedString in2;
7 17
8 SVGAnimatedNumber scale; 18 SVGAnimatedNumber scale;
9 19
10 SVGAnimatedEnumeration xChannelSelector; 20 SVGAnimatedEnumeration xChannelSelector;
11 21
12 SVGAnimatedEnumeration yChannelSelector; 22 SVGAnimatedEnumeration yChannelSelector;
13 23
(...skipping 10 matching lines...) Expand all
24 SVGAnimatedLength y; 34 SVGAnimatedLength y;
25 35
26 // From SVGStylable 36 // From SVGStylable
27 37
28 SVGAnimatedString className; 38 SVGAnimatedString className;
29 39
30 CSSStyleDeclaration style; 40 CSSStyleDeclaration style;
31 41
32 CSSValue getPresentationAttribute(String name) native; 42 CSSValue getPresentationAttribute(String name) native;
33 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698