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

Side by Side Diff: client/dom/generated/src/frog/KeyboardEvent.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 KeyboardEvent extends UIEvent native "KeyboardEvent" {
3
4 bool altGraphKey;
5
6 bool altKey;
7
8 bool ctrlKey;
9
10 String keyIdentifier;
11
12 int keyLocation;
13
14 bool metaKey;
15
16 bool shiftKey;
17
18 bool getModifierState(String keyIdentifierArg) native;
19
20 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh iftKey, bool metaKey, bool altGraphKey) native;
21 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/JavaScriptCallFrame.dart ('k') | client/dom/generated/src/frog/LocalMediaStream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698