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

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

Issue 8387057: Forgot generated code for frog dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 Event native "Event" {
3
4 bool bubbles;
5
6 bool cancelBubble;
7
8 bool cancelable;
9
10 EventTarget currentTarget;
11
12 bool defaultPrevented;
13
14 int eventPhase;
15
16 bool returnValue;
17
18 EventTarget srcElement;
19
20 EventTarget target;
21
22 int timeStamp;
23
24 String type;
25
26 void initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) nat ive;
27
28 void preventDefault() native;
29
30 void stopImmediatePropagation() native;
31
32 void stopPropagation() native;
33
34 var dartObjectLocalStorage;
35
36 String get typeName() native;
37 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/ErrorEvent.dart ('k') | client/dom/generated/src/frog/EventException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698