| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2013, Opera Software ASA. All rights reserved. | 2 * Copyright (c) 2013, Opera Software ASA. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(submit); | 102 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(submit); |
| 103 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(suspend); | 103 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(suspend); |
| 104 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(timeupdate); | 104 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(timeupdate); |
| 105 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(toggle); | 105 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(toggle); |
| 106 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchcancel); | 106 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchcancel); |
| 107 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchend); | 107 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchend); |
| 108 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchmove); | 108 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchmove); |
| 109 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchstart); | 109 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchstart); |
| 110 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(volumechange); | 110 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(volumechange); |
| 111 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waiting); | 111 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waiting); |
| 112 } | 112 } // namespace GlobalEventHandlers |
| 113 | 113 |
| 114 } // namespace | 114 } // namespace blink |
| 115 | 115 |
| 116 #endif | 116 #endif |
| OLD | NEW |