tizen beta release
[framework/web/webkit-efl.git] / DerivedSources / WebCore / EventHeaders.h
1 /*
2  * THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT.
3  *
4  * Copyright (C) 2011 Google Inc.  All rights reserved.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions
8  * are met:
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  *    notice, this list of conditions and the following disclaimer in the
13  *    documentation and/or other materials provided with the distribution.
14  *
15  * THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY
16  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
19  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
23  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27
28 #ifndef EventHeaders_h
29 #define EventHeaders_h
30
31 #if ENABLE(WEB_AUDIO)
32 #include "AudioProcessingEvent.h"
33 #if USE(JSC)
34 #include "JSAudioProcessingEvent.h"
35 #elif USE(V8)
36 #include "V8AudioProcessingEvent.h"
37 #endif
38 #endif
39 #include "BeforeLoadEvent.h"
40 #if USE(JSC)
41 #include "JSBeforeLoadEvent.h"
42 #elif USE(V8)
43 #include "V8BeforeLoadEvent.h"
44 #endif
45 #include "CloseEvent.h"
46 #if USE(JSC)
47 #include "JSCloseEvent.h"
48 #elif USE(V8)
49 #include "V8CloseEvent.h"
50 #endif
51 #include "CompositionEvent.h"
52 #if USE(JSC)
53 #include "JSCompositionEvent.h"
54 #elif USE(V8)
55 #include "V8CompositionEvent.h"
56 #endif
57 #include "CustomEvent.h"
58 #if USE(JSC)
59 #include "JSCustomEvent.h"
60 #elif USE(V8)
61 #include "V8CustomEvent.h"
62 #endif
63 #if ENABLE(DEVICE_ORIENTATION)
64 #include "DeviceMotionEvent.h"
65 #if USE(JSC)
66 #include "JSDeviceMotionEvent.h"
67 #elif USE(V8)
68 #include "V8DeviceMotionEvent.h"
69 #endif
70 #endif
71 #if ENABLE(DEVICE_ORIENTATION)
72 #include "DeviceOrientationEvent.h"
73 #if USE(JSC)
74 #include "JSDeviceOrientationEvent.h"
75 #elif USE(V8)
76 #include "V8DeviceOrientationEvent.h"
77 #endif
78 #endif
79 #include "ErrorEvent.h"
80 #if USE(JSC)
81 #include "JSErrorEvent.h"
82 #elif USE(V8)
83 #include "V8ErrorEvent.h"
84 #endif
85 #include "Event.h"
86 #if USE(JSC)
87 #include "JSEvent.h"
88 #elif USE(V8)
89 #include "V8Event.h"
90 #endif
91 #include "HashChangeEvent.h"
92 #if USE(JSC)
93 #include "JSHashChangeEvent.h"
94 #elif USE(V8)
95 #include "V8HashChangeEvent.h"
96 #endif
97 #if ENABLE(INDEXED_DATABASE)
98 #include "IDBVersionChangeEvent.h"
99 #if USE(JSC)
100 #include "JSIDBVersionChangeEvent.h"
101 #elif USE(V8)
102 #include "V8IDBVersionChangeEvent.h"
103 #endif
104 #endif
105 #include "KeyboardEvent.h"
106 #if USE(JSC)
107 #include "JSKeyboardEvent.h"
108 #elif USE(V8)
109 #include "V8KeyboardEvent.h"
110 #endif
111 #if ENABLE(MEDIA_STREAM)
112 #include "MediaStreamEvent.h"
113 #if USE(JSC)
114 #include "JSMediaStreamEvent.h"
115 #elif USE(V8)
116 #include "V8MediaStreamEvent.h"
117 #endif
118 #endif
119 #include "MessageEvent.h"
120 #if USE(JSC)
121 #include "JSMessageEvent.h"
122 #elif USE(V8)
123 #include "V8MessageEvent.h"
124 #endif
125 #include "MouseEvent.h"
126 #if USE(JSC)
127 #include "JSMouseEvent.h"
128 #elif USE(V8)
129 #include "V8MouseEvent.h"
130 #endif
131 #include "MutationEvent.h"
132 #if USE(JSC)
133 #include "JSMutationEvent.h"
134 #elif USE(V8)
135 #include "V8MutationEvent.h"
136 #endif
137 #if ENABLE(WEB_AUDIO)
138 #include "OfflineAudioCompletionEvent.h"
139 #if USE(JSC)
140 #include "JSOfflineAudioCompletionEvent.h"
141 #elif USE(V8)
142 #include "V8OfflineAudioCompletionEvent.h"
143 #endif
144 #endif
145 #include "OverflowEvent.h"
146 #if USE(JSC)
147 #include "JSOverflowEvent.h"
148 #elif USE(V8)
149 #include "V8OverflowEvent.h"
150 #endif
151 #include "PageTransitionEvent.h"
152 #if USE(JSC)
153 #include "JSPageTransitionEvent.h"
154 #elif USE(V8)
155 #include "V8PageTransitionEvent.h"
156 #endif
157 #include "PopStateEvent.h"
158 #if USE(JSC)
159 #include "JSPopStateEvent.h"
160 #elif USE(V8)
161 #include "V8PopStateEvent.h"
162 #endif
163 #include "ProgressEvent.h"
164 #if USE(JSC)
165 #include "JSProgressEvent.h"
166 #elif USE(V8)
167 #include "V8ProgressEvent.h"
168 #endif
169 #if ENABLE(SVG)
170 #include "SVGZoomEvent.h"
171 #if USE(JSC)
172 #include "JSSVGZoomEvent.h"
173 #elif USE(V8)
174 #include "V8SVGZoomEvent.h"
175 #endif
176 #endif
177 #if ENABLE(INPUT_SPEECH)
178 #include "SpeechInputEvent.h"
179 #if USE(JSC)
180 #include "JSSpeechInputEvent.h"
181 #elif USE(V8)
182 #include "V8SpeechInputEvent.h"
183 #endif
184 #endif
185 #include "StorageEvent.h"
186 #if USE(JSC)
187 #include "JSStorageEvent.h"
188 #elif USE(V8)
189 #include "V8StorageEvent.h"
190 #endif
191 #include "TextEvent.h"
192 #if USE(JSC)
193 #include "JSTextEvent.h"
194 #elif USE(V8)
195 #include "V8TextEvent.h"
196 #endif
197 #if ENABLE(TOUCH_EVENTS)
198 #include "TouchEvent.h"
199 #if USE(JSC)
200 #include "JSTouchEvent.h"
201 #elif USE(V8)
202 #include "V8TouchEvent.h"
203 #endif
204 #endif
205 #if ENABLE(VIDEO_TRACK)
206 #include "TrackEvent.h"
207 #if USE(JSC)
208 #include "JSTrackEvent.h"
209 #elif USE(V8)
210 #include "V8TrackEvent.h"
211 #endif
212 #endif
213 #include "UIEvent.h"
214 #if USE(JSC)
215 #include "JSUIEvent.h"
216 #elif USE(V8)
217 #include "V8UIEvent.h"
218 #endif
219 #if ENABLE(WEBGL)
220 #include "WebGLContextEvent.h"
221 #if USE(JSC)
222 #include "JSWebGLContextEvent.h"
223 #elif USE(V8)
224 #include "V8WebGLContextEvent.h"
225 #endif
226 #endif
227 #include "WebKitAnimationEvent.h"
228 #if USE(JSC)
229 #include "JSWebKitAnimationEvent.h"
230 #elif USE(V8)
231 #include "V8WebKitAnimationEvent.h"
232 #endif
233 #include "WebKitTransitionEvent.h"
234 #if USE(JSC)
235 #include "JSWebKitTransitionEvent.h"
236 #elif USE(V8)
237 #include "V8WebKitTransitionEvent.h"
238 #endif
239 #include "WheelEvent.h"
240 #if USE(JSC)
241 #include "JSWheelEvent.h"
242 #elif USE(V8)
243 #include "V8WheelEvent.h"
244 #endif
245 #include "XMLHttpRequestProgressEvent.h"
246 #if USE(JSC)
247 #include "JSXMLHttpRequestProgressEvent.h"
248 #elif USE(V8)
249 #include "V8XMLHttpRequestProgressEvent.h"
250 #endif
251
252 #endif // EventHeaders_h