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

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

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 HTMLKeygenElement extends HTMLElement native "HTMLKeygenElement" { 2 class HTMLKeygenElement extends HTMLElement native "*HTMLKeygenElement" {
3 3
4 bool autofocus; 4 bool autofocus;
5 5
6 String challenge; 6 String challenge;
7 7
8 bool disabled; 8 bool disabled;
9 9
10 HTMLFormElement form; 10 HTMLFormElement form;
11 11
12 String keytype; 12 String keytype;
13 13
14 NodeList labels; 14 NodeList labels;
15 15
16 String name; 16 String name;
17 17
18 String type; 18 String type;
19 19
20 String validationMessage; 20 String validationMessage;
21 21
22 ValidityState validity; 22 ValidityState validity;
23 23
24 bool willValidate; 24 bool willValidate;
25 25
26 bool checkValidity() native; 26 bool checkValidity() native;
27 27
28 void setCustomValidity(String error) native; 28 void setCustomValidity(String error) native;
29 } 29 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLIsIndexElement.dart ('k') | client/dom/generated/src/frog/HTMLLIElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698