Home
last modified time | relevance | path

Searched refs:PopupBlocker (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DPopupBlocker.cpp26 PopupBlocker::openAbused;
95 PopupBlocker::PopupControlState PopupBlocker::PushPopupControlState( in PushPopupControlState()
106 void PopupBlocker::PopPopupControlState( in PopPopupControlState()
113 PopupBlocker::GetPopupControlState() { in GetPopupControlState()
141 PopupBlocker::PopupControlState PopupBlocker::GetEventPopupControlState( in GetEventPopupControlState()
145 PopupBlocker::PopupControlState abuse = PopupBlocker::openAbused; in GetEventPopupControlState()
151 return PopupBlocker::openAllowed; in GetEventPopupControlState()
161 abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
183 abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
375 void PopupBlocker::Initialize() { in Initialize()
[all …]
H A DPopupBlocker.h22 class PopupBlocker final {
49 static PopupBlocker::PopupControlState GetEventPopupControlState(
89 mozilla::dom::PopupBlocker::PopupControlState aState,
94 mozilla::dom::PopupBlocker::PopupControlState aState)
97 mOldState = PopupBlocker::PushPopupControlState(aState, false);
103 PopupBlocker::PopPopupControlState(mOldState);
112 mozilla::dom::PopupBlocker::PopupControlState mOldState;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DPopupBlocker.cpp26 PopupBlocker::openAbused;
95 PopupBlocker::PopupControlState PopupBlocker::PushPopupControlState( in PushPopupControlState()
106 void PopupBlocker::PopPopupControlState( in PopPopupControlState()
113 PopupBlocker::GetPopupControlState() { in GetPopupControlState()
141 PopupBlocker::PopupControlState PopupBlocker::GetEventPopupControlState( in GetEventPopupControlState()
145 PopupBlocker::PopupControlState abuse = PopupBlocker::openAbused; in GetEventPopupControlState()
151 return PopupBlocker::openAllowed; in GetEventPopupControlState()
161 abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
183 abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
375 void PopupBlocker::Initialize() { in Initialize()
[all …]
H A DPopupBlocker.h22 class PopupBlocker final {
49 static PopupBlocker::PopupControlState GetEventPopupControlState(
89 mozilla::dom::PopupBlocker::PopupControlState aState,
94 mozilla::dom::PopupBlocker::PopupControlState aState)
97 mOldState = PopupBlocker::PushPopupControlState(aState, false);
103 PopupBlocker::PopPopupControlState(mOldState);
112 mozilla::dom::PopupBlocker::PopupControlState mOldState;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DPopupBlocker.cpp26 PopupBlocker::openAbused;
99 PopupBlocker::PopupControlState PopupBlocker::PushPopupControlState( in PushPopupControlState()
110 void PopupBlocker::PopPopupControlState( in PopPopupControlState()
117 PopupBlocker::GetPopupControlState() { in GetPopupControlState()
174 PopupBlocker::PopupControlState PopupBlocker::GetEventPopupControlState( in GetEventPopupControlState()
178 PopupBlocker::PopupControlState abuse = PopupBlocker::openAbused; in GetEventPopupControlState()
184 return PopupBlocker::openAllowed; in GetEventPopupControlState()
194 abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
216 abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
404 void PopupBlocker::Initialize() { in Initialize()
[all …]
H A DPopupBlocker.h18 class PopupBlocker final {
56 static PopupBlocker::PopupControlState GetEventPopupControlState(
96 mozilla::dom::PopupBlocker::PopupControlState aState,
101 mozilla::dom::PopupBlocker::PopupControlState aState)
104 mOldState = PopupBlocker::PushPopupControlState(aState, false);
110 PopupBlocker::PopPopupControlState(mOldState);
119 mozilla::dom::PopupBlocker::PopupControlState mOldState;
H A DChromeUtils.cpp1190 switch (PopupBlocker::GetPopupControlState()) { in GetPopupControlState()
1191 case PopupBlocker::PopupControlState::openAllowed: in GetPopupControlState()
1194 case PopupBlocker::PopupControlState::openControlled: in GetPopupControlState()
1197 case PopupBlocker::PopupControlState::openBlocked: in GetPopupControlState()
1200 case PopupBlocker::PopupControlState::openAbused: in GetPopupControlState()
1203 case PopupBlocker::PopupControlState::openOverridden: in GetPopupControlState()
1215 return PopupBlocker::IsPopupOpeningTokenUnused(); in IsPopupTokenUnused()
1220 TimeStamp when = PopupBlocker::WhenLastExternalProtocolIframeAllowed(); in LastExternalProtocolIframeAllowed()
1232 PopupBlocker::ResetLastExternalProtocolIframeAllowed(); in ResetLastExternalProtocolIframeAllowed()
/dports/www/firefox/firefox-99.0/dom/base/
H A DPopupBlocker.cpp26 PopupBlocker::openAbused;
95 PopupBlocker::PopupControlState PopupBlocker::PushPopupControlState( in PushPopupControlState()
106 void PopupBlocker::PopPopupControlState( in PopPopupControlState()
107 PopupBlocker::PopupControlState aState) { in PopPopupControlState()
112 /* static */ PopupBlocker::PopupControlState
113 PopupBlocker::GetPopupControlState() { in GetPopupControlState()
141 PopupBlocker::PopupControlState PopupBlocker::GetEventPopupControlState( in GetEventPopupControlState()
145 PopupBlocker::PopupControlState abuse = PopupBlocker::openBlocked; in GetEventPopupControlState()
151 return PopupBlocker::openAllowed; in GetEventPopupControlState()
364 void PopupBlocker::Initialize() { in Initialize()
[all …]
H A DPopupBlocker.h22 class PopupBlocker final {
49 static PopupBlocker::PopupControlState GetEventPopupControlState(
89 mozilla::dom::PopupBlocker::PopupControlState aState,
94 mozilla::dom::PopupBlocker::PopupControlState aState)
97 mOldState = PopupBlocker::PushPopupControlState(aState, false);
103 PopupBlocker::PopPopupControlState(mOldState);
112 mozilla::dom::PopupBlocker::PopupControlState mOldState;
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DBrowsingContext.cpp758 PopupBlocker::RegisterOpenPopupSpam(); in Attach()
2143 return PopupBlocker::openAllowed; in RevisePopupAbuseLevel()
2148 case PopupBlocker::openControlled: in RevisePopupAbuseLevel()
2149 case PopupBlocker::openBlocked: in RevisePopupAbuseLevel()
2150 case PopupBlocker::openOverridden: in RevisePopupAbuseLevel()
2155 case PopupBlocker::openAbused: in RevisePopupAbuseLevel()
2161 case PopupBlocker::openAllowed: in RevisePopupAbuseLevel()
2168 if (abuse == PopupBlocker::openAbused || abuse == PopupBlocker::openBlocked || in RevisePopupAbuseLevel()
2212 abuse = PopupBlocker::openBlocked; in RevisePopupAbuseLevel()
2281 PopupBlocker::openBlocked; in CanFocusCheck()
[all …]
/dports/www/firefox/firefox-99.0/docshell/base/
H A DBrowsingContext.cpp776 PopupBlocker::RegisterOpenPopupSpam(); in Attach()
2198 return PopupBlocker::openAllowed; in RevisePopupAbuseLevel()
2204 case PopupBlocker::openControlled: in RevisePopupAbuseLevel()
2205 case PopupBlocker::openBlocked: in RevisePopupAbuseLevel()
2206 case PopupBlocker::openOverridden: in RevisePopupAbuseLevel()
2211 case PopupBlocker::openAbused: in RevisePopupAbuseLevel()
2218 case PopupBlocker::openAllowed: in RevisePopupAbuseLevel()
2225 if (abuse == PopupBlocker::openAbused || abuse == PopupBlocker::openBlocked || in RevisePopupAbuseLevel()
2269 abuse = PopupBlocker::openBlocked; in RevisePopupAbuseLevel()
2338 PopupBlocker::openBlocked; in CanFocusCheck()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DBrowsingContext.cpp758 PopupBlocker::RegisterOpenPopupSpam(); in Attach()
2143 return PopupBlocker::openAllowed; in RevisePopupAbuseLevel()
2148 case PopupBlocker::openControlled: in RevisePopupAbuseLevel()
2149 case PopupBlocker::openBlocked: in RevisePopupAbuseLevel()
2150 case PopupBlocker::openOverridden: in RevisePopupAbuseLevel()
2155 case PopupBlocker::openAbused: in RevisePopupAbuseLevel()
2161 case PopupBlocker::openAllowed: in RevisePopupAbuseLevel()
2168 if (abuse == PopupBlocker::openAbused || abuse == PopupBlocker::openBlocked || in RevisePopupAbuseLevel()
2212 abuse = PopupBlocker::openBlocked; in RevisePopupAbuseLevel()
2281 PopupBlocker::openBlocked; in CanFocusCheck()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsNPAPIPluginInstance.cpp140 PopupBlocker::PopPopupControlState(PopupBlocker::openAbused); in Stop()
771 PopupBlocker::PopupControlState oldState = in PushPopupsEnabledState()
772 PopupBlocker::PushPopupControlState( in PushPopupsEnabledState()
773 aEnabled ? PopupBlocker::openAllowed : PopupBlocker::openAbused, in PushPopupsEnabledState()
794 PopupBlocker::PopupControlState& oldState = mPopupStates[last]; in PopPopupsEnabledState()
796 PopupBlocker::PopPopupControlState(oldState); in PopPopupsEnabledState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/blocked_content/
H A DOWNERS3 # COMPONENT: UI>Browser>PopupBlocker
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/blocked_content/
H A DOWNERS5 # COMPONENT: UI>Browser>PopupBlocker
/dports/www/firefox/firefox-99.0/toolkit/actors/
H A DPopupBlockingParent.jsm6 var EXPORTED_SYMBOLS = ["PopupBlocker", "PopupBlockingParent"];
13 class PopupBlocker {
225 * the PopupBlocker class for a particular <xul:browser>.
250 * Updates the PopupBlocker for the <xul:browser> associated with this
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/actors/
H A DPopupBlockingParent.jsm6 var EXPORTED_SYMBOLS = ["PopupBlocker", "PopupBlockingParent"];
13 class PopupBlocker {
225 * the PopupBlocker class for a particular <xul:browser>.
250 * Updates the PopupBlocker for the <xul:browser> associated with this
/dports/www/firefox-esr/firefox-91.8.0/toolkit/actors/
H A DPopupBlockingParent.jsm6 var EXPORTED_SYMBOLS = ["PopupBlocker", "PopupBlockingParent"];
13 class PopupBlocker {
225 * the PopupBlocker class for a particular <xul:browser>.
250 * Updates the PopupBlocker for the <xul:browser> associated with this
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLLabelElement.cpp195 aIsTrustedEvent ? PopupBlocker::openAllowed : PopupBlocker::openAbused); in PerformAccesskey()
/dports/www/firefox-esr/firefox-91.8.0/layout/build/
H A DnsLayoutStatics.cpp197 PopupBlocker::Initialize(); in Initialize()
315 PopupBlocker::Shutdown(); in Shutdown()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLLabelElement.cpp198 aIsTrustedEvent ? PopupBlocker::openAllowed : PopupBlocker::openAbused); in PerformAccesskey()
/dports/www/firefox/firefox-99.0/layout/build/
H A DnsLayoutStatics.cpp196 PopupBlocker::Initialize(); in Initialize()
316 PopupBlocker::Shutdown(); in Shutdown()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLLabelElement.cpp197 aIsTrustedEvent ? PopupBlocker::openAllowed : PopupBlocker::openAbused); in PerformAccesskey()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLLabelElement.cpp195 aIsTrustedEvent ? PopupBlocker::openAllowed : PopupBlocker::openAbused); in PerformAccesskey()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/build/
H A DnsLayoutStatics.cpp197 PopupBlocker::Initialize(); in Initialize()
315 PopupBlocker::Shutdown(); in Shutdown()

123456