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

Side by Side Diff: client/html/generated/html/frog/IFrameElement.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 _IFrameElementImpl extends _ElementImpl implements IFrameElement native "* HTMLIFrameElement" {
3
4 String align;
5
6 _DocumentImpl get contentDocument() => _FixHtmlDocumentReference(_contentDocum ent);
7
8 _EventTargetImpl get _contentDocument() native "return this.contentDocument;";
9
10 final _WindowImpl contentWindow;
11
12 String frameBorder;
13
14 String height;
15
16 String longDesc;
17
18 String marginHeight;
19
20 String marginWidth;
21
22 String name;
23
24 String sandbox;
25
26 String scrolling;
27
28 String src;
29
30 String width;
31
32 _SVGDocumentImpl getSVGDocument() native;
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698