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

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

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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 _HTMLElementJs extends _ElementJs implements HTMLElement native "*HTMLElem ent" { 2 class _HTMLElementJs extends _ElementJs implements HTMLElement native "*HTMLElem ent" {
3 3
4 String accessKey; 4 String accessKey;
5 5
6 final _HTMLCollectionJs children; 6 final _HTMLCollectionJs children;
7 7
8 final _DOMTokenListJs classList; 8 final _DOMTokenListJs classList;
9 9
10 String className; 10 String className;
(...skipping 21 matching lines...) Expand all
32 String outerText; 32 String outerText;
33 33
34 bool spellcheck; 34 bool spellcheck;
35 35
36 int tabIndex; 36 int tabIndex;
37 37
38 String title; 38 String title;
39 39
40 String webkitdropzone; 40 String webkitdropzone;
41 41
42 void click() native;
43
42 _ElementJs insertAdjacentElement(String where, _ElementJs element) native; 44 _ElementJs insertAdjacentElement(String where, _ElementJs element) native;
43 45
44 void insertAdjacentHTML(String where, String html) native; 46 void insertAdjacentHTML(String where, String html) native;
45 47
46 void insertAdjacentText(String where, String text) native; 48 void insertAdjacentText(String where, String text) native;
47 } 49 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLButtonElement.dart ('k') | client/dom/generated/src/frog/HTMLInputElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698