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

Side by Side Diff: core/dom/WheelEvent.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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
« no previous file with comments | « core/dom/WebKitNamedFlow.idl ('k') | core/dom/shadow/ShadowRoot.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2010 Apple Inc. All rights reserved.
3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 17 matching lines...) Expand all
28 [InitializedByEventConstructor] readonly attribute long wheelDeltaX; 28 [InitializedByEventConstructor] readonly attribute long wheelDeltaX;
29 [InitializedByEventConstructor] readonly attribute long wheelDeltaY; 29 [InitializedByEventConstructor] readonly attribute long wheelDeltaY;
30 [InitializedByEventConstructor] readonly attribute unsigned long deltaMode; 30 [InitializedByEventConstructor] readonly attribute unsigned long deltaMode;
31 31
32 readonly attribute long wheelDelta; 32 readonly attribute long wheelDelta;
33 33
34 // WebKit Extension 34 // WebKit Extension
35 readonly attribute boolean webkitDirectionInvertedFromDevice; 35 readonly attribute boolean webkitDirectionInvertedFromDevice;
36 36
37 void initWebKitWheelEvent([Default=Undefined] optional long wheelDeltaX, 37 void initWebKitWheelEvent([Default=Undefined] optional long wheelDeltaX,
38 [Default=Undefined] optional long wheelDeltaY, 38 [Default=Undefined] optional long wheelDeltaY,
39 [Default=Undefined] optional Window view, 39 [Default=Undefined] optional Window view,
40 [Default=Undefined] optional long screenX, 40 [Default=Undefined] optional long screenX,
41 [Default=Undefined] optional long screenY, 41 [Default=Undefined] optional long screenY,
42 [Default=Undefined] optional long clientX, 42 [Default=Undefined] optional long clientX,
43 [Default=Undefined] optional long clientY, 43 [Default=Undefined] optional long clientY,
44 [Default=Undefined] optional boolean ctrlKey, 44 [Default=Undefined] optional boolean ctrlKey,
45 [Default=Undefined] optional boolean altKey, 45 [Default=Undefined] optional boolean altKey,
46 [Default=Undefined] optional boolean shiftKey, 46 [Default=Undefined] optional boolean shiftKey,
47 [Default=Undefined] optional boolean metaKey); 47 [Default=Undefined] optional boolean metaKey);
48 }; 48 };
OLDNEW
« no previous file with comments | « core/dom/WebKitNamedFlow.idl ('k') | core/dom/shadow/ShadowRoot.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698