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

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

Powered by Google App Engine
This is Rietveld 408576698