Home | History | Annotate | Download | only in dom

Lines Matching refs:macro

30 #define DOM_EVENT_NAMES_FOR_EACH(macro) \
32 macro(abort) \
33 macro(beforecopy) \
34 macro(beforecut) \
35 macro(beforeload) \
36 macro(beforepaste) \
37 macro(beforeprocess) \
38 macro(beforeunload) \
39 macro(blocked) \
40 macro(blur) \
41 macro(cached) \
42 macro(change) \
43 macro(checking) \
44 macro(click) \
45 macro(close) \
46 macro(complete) \
47 macro(compositionend) \
48 macro(compositionstart) \
49 macro(compositionupdate) \
50 macro(connect) \
51 macro(contextmenu) \
52 macro(copy) \
53 macro(cut) \
54 macro(dblclick) \
55 macro(devicemotion) \
56 macro(deviceorientation) \
57 macro(display) \
58 macro(downloading) \
59 macro(drag) \
60 macro(dragend) \
61 macro(dragenter) \
62 macro(dragleave) \
63 macro(dragover) \
64 macro(dragstart) \
65 macro(drop) \
66 macro(error) \
67 macro(focus) \
68 macro(focusin) \
69 macro(focusout) \
70 macro(hashchange) \
71 macro(input) \
72 macro(invalid) \
73 macro(keydown) \
74 macro(keypress) \
75 macro(keyup) \
76 macro(load) \
77 macro(loadstart) \
78 macro(message) \
79 macro(mousedown) \
80 macro(mousemove) \
81 macro(mouseout) \
82 macro(mouseover) \
83 macro(mouseup) \
84 macro(mousewheel) \
85 macro(noupdate) \
86 macro(obsolete) \
87 macro(offline) \
88 macro(online) \
89 macro(open) \
90 macro(overflowchanged) \
91 macro(pagehide) \
92 macro(pageshow) \
93 macro(paste) \
94 macro(popstate) \
95 macro(readystatechange) \
96 macro(reset) \
97 macro(resize) \
98 macro(scroll) \
99 macro(search) \
100 macro(select) \
101 macro(selectstart) \
102 macro(selectionchange) \
103 macro(storage) \
104 macro(submit) \
105 macro(textInput) \
106 macro(unload) \
107 macro(updateready) \
108 macro(versionchange) \
109 macro(write) \
110 macro(writeend) \
111 macro(writestart) \
112 macro(zoom) \
114 macro(DOMActivate) \
115 macro(DOMFocusIn) \
116 macro(DOMFocusOut) \
117 macro(DOMAttrModified) \
118 macro(DOMCharacterDataModified) \
119 macro(DOMNodeInserted) \
120 macro(DOMNodeInsertedIntoDocument) \
121 macro(DOMNodeRemoved) \
122 macro(DOMNodeRemovedFromDocument) \
123 macro(DOMSubtreeModified) \
124 macro(DOMContentLoaded) \
126 macro(webkitBeforeTextInserted) \
127 macro(webkitEditableContentChanged) \
129 macro(canplay) \
130 macro(canplaythrough) \
131 macro(durationchange) \
132 macro(emptied) \
133 macro(ended) \
134 macro(loadeddata) \
135 macro(loadedmetadata) \
136 macro(pause) \
137 macro(play) \
138 macro(playing) \
139 macro(ratechange) \
140 macro(seeked) \
141 macro(seeking) \
142 macro(timeupdate) \
143 macro(volumechange) \
144 macro(waiting) \
146 macro(webkitbeginfullscreen) \
147 macro(webkitendfullscreen) \
149 macro(progress) \
150 macro(stalled) \
151 macro(suspend) \
153 macro(webkitAnimationEnd) \
154 macro(webkitAnimationStart) \
155 macro(webkitAnimationIteration) \
157 macro(webkitTransitionEnd) \
159 macro(orientationchange) \
161 macro(timeout) \
163 macro(touchstart) \
164 macro(touchmove) \
165 macro(touchend) \
166 macro(touchcancel) \
168 macro(touchlongpress) \
169 macro(touchdoubletap) \
172 macro(success) \
174 macro(loadend) \
176 macro(webkitfullscreenchange) \
178 macro(webkitspeechchange) \
180 macro(webglcontextlost) \
181 macro(webglcontextrestored) \
182 macro(webglcontextcreationerror) \
184 macro(audioprocess) \
190 int dummy; // Needed to make initialization macro work.