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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 11348382: Moving AudioElement back to dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index 860baf9bd549548b40e9b8770bf123c1a118ddc2..2e50a819bfacc68846db29e204c1e6fde0561918 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -1503,6 +1503,34 @@ class ElementInstanceEvents extends Events {
// WARNING: Do not edit - generated code.
+/// @domName ElementTimeControl
+class ElementTimeControl extends NativeFieldWrapperClass1 {
+ ElementTimeControl.internal();
+
+
+ /** @domName ElementTimeControl.beginElement */
+ void beginElement() native "ElementTimeControl_beginElement_Callback";
+
+
+ /** @domName ElementTimeControl.beginElementAt */
+ void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Callback";
+
+
+ /** @domName ElementTimeControl.endElement */
+ void endElement() native "ElementTimeControl_endElement_Callback";
+
+
+ /** @domName ElementTimeControl.endElementAt */
+ void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback";
+
+}
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+// WARNING: Do not edit - generated code.
+
+
/// @domName SVGEllipseElement
class EllipseElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {

Powered by Google App Engine
This is Rietveld 408576698