Home
last modified time | relevance | path

Searched refs:aEffectAllowed (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DDataTransfer.h81 const uint32_t aEffectAllowed, bool aCursorState,
174 void GetEffectAllowed(nsAString& aEffectAllowed) { in GetEffectAllowed() argument
176 aEffectAllowed.AssignLiteral("uninitialized"); in GetEffectAllowed()
178 aEffectAllowed.AssignASCII(sEffects[mEffectAllowed]); in GetEffectAllowed()
181 void SetEffectAllowed(const nsAString& aEffectAllowed);
H A DDataTransfer.cpp200 const uint32_t aEffectAllowed, bool aCursorState, in DataTransfer() argument
208 mEffectAllowed(aEffectAllowed), in DataTransfer()
265 void DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed) { in SetEffectAllowed() argument
266 if (aEffectAllowed.EqualsLiteral("uninitialized")) { in SetEffectAllowed()
281 if (aEffectAllowed.EqualsASCII(sEffects[e])) { in SetEffectAllowed()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DDataTransfer.h77 const uint32_t aEffectAllowed, bool aCursorState,
170 void GetEffectAllowed(nsAString& aEffectAllowed) { in GetEffectAllowed() argument
172 aEffectAllowed.AssignLiteral("uninitialized"); in GetEffectAllowed()
174 aEffectAllowed.AssignASCII(sEffects[mEffectAllowed]); in GetEffectAllowed()
177 void SetEffectAllowed(const nsAString& aEffectAllowed);
H A DDataTransfer.cpp200 const uint32_t aEffectAllowed, bool aCursorState, in DataTransfer() argument
208 mEffectAllowed(aEffectAllowed), in DataTransfer()
265 void DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed) { in SetEffectAllowed() argument
266 if (aEffectAllowed.EqualsLiteral("uninitialized")) { in SetEffectAllowed()
281 if (aEffectAllowed.EqualsASCII(sEffects[e])) { in SetEffectAllowed()
/dports/www/firefox/firefox-99.0/dom/events/
H A DDataTransfer.h82 const uint32_t aEffectAllowed, bool aCursorState,
175 void GetEffectAllowed(nsAString& aEffectAllowed) { in GetEffectAllowed() argument
177 aEffectAllowed.AssignLiteral("uninitialized"); in GetEffectAllowed()
179 aEffectAllowed.AssignASCII(sEffects[mEffectAllowed]); in GetEffectAllowed()
182 void SetEffectAllowed(const nsAString& aEffectAllowed);
H A DDataTransfer.cpp202 const uint32_t aEffectAllowed, bool aCursorState, in DataTransfer() argument
210 mEffectAllowed(aEffectAllowed), in DataTransfer()
267 void DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed) { in SetEffectAllowed() argument
268 if (aEffectAllowed.EqualsLiteral("uninitialized")) { in SetEffectAllowed()
283 if (aEffectAllowed.EqualsASCII(sEffects[e])) { in SetEffectAllowed()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DDataTransfer.h81 const uint32_t aEffectAllowed, bool aCursorState,
174 void GetEffectAllowed(nsAString& aEffectAllowed) { in GetEffectAllowed() argument
176 aEffectAllowed.AssignLiteral("uninitialized"); in GetEffectAllowed()
178 aEffectAllowed.AssignASCII(sEffects[mEffectAllowed]); in GetEffectAllowed()
181 void SetEffectAllowed(const nsAString& aEffectAllowed);
H A DDataTransfer.cpp200 const uint32_t aEffectAllowed, bool aCursorState, in DataTransfer() argument
208 mEffectAllowed(aEffectAllowed), in DataTransfer()
265 void DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed) { in SetEffectAllowed() argument
266 if (aEffectAllowed.EqualsLiteral("uninitialized")) { in SetEffectAllowed()
281 if (aEffectAllowed.EqualsASCII(sEffects[e])) { in SetEffectAllowed()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DDataTransfer.h72 const uint32_t aEffectAllowed,
126 void GetEffectAllowed(nsString& aEffectAllowed) in GetEffectAllowed() argument
129 aEffectAllowed.AssignLiteral("uninitialized"); in GetEffectAllowed()
131 aEffectAllowed.AssignASCII(sEffects[mEffectAllowed]); in GetEffectAllowed()
H A DDataTransfer.cpp120 const uint32_t aEffectAllowed, in DataTransfer() argument
132 , mEffectAllowed(aEffectAllowed) in DataTransfer()
217 DataTransfer::GetEffectAllowed(nsAString& aEffectAllowed) in GetEffectAllowed() argument
221 aEffectAllowed = effectAllowed; in GetEffectAllowed()
226 DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed) in SetEffectAllowed() argument
228 if (aEffectAllowed.EqualsLiteral("uninitialized")) { in SetEffectAllowed()
243 if (aEffectAllowed.EqualsASCII(sEffects[e])) { in SetEffectAllowed()
267 DataTransfer::GetEffectAllowedInt(uint32_t* aEffectAllowed) in GetEffectAllowedInt() argument
269 *aEffectAllowed = mEffectAllowed; in GetEffectAllowedInt()
274 DataTransfer::SetEffectAllowedInt(uint32_t aEffectAllowed) in SetEffectAllowedInt() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DDataTransfer.h81 const uint32_t aEffectAllowed, bool aCursorState,
126 void GetEffectAllowed(nsString& aEffectAllowed) { in GetEffectAllowed() argument
128 aEffectAllowed.AssignLiteral("uninitialized"); in GetEffectAllowed()
130 aEffectAllowed.AssignASCII(sEffects[mEffectAllowed]); in GetEffectAllowed()
H A DDataTransfer.cpp151 const uint32_t aEffectAllowed, bool aCursorState, in DataTransfer() argument
159 mEffectAllowed(aEffectAllowed), in DataTransfer()
236 DataTransfer::GetEffectAllowed(nsAString& aEffectAllowed) { in GetEffectAllowed() argument
239 aEffectAllowed = effectAllowed; in GetEffectAllowed()
244 DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed) { in SetEffectAllowed() argument
245 if (aEffectAllowed.EqualsLiteral("uninitialized")) { in SetEffectAllowed()
260 if (aEffectAllowed.EqualsASCII(sEffects[e])) { in SetEffectAllowed()
282 DataTransfer::GetEffectAllowedInt(uint32_t* aEffectAllowed) { in GetEffectAllowedInt() argument
283 *aEffectAllowed = mEffectAllowed; in GetEffectAllowedInt()
301 DataTransfer::SetEffectAllowedInt(uint32_t aEffectAllowed) { in SetEffectAllowedInt() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp5547 nsContentUtils::FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed) in FilterDropEffect() argument
5566 if (aAction & aEffectAllowed || in FilterDropEffect()
5567 aEffectAllowed == nsIDragService::DRAGDROP_ACTION_UNINITIALIZED) in FilterDropEffect()
5569 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_MOVE) in FilterDropEffect()
5571 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_COPY) in FilterDropEffect()
5573 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_LINK) in FilterDropEffect()
H A DnsContentUtils.h1611 static uint32_t FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp5883 uint32_t aEffectAllowed) { argument
5901 if (aAction & aEffectAllowed ||
5902 aEffectAllowed == nsIDragService::DRAGDROP_ACTION_UNINITIALIZED)
5904 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_MOVE)
5906 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_COPY)
5908 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_LINK)
H A DnsContentUtils.h2047 static uint32_t FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp5582 uint32_t aEffectAllowed) { argument
5600 if (aAction & aEffectAllowed ||
5601 aEffectAllowed == nsIDragService::DRAGDROP_ACTION_UNINITIALIZED)
5603 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_MOVE)
5605 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_COPY)
5607 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_LINK)
H A DnsContentUtils.h2033 static uint32_t FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp5877 uint32_t aEffectAllowed) { argument
5895 if (aAction & aEffectAllowed ||
5896 aEffectAllowed == nsIDragService::DRAGDROP_ACTION_UNINITIALIZED)
5898 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_MOVE)
5900 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_COPY)
5902 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_LINK)
H A DnsContentUtils.h2074 static uint32_t FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp5883 uint32_t aEffectAllowed) { argument
5901 if (aAction & aEffectAllowed ||
5902 aEffectAllowed == nsIDragService::DRAGDROP_ACTION_UNINITIALIZED)
5904 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_MOVE)
5906 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_COPY)
5908 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_LINK)
H A DnsContentUtils.h2047 static uint32_t FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp5527 uint32_t aEffectAllowed) { argument
5545 if (aAction & aEffectAllowed ||
5546 aEffectAllowed == nsIDragService::DRAGDROP_ACTION_UNINITIALIZED)
5548 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_MOVE)
5550 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_COPY)
5552 if (aEffectAllowed & nsIDragService::DRAGDROP_ACTION_LINK)
H A DnsContentUtils.h1863 static uint32_t FilterDropEffect(uint32_t aAction, uint32_t aEffectAllowed);