Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 25 of 3002) sorted by relevance

12345678910>>...121

/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/about/
H A DnsAboutCache.h21 #define NS_FORWARD_SAFE_NSICHANNEL_SUBSET(_to) \ argument
23 return !(_to) ? NS_ERROR_NULL_POINTER \
24 : (_to)->GetOriginalURI(aOriginalURI); \
27 return !(_to) ? NS_ERROR_NULL_POINTER \
31 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetURI(aURI); \
34 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetOwner(aOwner); \
37 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->SetOwner(aOwner); \
104 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetLoadInfo(aLoadInfo); \
107 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->SetLoadInfo(aLoadInfo); \
110 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetIsDocument(aIsDocument); \
[all …]
/dports/www/firefox/firefox-99.0/netwerk/protocol/about/
H A DnsAboutCache.h21 #define NS_FORWARD_SAFE_NSICHANNEL_SUBSET(_to) \ argument
23 return !(_to) ? NS_ERROR_NULL_POINTER \
24 : (_to)->GetOriginalURI(aOriginalURI); \
27 return !(_to) ? NS_ERROR_NULL_POINTER \
31 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetURI(aURI); \
34 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetOwner(aOwner); \
37 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->SetOwner(aOwner); \
104 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetLoadInfo(aLoadInfo); \
107 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->SetLoadInfo(aLoadInfo); \
110 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetIsDocument(aIsDocument); \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/about/
H A DnsAboutCache.h21 #define NS_FORWARD_SAFE_NSICHANNEL_SUBSET(_to) \ argument
23 return !(_to) ? NS_ERROR_NULL_POINTER \
24 : (_to)->GetOriginalURI(aOriginalURI); \
27 return !(_to) ? NS_ERROR_NULL_POINTER \
31 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetURI(aURI); \
34 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetOwner(aOwner); \
37 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->SetOwner(aOwner); \
104 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetLoadInfo(aLoadInfo); \
107 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->SetLoadInfo(aLoadInfo); \
110 return !(_to) ? NS_ERROR_NULL_POINTER : (_to)->GetIsDocument(aIsDocument); \
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/about/
H A DnsAboutCache.h22 return !_to ? NS_ERROR_NULL_POINTER : _to->GetOriginalURI(aOriginalURI); \
25 return !_to ? NS_ERROR_NULL_POINTER : _to->SetOriginalURI(aOriginalURI); \
28 return !_to ? NS_ERROR_NULL_POINTER : _to->GetURI(aURI); \
31 return !_to ? NS_ERROR_NULL_POINTER : _to->GetOwner(aOwner); \
34 return !_to ? NS_ERROR_NULL_POINTER : _to->SetOwner(aOwner); \
47 return !_to ? NS_ERROR_NULL_POINTER : _to->GetSecurityInfo(aSecurityInfo); \
50 return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentType(aContentType); \
53 return !_to ? NS_ERROR_NULL_POINTER : _to->SetContentType(aContentType); \
97 return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadInfo(aLoadInfo); \
100 return !_to ? NS_ERROR_NULL_POINTER : _to->SetLoadInfo(aLoadInfo); \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/about/
H A DnsAboutCache.h22 return !_to ? NS_ERROR_NULL_POINTER : _to->GetOriginalURI(aOriginalURI); \
25 return !_to ? NS_ERROR_NULL_POINTER : _to->SetOriginalURI(aOriginalURI); \
28 return !_to ? NS_ERROR_NULL_POINTER : _to->GetURI(aURI); \
31 return !_to ? NS_ERROR_NULL_POINTER : _to->GetOwner(aOwner); \
34 return !_to ? NS_ERROR_NULL_POINTER : _to->SetOwner(aOwner); \
47 return !_to ? NS_ERROR_NULL_POINTER : _to->GetSecurityInfo(aSecurityInfo); \
50 return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentType(aContentType); \
53 return !_to ? NS_ERROR_NULL_POINTER : _to->SetContentType(aContentType); \
97 return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadInfo(aLoadInfo); \
100 return !_to ? NS_ERROR_NULL_POINTER : _to->SetLoadInfo(aLoadInfo); \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/about/
H A DnsAboutCache.h20 #define NS_FORWARD_SAFE_NSICHANNEL_SUBSET(_to) \ argument
21 …D GetOriginalURI(nsIURI * *aOriginalURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
22 …HOD SetOriginalURI(nsIURI *aOriginalURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Set…
23 …NS_IMETHOD GetURI(nsIURI * *aURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetURI(aUR…
24 …NS_IMETHOD GetOwner(nsISupports * *aOwner) override { return !_to ? NS_ERROR_NULL_POINTER : _to->G…
25 …NS_IMETHOD SetOwner(nsISupports *aOwner) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Set…
28 …curityInfo(nsISupports * *aSecurityInfo) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
29 …etContentType(nsACString & aContentType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
34 …SetContentLength(int64_t aContentLength) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Set…
40 …OD GetLoadInfo(nsILoadInfo * *aLoadInfo) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/prefetch/
H A DOfflineCacheUpdateGlue.h28 #define NS_ADJUSTED_FORWARD_NSIOFFLINECACHEUPDATE(_to) \ argument
30 return !_to ? NS_ERROR_NULL_POINTER : _to->GetStatus(aStatus); \
33 return !_to ? NS_ERROR_NULL_POINTER : _to->GetPartial(aPartial); \
36 return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsUpgrade(aIsUpgrade); \
39 return !_to ? NS_ERROR_NULL_POINTER : _to->GetUpdateDomain(aUpdateDomain); \
46 return !_to ? NS_ERROR_NULL_POINTER : _to->GetManifestURI(aManifestURI); \
49 return !_to ? NS_ERROR_NULL_POINTER : _to->GetSucceeded(aSucceeded); \
67 return !_to ? NS_ERROR_NULL_POINTER : _to->AddDynamicURI(aURI); \
76 return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveObserver(aObserver); \
79 return !_to ? NS_ERROR_NULL_POINTER : _to->GetByteProgress(_result); \
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Demos/RDKit/Basement/xpcom/
H A DIRDKit.h80 return !_to ? NS_ERROR_NULL_POINTER : _to->GetMW(_retval); \
83 return !_to ? NS_ERROR_NULL_POINTER : _to->GetSmiles(_retval); \
86 return !_to ? NS_ERROR_NULL_POINTER : _to->GetMolBlock(_retval); \
93 return !_to ? NS_ERROR_NULL_POINTER : _to->LogP(_retval); \
96 return !_to ? NS_ERROR_NULL_POINTER : _to->MR(_retval); \
99 return !_to ? NS_ERROR_NULL_POINTER : _to->Generate3DCoords(); \
213 #define NS_FORWARD_SAFE_IRDMOLSUPPLIER(_to) \ argument
215 return !_to ? NS_ERROR_NULL_POINTER : _to->AtEnd(_retval); \
218 return !_to ? NS_ERROR_NULL_POINTER : _to->Next(_retval); \
324 return !_to ? NS_ERROR_NULL_POINTER : _to->Strlen(arg, _retval); \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/prefetch/
H A DOfflineCacheUpdateGlue.h25 #define NS_ADJUSTED_FORWARD_NSIOFFLINECACHEUPDATE(_to) \ argument
27 return !_to ? NS_ERROR_NULL_POINTER : _to->GetStatus(aStatus); \
30 return !_to ? NS_ERROR_NULL_POINTER : _to->GetPartial(aPartial); \
33 return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsUpgrade(aIsUpgrade); \
36 return !_to ? NS_ERROR_NULL_POINTER : _to->GetUpdateDomain(aUpdateDomain); \
39 return !_to ? NS_ERROR_NULL_POINTER : _to->GetManifestURI(aManifestURI); \
42 return !_to ? NS_ERROR_NULL_POINTER : _to->GetSucceeded(aSucceeded); \
59 return !_to ? NS_ERROR_NULL_POINTER : _to->AddDynamicURI(aURI); \
68 return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveObserver(aObserver); \
71 return !_to ? NS_ERROR_NULL_POINTER : _to->GetByteProgress(_result); \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/prefetch/
H A DOfflineCacheUpdateGlue.h25 #define NS_ADJUSTED_FORWARD_NSIOFFLINECACHEUPDATE(_to) \ argument
26 …NS_IMETHOD GetStatus(uint16_t *aStatus) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetS…
27 …NS_IMETHOD GetPartial(bool *aPartial) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPar…
28 …NS_IMETHOD GetIsUpgrade(bool *aIsUpgrade) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Ge…
29 …UpdateDomain(nsACString & aUpdateDomain) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
30 …OD GetManifestURI(nsIURI **aManifestURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
31 …NS_IMETHOD GetSucceeded(bool *aSucceeded) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Ge…
34 …NS_IMETHOD AddDynamicURI(nsIURI *aURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddDy…
36 …sIOfflineCacheUpdateObserver *aObserver) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Rem…
37 …THOD GetByteProgress(uint64_t * _result) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Get…
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmozilla/
H A DnsIOsmozilla.h62 #define NS_FORWARD_NSIOSMOZILLA(_to) \ argument
63 NS_IMETHOD Pause(void) { return _to Pause(); } \
64 NS_IMETHOD Play(void) { return _to Play(); } \
65 NS_IMETHOD Stop(void) { return _to Stop(); } \
71 #define NS_FORWARD_SAFE_NSIOSMOZILLA(_to) \ argument
72 NS_IMETHOD Pause(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Pause(); } \
73 NS_IMETHOD Play(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Play(); } \
74 NS_IMETHOD Stop(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Stop(); } \
75 …OD Update(const char *type, const char *commands) { return !_to ? NS_ERROR_NULL_POINTER : _to->Upd…
76 …NS_IMETHOD QualitySwitch(int switch_up) { return !_to ? NS_ERROR_NULL_POINTER : _to->QualitySwitch…
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmozilla/
H A DnsIOsmozilla.h62 #define NS_FORWARD_NSIOSMOZILLA(_to) \ argument
63 NS_IMETHOD Pause(void) { return _to Pause(); } \
64 NS_IMETHOD Play(void) { return _to Play(); } \
65 NS_IMETHOD Stop(void) { return _to Stop(); } \
71 #define NS_FORWARD_SAFE_NSIOSMOZILLA(_to) \ argument
72 NS_IMETHOD Pause(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Pause(); } \
73 NS_IMETHOD Play(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Play(); } \
74 NS_IMETHOD Stop(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Stop(); } \
75 …OD Update(const char *type, const char *commands) { return !_to ? NS_ERROR_NULL_POINTER : _to->Upd…
76 …NS_IMETHOD QualitySwitch(int switch_up) { return !_to ? NS_ERROR_NULL_POINTER : _to->QualitySwitch…
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dcopy_s390.hpp119 #define MOVE8_ATOMIC_4(_to,_from) { \ argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
[all …]
/dports/www/sogo/SOGo-5.4.0/SOPE/NGCards/
H A DiCalEventChanges.m29 - (void)_trackAttendeeChanges:(iCalEvent *)_from :(iCalEvent *)_to;
30 - (void)_trackAlarmChanges:(iCalEvent *)_from :(iCalEvent *)_to;
31 - (void)_trackPropertyChanges:(iCalEvent *)_from :(iCalEvent *)_to;
36 + (id)changesFromEvent:(iCalEvent *)_from toEvent:(iCalEvent *)_to {
50 [self _trackAttendeeChanges:_from :_to];
51 [self _trackPropertyChanges:_from :_to];
73 toAttendees = [_to attendees];
116 - (void)_trackAlarmChanges:(iCalEvent *)_from :(iCalEvent *)_to {
122 if(!IS_EQUAL([_from endDate], [_to endDate], isEqualToDate:))
124 if(!IS_EQUAL([_from created], [_to created], isEqualToDate:))
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/NGCards/
H A DiCalEventChanges.m29 - (void)_trackAttendeeChanges:(iCalEvent *)_from :(iCalEvent *)_to;
30 - (void)_trackAlarmChanges:(iCalEvent *)_from :(iCalEvent *)_to;
31 - (void)_trackPropertyChanges:(iCalEvent *)_from :(iCalEvent *)_to;
36 + (id)changesFromEvent:(iCalEvent *)_from toEvent:(iCalEvent *)_to {
50 [self _trackAttendeeChanges:_from :_to];
51 [self _trackPropertyChanges:_from :_to];
73 toAttendees = [_to attendees];
116 - (void)_trackAlarmChanges:(iCalEvent *)_from :(iCalEvent *)_to {
122 if(!IS_EQUAL([_from endDate], [_to endDate], isEqualToDate:))
124 if(!IS_EQUAL([_from created], [_to created], isEqualToDate:))
[all …]
/dports/www/sogo2/SOGo-2.4.1/SOPE/NGCards/
H A DiCalEventChanges.m30 - (void)_trackAttendeeChanges:(iCalEvent *)_from :(iCalEvent *)_to;
31 - (void)_trackAlarmChanges:(iCalEvent *)_from :(iCalEvent *)_to;
32 - (void)_trackPropertyChanges:(iCalEvent *)_from :(iCalEvent *)_to;
37 + (id)changesFromEvent:(iCalEvent *)_from toEvent:(iCalEvent *)_to {
51 [self _trackAttendeeChanges:_from :_to];
52 [self _trackPropertyChanges:_from :_to];
74 toAttendees = [_to attendees];
117 - (void)_trackAlarmChanges:(iCalEvent *)_from :(iCalEvent *)_to {
123 if(!IS_EQUAL([_from endDate], [_to endDate], isEqualToDate:))
125 if(!IS_EQUAL([_from created], [_to created], isEqualToDate:))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DEvent.h374 #define NS_FORWARD_NSIDOMEVENT_NO_SERIALIZATION_NO_DUPLICATION(_to) \ argument
375 NS_IMETHOD GetType(nsAString& aType) override { return _to GetType(aType); } \
379 NS_IMETHOD GetBubbles(bool* aBubbles) override { return _to GetBubbles(aBubbles); } \
382 NS_IMETHOD StopPropagation(void) override { return _to StopPropagation(); } \
384 NS_IMETHOD PreventDefault(void) override { return _to PreventDefault(); } \
391 NS_IMETHOD GetIsTrusted(bool* aIsTrusted) override { return _to GetIsTrusted(aIsTrusted); } \
393 NS_IMETHOD_(bool) IsDispatchStopped(void) override { return _to IsDispatchStopped(); } \
394 NS_IMETHOD_(WidgetEvent*) WidgetEventPtr(void) override { return _to WidgetEventPtr(); } \
395 NS_IMETHOD_(void) SetTrusted(bool aTrusted) override { _to SetTrusted(aTrusted); } \
396 NS_IMETHOD_(void) SetOwner(EventTarget* aOwner) override { _to SetOwner(aOwner); } \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DEvent.h330 #define NS_FORWARD_NSIDOMEVENT_NO_SERIALIZATION_NO_DUPLICATION(_to) \ argument
331 NS_IMETHOD GetType(nsAString& aType) override { return _to GetType(aType); } \
333 return _to GetTarget(aTarget); \
336 return _to GetCurrentTarget(aCurrentTarget); \
339 return _to GetEventPhase(aEventPhase); \
342 return _to GetBubbles(aBubbles); \
345 return _to GetCancelable(aCancelable); \
348 return _to GetTimeStamp(aTimeStamp); \
350 NS_IMETHOD StopPropagation(void) override { return _to StopPropagation(); } \
352 return _to StopCrossProcessForwarding(); \
[all …]

12345678910>>...121