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

Side by Side Diff: client/dom/generated/src/frog/SVGEllipseElement.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 _SVGEllipseElementJs extends _SVGElementJs implements SVGEllipseElement na tive "*SVGEllipseElement" {
3
4 final _SVGAnimatedLengthJs cx;
5
6 final _SVGAnimatedLengthJs cy;
7
8 final _SVGAnimatedLengthJs rx;
9
10 final _SVGAnimatedLengthJs ry;
11
12 // From SVGTests
13
14 final _SVGStringListJs requiredExtensions;
15
16 final _SVGStringListJs requiredFeatures;
17
18 final _SVGStringListJs systemLanguage;
19
20 bool hasExtension(String extension) native;
21
22 // From SVGLangSpace
23
24 String xmllang;
25
26 String xmlspace;
27
28 // From SVGExternalResourcesRequired
29
30 final _SVGAnimatedBooleanJs externalResourcesRequired;
31
32 // From SVGStylable
33
34 final _SVGAnimatedStringJs className;
35
36 // Use implementation from Element.
37 // final _CSSStyleDeclarationJs style;
38
39 _CSSValueJs getPresentationAttribute(String name) native;
40
41 // From SVGTransformable
42
43 final _SVGAnimatedTransformListJs transform;
44
45 // From SVGLocatable
46
47 final _SVGElementJs farthestViewportElement;
48
49 final _SVGElementJs nearestViewportElement;
50
51 _SVGRectJs getBBox() native;
52
53 _SVGMatrixJs getCTM() native;
54
55 _SVGMatrixJs getScreenCTM() native;
56
57 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
58 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGElementInstanceList.dart ('k') | client/dom/generated/src/frog/SVGException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698