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

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

Powered by Google App Engine
This is Rietveld 408576698