/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/ |
H A D | nsNativeDragTarget.cpp | 181 nsCOMPtr<nsIDragSession> currSession; in ProcessDrag() 306 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() 353 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() 427 nsCOMPtr<nsIDragSession> currentDragSession; in Drop()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/ |
H A D | nsNativeDragTarget.cpp | 194 nsCOMPtr<nsIDragSession> currSession; in ProcessDrag() 326 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() 365 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() 442 nsCOMPtr<nsIDragSession> currentDragSession; in Drop()
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/ |
H A D | nsNativeDragTarget.cpp | 180 nsCOMPtr<nsIDragSession> currSession; in ProcessDrag() 311 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() 361 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() 437 nsCOMPtr<nsIDragSession> currentDragSession; in Drop()
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/ |
H A D | nsNativeDragTarget.cpp | 179 nsCOMPtr<nsIDragSession> currSession; in ProcessDrag() 310 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() 360 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() 436 nsCOMPtr<nsIDragSession> currentDragSession; in Drop()
|
/dports/www/firefox/firefox-99.0/widget/windows/ |
H A D | nsNativeDragTarget.cpp | 179 nsCOMPtr<nsIDragSession> currSession; in ProcessDrag() 310 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() 360 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() 436 nsCOMPtr<nsIDragSession> currentDragSession; in Drop()
|
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/ |
H A D | nsNativeDragTarget.cpp | 179 nsCOMPtr<nsIDragSession> currSession; in ProcessDrag() 310 nsCOMPtr<nsIDragSession> currentDragSession; in DragOver() 360 nsCOMPtr<nsIDragSession> currentDragSession; in DragLeave() 436 nsCOMPtr<nsIDragSession> currentDragSession; in Drop()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/ |
H A D | nsIDragSession.idl | 23 interface nsIDragSession : nsISupports 88 // Called when nsIDragSession implementation should update the UI for the
|
H A D | nsIClipboardDragDropHooks.idl | 8 interface nsIDragSession; 69 boolean allowDrop(in nsIDOMEvent event, in nsIDragSession session);
|
H A D | nsBaseDragService.h | 42 public nsIDragSession
|
H A D | nsIDragService.idl | 9 #include "nsIDragSession.idl" 112 nsIDragSession getCurrentSession ( ) ;
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/ |
H A D | nsIDragSession.idl | 23 interface nsIDragSession : nsISupports 95 // Called when nsIDragSession implementation should update the UI for the
|
H A D | nsIClipboardDragDropHooks.idl | 8 interface nsIDragSession; 69 boolean allowDrop(in nsIDOMEvent event, in nsIDragSession session);
|
H A D | nsBaseDragService.h | 42 class nsBaseDragService : public nsIDragService, public nsIDragSession {
|
H A D | nsIDragService.idl | 9 #include "nsIDragSession.idl" 117 nsIDragSession getCurrentSession ( ) ;
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/ |
H A D | nsIDragSession.idl | 24 interface nsIDragSession : nsISupports 100 // Called when nsIDragSession implementation should update the UI for the
|
H A D | nsBaseDragService.h | 47 class nsBaseDragService : public nsIDragService, public nsIDragSession {
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/ |
H A D | nsIDragSession.idl | 24 interface nsIDragSession : nsISupports 101 // Called when nsIDragSession implementation should update the UI for the
|
H A D | nsBaseDragService.h | 47 class nsBaseDragService : public nsIDragService, public nsIDragSession {
|
/dports/www/firefox-esr/firefox-91.8.0/widget/ |
H A D | nsIDragSession.idl | 24 interface nsIDragSession : nsISupports 101 // Called when nsIDragSession implementation should update the UI for the
|
H A D | nsBaseDragService.h | 47 class nsBaseDragService : public nsIDragService, public nsIDragSession {
|
/dports/www/firefox/firefox-99.0/widget/ |
H A D | nsIDragSession.idl | 25 interface nsIDragSession : nsISupports 113 // Called when nsIDragSession implementation should update the UI for the
|
H A D | nsBaseDragService.h | 47 class nsBaseDragService : public nsIDragService, public nsIDragSession {
|
/dports/www/firefox-esr/firefox-91.8.0/dom/events/ |
H A D | DataTransfer.cpp | 290 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozTriggeringPrincipalURISpec() 309 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozCSP() 424 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozSourceNode() 804 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in UpdateDragImage() 1334 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in CacheExternalDragFormats()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/ |
H A D | DataTransfer.cpp | 290 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozTriggeringPrincipalURISpec() 309 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozCSP() 423 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozSourceNode() 807 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in UpdateDragImage() 1339 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in CacheExternalDragFormats()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/ |
H A D | DataTransfer.cpp | 290 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozTriggeringPrincipalURISpec() 309 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozCSP() 424 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in GetMozSourceNode() 804 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in UpdateDragImage() 1334 nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession(); in CacheExternalDragFormats()
|