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

Side by Side Diff: client/dom/generated/src/frog/Document.dart

Issue 9109032: Make most native types hidden. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class Document extends Node native "Document" { 2 class Document extends Node native "*Document" {
3 3
4 String URL; 4 String URL;
5 5
6 HTMLCollection anchors; 6 HTMLCollection anchors;
7 7
8 HTMLCollection applets; 8 HTMLCollection applets;
9 9
10 HTMLElement body; 10 HTMLElement body;
11 11
12 String characterSet; 12 String characterSet;
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 String queryCommandValue(String command) native; 148 String queryCommandValue(String command) native;
149 149
150 Element querySelector(String selectors) native; 150 Element querySelector(String selectors) native;
151 151
152 NodeList querySelectorAll(String selectors) native; 152 NodeList querySelectorAll(String selectors) native;
153 153
154 void webkitCancelFullScreen() native; 154 void webkitCancelFullScreen() native;
155 155
156 WebKitNamedFlow webkitGetFlowByName(String name) native; 156 WebKitNamedFlow webkitGetFlowByName(String name) native;
157 } 157 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/CharacterData.dart ('k') | client/dom/generated/src/frog/Element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698