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

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

Powered by Google App Engine
This is Rietveld 408576698