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

Side by Side Diff: Source/core/dom/EventNames.h

Issue 17176018: [CSS Regions] Add new regionOversetChange event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Integrated styling fixes Created 7 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
« no previous file with comments | « Source/core/dom/ElementRareData.cpp ('k') | Source/core/dom/NamedFlow.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/core/dom/ElementRareData.cpp ('k') | Source/core/dom/NamedFlow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698