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

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

Issue 9663027: Remove generated directories with 100s of files. (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 _HTMLElementJs extends _ElementJs implements HTMLElement native "*HTMLElem ent" {
3
4 String accessKey;
5
6 final _HTMLCollectionJs children;
7
8 final _DOMTokenListJs classList;
9
10 String className;
11
12 String contentEditable;
13
14 String dir;
15
16 bool draggable;
17
18 bool hidden;
19
20 String id;
21
22 String innerHTML;
23
24 String innerText;
25
26 final bool isContentEditable;
27
28 String lang;
29
30 String outerHTML;
31
32 String outerText;
33
34 bool spellcheck;
35
36 int tabIndex;
37
38 String title;
39
40 bool translate;
41
42 String webkitdropzone;
43
44 void click() native;
45
46 _ElementJs insertAdjacentElement(String where, _ElementJs element) native;
47
48 void insertAdjacentHTML(String where, String html) native;
49
50 void insertAdjacentText(String where, String text) native;
51 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLDocument.dart ('k') | client/dom/generated/src/frog/HTMLEmbedElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698