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

Unified Diff: client/dom/generated/src/frog/SVGSVGElement.dart

Issue 8618007: Enable SVG for dartc and frog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/SVGSVGElement.dart
diff --git a/client/dom/generated/src/frog/SVGSVGElement.dart b/client/dom/generated/src/frog/SVGSVGElement.dart
new file mode 100644
index 0000000000000000000000000000000000000000..4d84a0f23a80efbc72bf1dc7aafa42f0b933a43d
--- /dev/null
+++ b/client/dom/generated/src/frog/SVGSVGElement.dart
@@ -0,0 +1,129 @@
+
+class SVGSVGElement extends SVGElement native "SVGSVGElement" {
+
+ String contentScriptType;
+
+ String contentStyleType;
+
+ num currentScale;
+
+ SVGPoint currentTranslate;
+
+ SVGAnimatedLength height;
+
+ num pixelUnitToMillimeterX;
+
+ num pixelUnitToMillimeterY;
+
+ num screenPixelToMillimeterX;
+
+ num screenPixelToMillimeterY;
+
+ bool useCurrentView;
+
+ SVGRect viewport;
+
+ SVGAnimatedLength width;
+
+ SVGAnimatedLength x;
+
+ SVGAnimatedLength y;
+
+ bool animationsPaused() native;
+
+ bool checkEnclosure(SVGElement element, SVGRect rect) native;
+
+ bool checkIntersection(SVGElement element, SVGRect rect) native;
+
+ SVGAngle createSVGAngle() native;
+
+ SVGLength createSVGLength() native;
+
+ SVGMatrix createSVGMatrix() native;
+
+ SVGNumber createSVGNumber() native;
+
+ SVGPoint createSVGPoint() native;
+
+ SVGRect createSVGRect() native;
+
+ SVGTransform createSVGTransform() native;
+
+ SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix) native;
+
+ void deselectAll() native;
+
+ void forceRedraw() native;
+
+ num getCurrentTime() native;
+
+ Element getElementById(String elementId) native;
+
+ NodeList getEnclosureList(SVGRect rect, SVGElement referenceElement) native;
+
+ NodeList getIntersectionList(SVGRect rect, SVGElement referenceElement) native;
+
+ void pauseAnimations() native;
+
+ void setCurrentTime(num seconds) native;
+
+ int suspendRedraw(int maxWaitMilliseconds) native;
+
+ void unpauseAnimations() native;
+
+ void unsuspendRedraw(int suspendHandleId) native;
+
+ void unsuspendRedrawAll() native;
+
+ // From SVGTests
+
+ SVGStringList requiredExtensions;
+
+ SVGStringList requiredFeatures;
+
+ SVGStringList systemLanguage;
+
+ bool hasExtension(String extension) native;
+
+ // From SVGLangSpace
+
+ String xmllang;
+
+ String xmlspace;
+
+ // From SVGExternalResourcesRequired
+
+ SVGAnimatedBoolean externalResourcesRequired;
+
+ // From SVGStylable
+
+ SVGAnimatedString className;
+
+ CSSStyleDeclaration style;
+
+ CSSValue getPresentationAttribute(String name) native;
+
+ // From SVGLocatable
+
+ SVGElement farthestViewportElement;
+
+ SVGElement nearestViewportElement;
+
+ SVGRect getBBox() native;
+
+ SVGMatrix getCTM() native;
+
+ SVGMatrix getScreenCTM() native;
+
+ SVGMatrix getTransformToElement(SVGElement element) native;
+
+ // From SVGFitToViewBox
+
+ SVGAnimatedPreserveAspectRatio preserveAspectRatio;
+
+ SVGAnimatedRect viewBox;
+
+ // From SVGZoomAndPan
+
+ int zoomAndPan;
+}
« no previous file with comments | « client/dom/generated/src/frog/SVGRenderingIntent.dart ('k') | client/dom/generated/src/frog/SVGScriptElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698