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

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

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attribute tests. Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/EventListenerMap.cpp ('k') | Source/core/dom/EventTarget.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 macro(keypress) \ 85 macro(keypress) \
86 macro(keyup) \ 86 macro(keyup) \
87 macro(levelchange) \ 87 macro(levelchange) \
88 macro(load) \ 88 macro(load) \
89 macro(loading) \ 89 macro(loading) \
90 macro(loadingdone) \ 90 macro(loadingdone) \
91 macro(loadstart) \ 91 macro(loadstart) \
92 macro(message) \ 92 macro(message) \
93 macro(midimessage) \ 93 macro(midimessage) \
94 macro(mousedown) \ 94 macro(mousedown) \
95 macro(mouseenter) \
96 macro(mouseleave) \
95 macro(mousemove) \ 97 macro(mousemove) \
96 macro(mouseout) \ 98 macro(mouseout) \
97 macro(mouseover) \ 99 macro(mouseover) \
98 macro(mouseup) \ 100 macro(mouseup) \
99 macro(mousewheel) \ 101 macro(mousewheel) \
100 macro(noupdate) \ 102 macro(noupdate) \
101 macro(obsolete) \ 103 macro(obsolete) \
102 macro(offline) \ 104 macro(offline) \
103 macro(online) \ 105 macro(online) \
104 macro(open) \ 106 macro(open) \
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 }; 323 };
322 324
323 inline EventNames& eventNames() 325 inline EventNames& eventNames()
324 { 326 {
325 return threadGlobalData().eventNames(); 327 return threadGlobalData().eventNames();
326 } 328 }
327 329
328 } 330 }
329 331
330 #endif 332 #endif
OLDNEW
« no previous file with comments | « Source/core/dom/EventListenerMap.cpp ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698