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

Side by Side Diff: third_party/WebCore/svg/SVGSVGElement.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
« no previous file with comments | « third_party/WebCore/svg/SVGRenderingIntent.idl ('k') | third_party/WebCore/svg/SVGStylable.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann@kde.org> 2 * Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann@kde.org>
3 * Copyright (C) 2004, 2005, 2010 Rob Buis <buis@kde.org> 3 * Copyright (C) 2004, 2005, 2010 Rob Buis <buis@kde.org>
4 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 4 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
5 * Copyright (C) 2006 Apple Inc. All rights reserved. 5 * Copyright (C) 2006 Apple Inc. All rights reserved.
6 * 6 *
7 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public 8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version. 10 * version 2 of the License, or (at your option) any later version.
(...skipping 30 matching lines...) Expand all
41 readonly attribute SVGAnimatedLength height; 41 readonly attribute SVGAnimatedLength height;
42 attribute DOMString contentScriptType 42 attribute DOMString contentScriptType
43 /*setter raises(DOMException)*/; 43 /*setter raises(DOMException)*/;
44 attribute DOMString contentStyleType 44 attribute DOMString contentStyleType
45 /*setter raises(DOMException)*/; 45 /*setter raises(DOMException)*/;
46 readonly attribute SVGRect viewport; 46 readonly attribute SVGRect viewport;
47 readonly attribute float pixelUnitToMillimeterX; 47 readonly attribute float pixelUnitToMillimeterX;
48 readonly attribute float pixelUnitToMillimeterY; 48 readonly attribute float pixelUnitToMillimeterY;
49 readonly attribute float screenPixelToMillimeterX; 49 readonly attribute float screenPixelToMillimeterX;
50 readonly attribute float screenPixelToMillimeterY; 50 readonly attribute float screenPixelToMillimeterY;
51 attribute boolean useCurrentView 51 readonly attribute boolean useCurrentView;
52 /*setter raises(DOMException)*/; 52 readonly attribute SVGViewSpec currentView;
53 // TODO readonly attribute SVGViewSpec currentView;
54 attribute float currentScale 53 attribute float currentScale
55 /*setter raises(DOMException)*/; 54 /*setter raises(DOMException)*/;
56 readonly attribute SVGPoint currentTranslate; 55 readonly attribute SVGPoint currentTranslate;
57 56
58 unsigned long suspendRedraw(in [Optional=DefaultIsUndefined] unsigned lo ng maxWaitMilliseconds); 57 unsigned long suspendRedraw(in [Optional=DefaultIsUndefined] unsigned lo ng maxWaitMilliseconds);
59 void unsuspendRedraw(in [Optional=DefaultIsUndefined] unsigned long susp endHandleId); 58 void unsuspendRedraw(in [Optional=DefaultIsUndefined] unsigned long susp endHandleId);
60 void unsuspendRedrawAll(); 59 void unsuspendRedrawAll();
61 void forceRedraw(); 60 void forceRedraw();
62 void pauseAnimations(); 61 void pauseAnimations();
63 void unpauseAnimations(); 62 void unpauseAnimations();
(...skipping 15 matching lines...) Expand all
79 SVGAngle createSVGAngle(); 78 SVGAngle createSVGAngle();
80 SVGPoint createSVGPoint(); 79 SVGPoint createSVGPoint();
81 SVGMatrix createSVGMatrix(); 80 SVGMatrix createSVGMatrix();
82 SVGRect createSVGRect(); 81 SVGRect createSVGRect();
83 SVGTransform createSVGTransform(); 82 SVGTransform createSVGTransform();
84 SVGTransform createSVGTransformFromMatrix(in [Optional=DefaultIsUndefine d] SVGMatrix matrix); 83 SVGTransform createSVGTransformFromMatrix(in [Optional=DefaultIsUndefine d] SVGMatrix matrix);
85 Element getElementById(in [Optional=DefaultIsUndefined] DOMString elemen tId); 84 Element getElementById(in [Optional=DefaultIsUndefined] DOMString elemen tId);
86 }; 85 };
87 86
88 } 87 }
OLDNEW
« no previous file with comments | « third_party/WebCore/svg/SVGRenderingIntent.idl ('k') | third_party/WebCore/svg/SVGStylable.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698