OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2005, 2007 Apple Inc. All rights reserved. | 2 * Copyright (C) 2005, 2007 Apple Inc. All rights reserved. |
3 * Copyright (C) 2006 Jon Shier (jshier@iastate.edu) | 3 * Copyright (C) 2006 Jon Shier (jshier@iastate.edu) |
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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 macro(datachannel) \ | 245 macro(datachannel) \ |
246 macro(tonechange) \ | 246 macro(tonechange) \ |
247 \ | 247 \ |
248 macro(show) \ | 248 macro(show) \ |
249 \ | 249 \ |
250 macro(webkitpointerlockchange) \ | 250 macro(webkitpointerlockchange) \ |
251 macro(webkitpointerlockerror) \ | 251 macro(webkitpointerlockerror) \ |
252 \ | 252 \ |
253 macro(webkitregionlayoutupdate) \ | 253 macro(webkitregionlayoutupdate) \ |
254 \ | 254 \ |
| 255 macro(webkitregionoversetchange) \ |
| 256 \ |
255 macro(webkitnetworkinfochange) \ | 257 macro(webkitnetworkinfochange) \ |
256 \ | 258 \ |
257 macro(webkitresourcetimingbufferfull) \ | 259 macro(webkitresourcetimingbufferfull) \ |
258 \ | 260 \ |
259 macro(webkitdeviceproximity) \ | 261 macro(webkitdeviceproximity) \ |
260 \ | 262 \ |
261 macro(autocomplete) \ | 263 macro(autocomplete) \ |
262 macro(autocompleteerror) \ | 264 macro(autocompleteerror) \ |
263 \ | 265 \ |
264 macro(webkitprerenderstart) \ | 266 macro(webkitprerenderstart) \ |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 }; | 321 }; |
320 | 322 |
321 inline EventNames& eventNames() | 323 inline EventNames& eventNames() |
322 { | 324 { |
323 return threadGlobalData().eventNames(); | 325 return threadGlobalData().eventNames(); |
324 } | 326 } |
325 | 327 |
326 } | 328 } |
327 | 329 |
328 #endif | 330 #endif |
OLD | NEW |