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

Side by Side Diff: client/dom/generated/src/frog/MouseEvent.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 _MouseEventJs extends _UIEventJs implements MouseEvent native "*MouseEvent " {
3
4 final bool altKey;
5
6 final int button;
7
8 final int clientX;
9
10 final int clientY;
11
12 final bool ctrlKey;
13
14 final _ClipboardJs dataTransfer;
15
16 final _NodeJs fromElement;
17
18 final bool metaKey;
19
20 final int offsetX;
21
22 final int offsetY;
23
24 final _EventTargetJs relatedTarget;
25
26 final int screenX;
27
28 final int screenY;
29
30 final bool shiftKey;
31
32 final _NodeJs toElement;
33
34 final int x;
35
36 final int y;
37
38 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate dTarget) native;
39 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/Metadata.dart ('k') | client/dom/generated/src/frog/MutationEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698