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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List 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
1 1
2 class MouseEvent extends UIEvent native "MouseEvent" { 2 class MouseEvent extends UIEvent native "MouseEvent" {
3 3
4 bool altKey; 4 bool altKey;
5 5
6 int button; 6 int button;
7 7
8 int clientX; 8 int clientX;
9 9
10 int clientY; 10 int clientY;
11 11
12 bool ctrlKey; 12 bool ctrlKey;
13 13
14 Clipboard dataTransfer;
15
14 Node fromElement; 16 Node fromElement;
15 17
16 bool metaKey; 18 bool metaKey;
17 19
18 int offsetX; 20 int offsetX;
19 21
20 int offsetY; 22 int offsetY;
21 23
22 EventTarget relatedTarget; 24 EventTarget relatedTarget;
23 25
24 int screenX; 26 int screenX;
25 27
26 int screenY; 28 int screenY;
27 29
28 bool shiftKey; 30 bool shiftKey;
29 31
30 Node toElement; 32 Node toElement;
31 33
32 int x; 34 int x;
33 35
34 int y; 36 int y;
35 37
36 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t) native; 38 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t) native;
37 } 39 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/MessagePort.dart ('k') | client/dom/generated/src/frog/OperationNotAllowedException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698