tizen beta release
[framework/web/webkit-efl.git] / DerivedSources / WebCore / EventTargetHeaders.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 EventTargetHeaders_h
29 #define EventTargetHeaders_h
30
31 #if ENABLE(WEB_AUDIO)
32 #include "AudioContext.h"
33 #if USE(JSC)
34 #include "JSAudioContext.h"
35 #elif USE(V8)
36 #include "V8AudioContext.h"
37 #endif
38 #endif
39 #include "DOMApplicationCache.h"
40 #if USE(JSC)
41 #include "JSDOMApplicationCache.h"
42 #elif USE(V8)
43 #include "V8DOMApplicationCache.h"
44 #endif
45 #include "DOMWindow.h"
46 #if USE(JSC)
47 #include "JSDOMWindow.h"
48 #elif USE(V8)
49 #include "V8DOMWindow.h"
50 #endif
51 #if ENABLE(WORKERS)
52 #include "DedicatedWorkerContext.h"
53 #if USE(JSC)
54 #include "JSDedicatedWorkerContext.h"
55 #elif USE(V8)
56 #include "V8DedicatedWorkerContext.h"
57 #endif
58 #endif
59 #include "EventSource.h"
60 #if USE(JSC)
61 #include "JSEventSource.h"
62 #elif USE(V8)
63 #include "V8EventSource.h"
64 #endif
65 #if ENABLE(BLOB)
66 #include "FileReader.h"
67 #if USE(JSC)
68 #include "JSFileReader.h"
69 #elif USE(V8)
70 #include "V8FileReader.h"
71 #endif
72 #endif
73 #if ENABLE(FILE_SYSTEM)
74 #include "FileWriter.h"
75 #if USE(JSC)
76 #include "JSFileWriter.h"
77 #elif USE(V8)
78 #include "V8FileWriter.h"
79 #endif
80 #endif
81 #if ENABLE(INDEXED_DATABASE)
82 #include "IDBDatabase.h"
83 #if USE(JSC)
84 #include "JSIDBDatabase.h"
85 #elif USE(V8)
86 #include "V8IDBDatabase.h"
87 #endif
88 #endif
89 #if ENABLE(INDEXED_DATABASE)
90 #include "IDBRequest.h"
91 #if USE(JSC)
92 #include "JSIDBRequest.h"
93 #elif USE(V8)
94 #include "V8IDBRequest.h"
95 #endif
96 #endif
97 #if ENABLE(INDEXED_DATABASE)
98 #include "IDBTransaction.h"
99 #if USE(JSC)
100 #include "JSIDBTransaction.h"
101 #elif USE(V8)
102 #include "V8IDBTransaction.h"
103 #endif
104 #endif
105 #if ENABLE(INDEXED_DATABASE)
106 #include "IDBVersionChangeRequest.h"
107 #if USE(JSC)
108 #include "JSIDBVersionChangeRequest.h"
109 #elif USE(V8)
110 #include "V8IDBVersionChangeRequest.h"
111 #endif
112 #endif
113 #if ENABLE(WEB_AUDIO)
114 #include "JavaScriptAudioNode.h"
115 #if USE(JSC)
116 #include "JSJavaScriptAudioNode.h"
117 #elif USE(V8)
118 #include "V8JavaScriptAudioNode.h"
119 #endif
120 #endif
121 #if ENABLE(MEDIA_STREAM)
122 #include "LocalMediaStream.h"
123 #if USE(JSC)
124 #include "JSLocalMediaStream.h"
125 #elif USE(V8)
126 #include "V8LocalMediaStream.h"
127 #endif
128 #endif
129 #if ENABLE(VIDEO)
130 #include "MediaController.h"
131 #if USE(JSC)
132 #include "JSMediaController.h"
133 #elif USE(V8)
134 #include "V8MediaController.h"
135 #endif
136 #endif
137 #if ENABLE(MEDIA_STREAM)
138 #include "MediaStream.h"
139 #if USE(JSC)
140 #include "JSMediaStream.h"
141 #elif USE(V8)
142 #include "V8MediaStream.h"
143 #endif
144 #endif
145 #include "MessagePort.h"
146 #if USE(JSC)
147 #include "JSMessagePort.h"
148 #elif USE(V8)
149 #include "V8MessagePort.h"
150 #endif
151 #include "Node.h"
152 #if USE(JSC)
153 #include "JSNode.h"
154 #elif USE(V8)
155 #include "V8Node.h"
156 #endif
157 #if ENABLE(NOTIFICATIONS)
158 #include "Notification.h"
159 #if USE(JSC)
160 #include "JSNotification.h"
161 #elif USE(V8)
162 #include "V8Notification.h"
163 #endif
164 #endif
165 #if ENABLE(MEDIA_STREAM)
166 #include "PeerConnection.h"
167 #if USE(JSC)
168 #include "JSPeerConnection.h"
169 #elif USE(V8)
170 #include "V8PeerConnection.h"
171 #endif
172 #endif
173 #if ENABLE(SVG)
174 #include "SVGElementInstance.h"
175 #if USE(JSC)
176 #include "JSSVGElementInstance.h"
177 #elif USE(V8)
178 #include "V8SVGElementInstance.h"
179 #endif
180 #endif
181 #if ENABLE(SHARED_WORKERS)
182 #include "SharedWorker.h"
183 #if USE(JSC)
184 #include "JSSharedWorker.h"
185 #elif USE(V8)
186 #include "V8SharedWorker.h"
187 #endif
188 #endif
189 #if ENABLE(SHARED_WORKERS)
190 #include "SharedWorkerContext.h"
191 #if USE(JSC)
192 #include "JSSharedWorkerContext.h"
193 #elif USE(V8)
194 #include "V8SharedWorkerContext.h"
195 #endif
196 #endif
197 #if ENABLE(VIDEO_TRACK)
198 #include "TextTrack.h"
199 #if USE(JSC)
200 #include "JSTextTrack.h"
201 #elif USE(V8)
202 #include "V8TextTrack.h"
203 #endif
204 #endif
205 #if ENABLE(VIDEO_TRACK)
206 #include "TextTrackCue.h"
207 #if USE(JSC)
208 #include "JSTextTrackCue.h"
209 #elif USE(V8)
210 #include "V8TextTrackCue.h"
211 #endif
212 #endif
213 #if ENABLE(VIDEO_TRACK)
214 #include "TextTrackList.h"
215 #if USE(JSC)
216 #include "JSTextTrackList.h"
217 #elif USE(V8)
218 #include "V8TextTrackList.h"
219 #endif
220 #endif
221 #if ENABLE(WEB_SOCKETS)
222 #include "WebSocket.h"
223 #if USE(JSC)
224 #include "JSWebSocket.h"
225 #elif USE(V8)
226 #include "V8WebSocket.h"
227 #endif
228 #endif
229 #if ENABLE(WORKERS)
230 #include "Worker.h"
231 #if USE(JSC)
232 #include "JSWorker.h"
233 #elif USE(V8)
234 #include "V8Worker.h"
235 #endif
236 #endif
237 #include "XMLHttpRequest.h"
238 #if USE(JSC)
239 #include "JSXMLHttpRequest.h"
240 #elif USE(V8)
241 #include "V8XMLHttpRequest.h"
242 #endif
243 #include "XMLHttpRequestUpload.h"
244 #if USE(JSC)
245 #include "JSXMLHttpRequestUpload.h"
246 #elif USE(V8)
247 #include "V8XMLHttpRequestUpload.h"
248 #endif
249
250 #endif // EventTargetHeaders_h