Home
last modified time | relevance | path

Searched refs:IsTargetedAtFocusedWindow (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DBasicEvents.h540 bool IsTargetedAtFocusedWindow() const;
H A DWidgetEventImpl.cpp353 WidgetEvent::IsTargetedAtFocusedWindow() const in IsTargetedAtFocusedWindow() function in mozilla::WidgetEvent
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DBasicEvents.h843 bool IsTargetedAtFocusedWindow() const;
H A DWidgetEventImpl.cpp458 bool WidgetEvent::IsTargetedAtFocusedWindow() const { in IsTargetedAtFocusedWindow() function in mozilla::WidgetEvent
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DBasicEvents.h775 bool IsTargetedAtFocusedWindow() const;
H A DWidgetEventImpl.cpp369 bool WidgetEvent::IsTargetedAtFocusedWindow() const { in IsTargetedAtFocusedWindow() function in mozilla::WidgetEvent
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DBasicEvents.h832 bool IsTargetedAtFocusedWindow() const;
H A DWidgetEventImpl.cpp444 bool WidgetEvent::IsTargetedAtFocusedWindow() const { in IsTargetedAtFocusedWindow() function in mozilla::WidgetEvent
/dports/www/firefox/firefox-99.0/widget/
H A DBasicEvents.h832 bool IsTargetedAtFocusedWindow() const;
H A DWidgetEventImpl.cpp447 bool WidgetEvent::IsTargetedAtFocusedWindow() const { in IsTargetedAtFocusedWindow() function in mozilla::WidgetEvent
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DBasicEvents.h832 bool IsTargetedAtFocusedWindow() const;
H A DWidgetEventImpl.cpp444 bool WidgetEvent::IsTargetedAtFocusedWindow() const { in IsTargetedAtFocusedWindow() function in mozilla::WidgetEvent
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DPresShell.cpp6467 if (aEvent->IsTargetedAtFocusedWindow()) { in HandleEvent()
7096 if (mCurrentEventContent && aEvent->IsTargetedAtFocusedWindow()) { in HandleEventInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DPresShell.cpp7286 if (aGUIEvent->IsTargetedAtFocusedWindow()) { in GetRetargetEventDocument()
7982 if (mPresShell->mCurrentEventContent && aEvent->IsTargetedAtFocusedWindow()) { in HandleEventWithCurrentEventInfo()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DPresShell.cpp7451 if (aGUIEvent->IsTargetedAtFocusedWindow()) { in GetRetargetEventDocument()
8148 if (mPresShell->mCurrentEventContent && aEvent->IsTargetedAtFocusedWindow()) { in HandleEventWithCurrentEventInfo()
/dports/www/firefox/firefox-99.0/layout/base/
H A DPresShell.cpp7406 if (aGUIEvent->IsTargetedAtFocusedWindow()) { in GetRetargetEventDocument()
8103 if (mPresShell->mCurrentEventContent && aEvent->IsTargetedAtFocusedWindow()) { in HandleEventWithCurrentEventInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DPresShell.cpp7451 if (aGUIEvent->IsTargetedAtFocusedWindow()) { in GetRetargetEventDocument()
8148 if (mPresShell->mCurrentEventContent && aEvent->IsTargetedAtFocusedWindow()) { in HandleEventWithCurrentEventInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresShell.cpp7433 if (aEvent->IsTargetedAtFocusedWindow()) { in HandleEvent()