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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 11783102: Reverted https://codereview.chromium.org/11734022 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 4047ff8e486f2721ebf7e03c73633f155962b95d..1e397f1948679a31871be1b045a3f687ef72d7d2 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -276,6 +276,106 @@ class AnimationEvent extends Event {
// WARNING: Do not edit - generated code.
+/// @domName HTMLAppletElement
+class AppletElement extends _Element_Merged {
+ AppletElement.internal() : super.internal();
+
+
+ /** @domName HTMLAppletElement.align */
+ String get align native "HTMLAppletElement_align_Getter";
+
+
+ /** @domName HTMLAppletElement.align */
+ void set align(String value) native "HTMLAppletElement_align_Setter";
+
+
+ /** @domName HTMLAppletElement.alt */
+ String get alt native "HTMLAppletElement_alt_Getter";
+
+
+ /** @domName HTMLAppletElement.alt */
+ void set alt(String value) native "HTMLAppletElement_alt_Setter";
+
+
+ /** @domName HTMLAppletElement.archive */
+ String get archive native "HTMLAppletElement_archive_Getter";
+
+
+ /** @domName HTMLAppletElement.archive */
+ void set archive(String value) native "HTMLAppletElement_archive_Setter";
+
+
+ /** @domName HTMLAppletElement.code */
+ String get code native "HTMLAppletElement_code_Getter";
+
+
+ /** @domName HTMLAppletElement.code */
+ void set code(String value) native "HTMLAppletElement_code_Setter";
+
+
+ /** @domName HTMLAppletElement.codeBase */
+ String get codeBase native "HTMLAppletElement_codeBase_Getter";
+
+
+ /** @domName HTMLAppletElement.codeBase */
+ void set codeBase(String value) native "HTMLAppletElement_codeBase_Setter";
+
+
+ /** @domName HTMLAppletElement.height */
+ String get height native "HTMLAppletElement_height_Getter";
+
+
+ /** @domName HTMLAppletElement.height */
+ void set height(String value) native "HTMLAppletElement_height_Setter";
+
+
+ /** @domName HTMLAppletElement.hspace */
+ String get hspace native "HTMLAppletElement_hspace_Getter";
+
+
+ /** @domName HTMLAppletElement.hspace */
+ void set hspace(String value) native "HTMLAppletElement_hspace_Setter";
+
+
+ /** @domName HTMLAppletElement.name */
+ String get name native "HTMLAppletElement_name_Getter";
+
+
+ /** @domName HTMLAppletElement.name */
+ void set name(String value) native "HTMLAppletElement_name_Setter";
+
+
+ /** @domName HTMLAppletElement.object */
+ String get object native "HTMLAppletElement_object_Getter";
+
+
+ /** @domName HTMLAppletElement.object */
+ void set object(String value) native "HTMLAppletElement_object_Setter";
+
+
+ /** @domName HTMLAppletElement.vspace */
+ String get vspace native "HTMLAppletElement_vspace_Getter";
+
+
+ /** @domName HTMLAppletElement.vspace */
+ void set vspace(String value) native "HTMLAppletElement_vspace_Setter";
+
+
+ /** @domName HTMLAppletElement.width */
+ String get width native "HTMLAppletElement_width_Getter";
+
+
+ /** @domName HTMLAppletElement.width */
+ void set width(String value) native "HTMLAppletElement_width_Setter";
+
+}
+// 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 DOMApplicationCache
class ApplicationCache extends EventTarget {
ApplicationCache.internal() : super.internal();
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698