Home
last modified time | relevance | path

Searched refs:WINDOW_EVENT (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DEventNameList.h101 #ifndef WINDOW_EVENT
102 # define WINDOW_EVENT WINDOW_ONLY_EVENT macro
147 # define BEFOREUNLOAD_EVENT WINDOW_EVENT
275 WINDOW_EVENT(afterprint, eAfterPrint,
278 WINDOW_EVENT(beforeprint, eBeforePrint,
284 WINDOW_EVENT(hashchange, eHashChange,
295 WINDOW_EVENT(offline, eOffline,
298 WINDOW_EVENT(online, eOnline,
309 WINDOW_EVENT(popstate, ePopState,
318 WINDOW_EVENT(unload, eUnload,
[all …]
/dports/www/firefox/firefox-99.0/dom/events/
H A DEventNameList.h101 #ifndef WINDOW_EVENT
102 # define WINDOW_EVENT WINDOW_ONLY_EVENT macro
147 # define BEFOREUNLOAD_EVENT WINDOW_EVENT
278 WINDOW_EVENT(afterprint, eAfterPrint,
281 WINDOW_EVENT(beforeprint, eBeforePrint,
287 WINDOW_EVENT(hashchange, eHashChange,
298 WINDOW_EVENT(offline, eOffline,
301 WINDOW_EVENT(online, eOnline,
312 WINDOW_EVENT(popstate, ePopState,
321 WINDOW_EVENT(unload, eUnload,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DEventNameList.h101 #ifndef WINDOW_EVENT
102 # define WINDOW_EVENT WINDOW_ONLY_EVENT macro
147 # define BEFOREUNLOAD_EVENT WINDOW_EVENT
275 WINDOW_EVENT(afterprint, eAfterPrint,
278 WINDOW_EVENT(beforeprint, eBeforePrint,
284 WINDOW_EVENT(hashchange, eHashChange,
295 WINDOW_EVENT(offline, eOffline,
298 WINDOW_EVENT(online, eOnline,
309 WINDOW_EVENT(popstate, ePopState,
318 WINDOW_EVENT(unload, eUnload,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DEventNameList.h101 #ifndef WINDOW_EVENT
102 # define WINDOW_EVENT WINDOW_ONLY_EVENT macro
147 # define BEFOREUNLOAD_EVENT WINDOW_EVENT
278 WINDOW_EVENT(afterprint, eAfterPrint,
281 WINDOW_EVENT(beforeprint, eBeforePrint,
287 WINDOW_EVENT(hashchange, eHashChange,
298 WINDOW_EVENT(offline, eOffline,
301 WINDOW_EVENT(online, eOnline,
312 WINDOW_EVENT(popstate, ePopState,
321 WINDOW_EVENT(unload, eUnload,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DEventNameList.h101 #ifndef WINDOW_EVENT
102 #define WINDOW_EVENT WINDOW_ONLY_EVENT macro
147 #define BEFOREUNLOAD_EVENT WINDOW_EVENT
266 WINDOW_EVENT(afterprint, eAfterPrint,
269 WINDOW_EVENT(beforeprint, eBeforePrint,
275 WINDOW_EVENT(hashchange, eHashChange,
286 WINDOW_EVENT(offline, eOffline,
289 WINDOW_EVENT(online, eOnline,
300 WINDOW_EVENT(popstate, ePopState,
309 WINDOW_EVENT(unload, eUnload,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DEventNameList.h101 #ifndef WINDOW_EVENT
527 WINDOW_EVENT(afterprint,
550 WINDOW_EVENT(message,
554 WINDOW_EVENT(offline,
558 WINDOW_EVENT(online,
568 WINDOW_EVENT(pagehide,
572 WINDOW_EVENT(pageshow,
576 WINDOW_EVENT(popstate,
582 WINDOW_EVENT(storage,
588 WINDOW_EVENT(unload,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DEvent.java254 private static final int WINDOW_EVENT = 200; field in Event
259 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
264 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
269 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
274 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
279 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java258 private static final int WINDOW_EVENT = 200; field in Event
263 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
268 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
273 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
278 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
283 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/
H A DEvent.java256 private static final int WINDOW_EVENT = 200; field in Event
261 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
266 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
271 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
276 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
281 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DEvent.java254 private static final int WINDOW_EVENT = 200; field in Event
259 public static final int WINDOW_DESTROY = 1 + WINDOW_EVENT;
264 public static final int WINDOW_EXPOSE = 2 + WINDOW_EVENT;
269 public static final int WINDOW_ICONIFY = 3 + WINDOW_EVENT;
274 public static final int WINDOW_DEICONIFY = 4 + WINDOW_EVENT;
279 public static final int WINDOW_MOVED = 5 + WINDOW_EVENT;
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLFrameSetElement.h81 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
87 #undef WINDOW_EVENT
H A DHTMLBodyElement.h38 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
44 #undef WINDOW_EVENT
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLFrameSetElement.h81 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
87 #undef WINDOW_EVENT
H A DHTMLBodyElement.h38 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
44 #undef WINDOW_EVENT
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLFrameSetElement.h81 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
87 #undef WINDOW_EVENT
H A DHTMLBodyElement.h38 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
44 #undef WINDOW_EVENT
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLFrameSetElement.h81 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
87 #undef WINDOW_EVENT
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLFrameSetElement.h81 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
87 #undef WINDOW_EVENT
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLFrameSetElement.h93 #define WINDOW_EVENT(name_, id_, type_, struct_) \ macro
99 #undef WINDOW_EVENT

12