Home
last modified time | relevance | path

Searched refs:exitFrom (Results 1 – 25 of 27) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DInputData.cpp347 Maybe<WidgetMouseEvent::ExitFrom> exitFrom; in ToWidgetEvent() local
371 exitFrom = Some(WidgetMouseEvent::ePlatformChild); in ToWidgetEvent()
416 event.mExitFrom = exitFrom; in ToWidgetEvent()
H A DnsGUIEventIPC.h281 paramType::ExitFromType exitFrom = 0;
282 rv = rv && ReadParam(aMsg, aIter, &exitFrom);
283 aResult->mExitFrom = Some(static_cast<paramType::ExitFrom>(exitFrom));
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DInputData.cpp347 Maybe<WidgetMouseEvent::ExitFrom> exitFrom; in ToWidgetEvent() local
371 exitFrom = Some(WidgetMouseEvent::ePlatformChild); in ToWidgetEvent()
416 event.mExitFrom = exitFrom; in ToWidgetEvent()
H A DnsGUIEventIPC.h281 paramType::ExitFromType exitFrom = 0;
282 rv = rv && ReadParam(aMsg, aIter, &exitFrom);
283 aResult->mExitFrom = Some(static_cast<paramType::ExitFrom>(exitFrom));
/dports/www/firefox/firefox-99.0/widget/
H A DInputData.cpp350 Maybe<WidgetMouseEvent::ExitFrom> exitFrom; in ToWidgetEvent() local
374 exitFrom = Some(WidgetMouseEvent::ePlatformChild); in ToWidgetEvent()
422 event.mExitFrom = exitFrom; in ToWidgetEvent()
H A DnsGUIEventIPC.h256 paramType::ExitFromType exitFrom = 0;
257 rv = rv && ReadParam(aReader, &exitFrom);
258 aResult->mExitFrom = Some(static_cast<paramType::ExitFrom>(exitFrom));
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsChildView.h209 exitFrom:(mozilla::WidgetMouseEvent::ExitFrom)aExitFrom;
H A DnsChildView.mm2896 exitFrom:(WidgetMouseEvent::ExitFrom)aExitFrom {
4894 WidgetMouseEvent::ExitFrom exitFrom = [sLastMouseEventView window] == [oldView window]
4897 [oldView sendMouseEnterOrExitEvent:aEvent enter:NO exitFrom:exitFrom];
4899 if (exitFrom == WidgetMouseEvent::ePlatformTopLevel) {
4902 [sLastMouseEventView sendMouseEnterOrExitEvent:aEvent enter:YES exitFrom:exitFrom];
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsChildView.h205 exitFrom:(mozilla::WidgetMouseEvent::ExitFrom)aExitFrom;
H A DnsChildView.mm3170 exitFrom:(WidgetMouseEvent::ExitFrom)aExitFrom {
5112 WidgetMouseEvent::ExitFrom exitFrom = [sLastMouseEventView window] == [oldView window]
5115 [oldView sendMouseEnterOrExitEvent:aEvent enter:NO exitFrom:exitFrom];
5117 if (exitFrom == WidgetMouseEvent::eTopLevel) {
5120 [sLastMouseEventView sendMouseEnterOrExitEvent:aEvent enter:YES exitFrom:exitFrom];
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsChildView.h209 exitFrom:(mozilla::WidgetMouseEvent::ExitFrom)aExitFrom;
H A DnsChildView.mm3039 exitFrom:(WidgetMouseEvent::ExitFrom)aExitFrom {
5000 WidgetMouseEvent::ExitFrom exitFrom = [sLastMouseEventView window] == [oldView window]
5003 [oldView sendMouseEnterOrExitEvent:aEvent enter:NO exitFrom:exitFrom];
5005 if (exitFrom == WidgetMouseEvent::ePlatformTopLevel) {
5008 [sLastMouseEventView sendMouseEnterOrExitEvent:aEvent enter:YES exitFrom:exitFrom];
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsChildView.h209 exitFrom:(mozilla::WidgetMouseEvent::ExitFrom)aExitFrom;
H A DnsChildView.mm3039 exitFrom:(WidgetMouseEvent::ExitFrom)aExitFrom {
5000 WidgetMouseEvent::ExitFrom exitFrom = [sLastMouseEventView window] == [oldView window]
5003 [oldView sendMouseEnterOrExitEvent:aEvent enter:NO exitFrom:exitFrom];
5005 if (exitFrom == WidgetMouseEvent::ePlatformTopLevel) {
5008 [sLastMouseEventView sendMouseEnterOrExitEvent:aEvent enter:YES exitFrom:exitFrom];
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsGUIEventIPC.h243 paramType::ExitFromType exitFrom = 0;
249 ReadParam(aMsg, aIter, &exitFrom) &&
255 aResult->mExitFrom = static_cast<paramType::ExitFrom>(exitFrom);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsChildView.h228 exitFrom:(mozilla::WidgetMouseEvent::ExitFrom)aExitFrom;
H A DnsChildView.mm4626 exitFrom:(WidgetMouseEvent::ExitFrom)aExitFrom
6891 WidgetMouseEvent::ExitFrom exitFrom =
6896 exitFrom:exitFrom];
6898 if (exitFrom == WidgetMouseEvent::eTopLevel) {
6903 exitFrom:exitFrom];
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsChildView.h221 exitFrom:(mozilla::WidgetMouseEvent::ExitFrom)aExitFrom;
H A DnsChildView.mm4518 exitFrom:(WidgetMouseEvent::ExitFrom)aExitFrom
6282 WidgetMouseEvent::ExitFrom exitFrom =
6287 exitFrom:exitFrom];
6289 if (exitFrom == WidgetMouseEvent::eTopLevel) {
6294 exitFrom:exitFrom];
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsGUIEventIPC.h252 paramType::ExitFromType exitFrom = 0;
260 ReadParam(aMsg, aIter, &exitFrom) &&
265 aResult->mExitFrom = static_cast<paramType::ExitFrom>(exitFrom);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsGUIEventIPC.h256 paramType::ExitFromType exitFrom = 0;
264 ReadParam(aMsg, aIter, &exitFrom) &&
269 aResult->mExitFrom = static_cast<paramType::ExitFrom>(exitFrom);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp8209 Maybe<WidgetMouseEvent::ExitFrom> exitFrom; local
8221 exitFrom = Some(WidgetMouseEvent::ePlatformChild);
8224 exitFrom = Some(XRE_IsParentProcess() ? WidgetMouseEvent::ePlatformTopLevel
8259 event.mExitFrom = exitFrom;
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp8174 Maybe<WidgetMouseEvent::ExitFrom> exitFrom; local
8186 exitFrom = Some(WidgetMouseEvent::ePlatformChild);
8189 exitFrom = Some(XRE_IsParentProcess() ? WidgetMouseEvent::ePlatformTopLevel
8226 event.mExitFrom = exitFrom;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp8209 Maybe<WidgetMouseEvent::ExitFrom> exitFrom; local
8221 exitFrom = Some(WidgetMouseEvent::ePlatformChild);
8224 exitFrom = Some(XRE_IsParentProcess() ? WidgetMouseEvent::ePlatformTopLevel
8259 event.mExitFrom = exitFrom;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp8238 WidgetMouseEvent::ExitFrom exitFrom = WidgetMouseEvent::eChild; in SendMouseEvent() local
8252 exitFrom = WidgetMouseEvent::eTopLevel; in SendMouseEvent()
8284 event.mExitFrom = exitFrom; in SendMouseEvent()

12