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

Side by Side Diff: client/html/generated/html/frog/SVGClipPathElement.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (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 _SVGClipPathElementImpl extends _SVGElementImpl implements SVGClipPathElem ent native "*SVGClipPathElement" {
3
4 final _SVGAnimatedEnumerationImpl clipPathUnits;
5
6 // From SVGTests
7
8 final _SVGStringListImpl requiredExtensions;
9
10 final _SVGStringListImpl requiredFeatures;
11
12 final _SVGStringListImpl systemLanguage;
13
14 bool hasExtension(String extension) native;
15
16 // From SVGLangSpace
17
18 String xmllang;
19
20 String xmlspace;
21
22 // From SVGExternalResourcesRequired
23
24 final _SVGAnimatedBooleanImpl externalResourcesRequired;
25
26 // From SVGStylable
27
28 _SVGAnimatedStringImpl get _className() native "return this.className;";
29
30 // Use implementation from Element.
31 // final _CSSStyleDeclarationImpl style;
32
33 _CSSValueImpl getPresentationAttribute(String name) native;
34
35 // From SVGTransformable
36
37 final _SVGAnimatedTransformListImpl transform;
38
39 // From SVGLocatable
40
41 final _SVGElementImpl farthestViewportElement;
42
43 final _SVGElementImpl nearestViewportElement;
44
45 _SVGRectImpl getBBox() native;
46
47 _SVGMatrixImpl getCTM() native;
48
49 _SVGMatrixImpl getScreenCTM() native;
50
51 _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698