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

Side by Side Diff: third_party/WebKit/Source/core/dom/GlobalEventHandlers.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698