Home
last modified time | relevance | path

Searched refs:currentDragSession (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsNativeDragTarget.cpp306 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() local
307 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragOver()
308 if (!currentDragSession) { in DragOver()
353 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() local
354 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragLeave()
356 if (currentDragSession) { in DragLeave()
358 currentDragSession->GetSourceNode(getter_AddRefs(sourceNode)); in DragLeave()
427 nsCOMPtr<nsIDragSession> currentDragSession; in Drop() local
428 serv->GetCurrentSession(getter_AddRefs(currentDragSession)); in Drop()
429 if (!currentDragSession) { in Drop()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsNativeDragTarget.cpp326 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() local
327 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragOver()
328 if (!currentDragSession) { in DragOver()
365 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() local
366 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragLeave()
368 if (currentDragSession) { in DragLeave()
370 currentDragSession->GetSourceNode(getter_AddRefs(sourceNode)); in DragLeave()
442 nsCOMPtr<nsIDragSession> currentDragSession; in Drop() local
443 serv->GetCurrentSession(getter_AddRefs(currentDragSession)); in Drop()
444 if (!currentDragSession) { in Drop()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsNativeDragTarget.cpp311 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() local
312 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragOver()
313 if (!currentDragSession) { in DragOver()
361 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() local
362 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragLeave()
364 if (currentDragSession) { in DragLeave()
366 currentDragSession->GetSourceNode(getter_AddRefs(sourceNode)); in DragLeave()
437 nsCOMPtr<nsIDragSession> currentDragSession; in Drop() local
438 serv->GetCurrentSession(getter_AddRefs(currentDragSession)); in Drop()
439 if (!currentDragSession) { in Drop()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsNativeDragTarget.cpp310 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() local
311 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragOver()
312 if (!currentDragSession) { in DragOver()
360 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() local
361 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragLeave()
363 if (currentDragSession) { in DragLeave()
365 currentDragSession->GetSourceNode(getter_AddRefs(sourceNode)); in DragLeave()
436 nsCOMPtr<nsIDragSession> currentDragSession; in Drop() local
437 serv->GetCurrentSession(getter_AddRefs(currentDragSession)); in Drop()
438 if (!currentDragSession) { in Drop()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsNativeDragTarget.cpp310 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() local
311 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragOver()
312 if (!currentDragSession) { in DragOver()
360 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() local
361 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragLeave()
363 if (currentDragSession) { in DragLeave()
365 currentDragSession->GetSourceNode(getter_AddRefs(sourceNode)); in DragLeave()
436 nsCOMPtr<nsIDragSession> currentDragSession; in Drop() local
437 serv->GetCurrentSession(getter_AddRefs(currentDragSession)); in Drop()
438 if (!currentDragSession) { in Drop()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsNativeDragTarget.cpp310 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() local
311 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragOver()
312 if (!currentDragSession) { in DragOver()
360 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() local
361 mDragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragLeave()
363 if (currentDragSession) { in DragLeave()
365 currentDragSession->GetSourceNode(getter_AddRefs(sourceNode)); in DragLeave()
436 nsCOMPtr<nsIDragSession> currentDragSession; in Drop() local
437 serv->GetCurrentSession(getter_AddRefs(currentDragSession)); in Drop()
438 if (!currentDragSession) { in Drop()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsWindow.cpp7028 nsCOMPtr<nsIDragSession> currentDragSession; in DragInProgress() local
7029 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragInProgress()
7031 return currentDragSession != nullptr; in DragInProgress()
7051 nsCOMPtr<nsIDragSession> currentDragSession; in WaylandDragWorkaround() local
7052 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in WaylandDragWorkaround()
7054 if (currentDragSession != nullptr) { in WaylandDragWorkaround()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsWindow.cpp7133 nsCOMPtr<nsIDragSession> currentDragSession; in DragInProgress() local
7134 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragInProgress()
7136 return currentDragSession != nullptr; in DragInProgress()
7156 nsCOMPtr<nsIDragSession> currentDragSession; in WaylandDragWorkaround() local
7157 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in WaylandDragWorkaround()
7159 if (currentDragSession != nullptr) { in WaylandDragWorkaround()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsWindow.cpp7028 nsCOMPtr<nsIDragSession> currentDragSession; in DragInProgress() local
7029 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragInProgress()
7031 return currentDragSession != nullptr; in DragInProgress()
7051 nsCOMPtr<nsIDragSession> currentDragSession; in WaylandDragWorkaround() local
7052 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in WaylandDragWorkaround()
7054 if (currentDragSession != nullptr) { in WaylandDragWorkaround()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsWindow.cpp4722 nsCOMPtr<nsIDragSession> currentDragSession; in DragInProgress() local
4723 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragInProgress()
4725 return currentDragSession != nullptr; in DragInProgress()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsWindow.cpp5248 nsCOMPtr<nsIDragSession> currentDragSession; local
5249 dragService->GetCurrentSession(getter_AddRefs(currentDragSession));
5251 return currentDragSession != nullptr;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsWindow.cpp6155 nsCOMPtr<nsIDragSession> currentDragSession; in DragInProgress() local
6156 dragService->GetCurrentSession(getter_AddRefs(currentDragSession)); in DragInProgress()
6158 return currentDragSession != nullptr; in DragInProgress()