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

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

Powered by Google App Engine
This is Rietveld 408576698