Home
last modified time | relevance | path

Searched refs:aDropEvent (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DTextEditorDataTransfer.cpp165 TextEditor::InsertFromDrop(nsIDOMEvent* aDropEvent) in InsertFromDrop() argument
169 nsCOMPtr<nsIDOMDragEvent> dragEvent(do_QueryInterface(aDropEvent)); in InsertFromDrop()
190 aDropEvent->WidgetEventPtr()->AsDragEvent())) { in InsertFromDrop()
216 nsCOMPtr<nsIDOMUIEvent> uiEvent = do_QueryInterface(aDropEvent); in InsertFromDrop()
H A DEditorUtils.cpp199 nsIDOMEvent* aDropEvent, in DoInsertionHook() argument
218 override->OnPasteOrDrop(aDropEvent, aTrans, &doInsert); in DoInsertionHook()
H A DTextEditor.h152 virtual nsresult InsertFromDrop(nsIDOMEvent* aDropEvent) override;
H A DEditorBase.h915 virtual nsresult InsertFromDrop(nsIDOMEvent* aDropEvent) = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DTextEditorDataTransfer.cpp158 nsresult TextEditor::InsertFromDrop(nsIDOMEvent* aDropEvent) { in InsertFromDrop() argument
161 nsCOMPtr<nsIDOMDragEvent> dragEvent(do_QueryInterface(aDropEvent)); in InsertFromDrop()
180 dragSession, aDropEvent->WidgetEventPtr()->AsDragEvent())) { in InsertFromDrop()
206 nsCOMPtr<nsIDOMUIEvent> uiEvent = do_QueryInterface(aDropEvent); in InsertFromDrop()
H A DEditorUtils.cpp180 nsIDOMEvent* aDropEvent, in DoInsertionHook() argument
198 override->OnPasteOrDrop(aDropEvent, aTrans, &doInsert); in DoInsertionHook()
H A DTextEditor.h151 virtual nsresult InsertFromDrop(nsIDOMEvent* aDropEvent) override;
H A DEditorBase.h1346 virtual nsresult InsertFromDrop(nsIDOMEvent* aDropEvent) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DTextEditorDataTransfer.cpp189 nsresult TextEditor::OnDrop(DragEvent* aDropEvent) { in OnDrop() argument
190 if (NS_WARN_IF(!aDropEvent)) { in OnDrop()
205 RefPtr<DataTransfer> dataTransfer = aDropEvent->GetDataTransfer(); in OnDrop()
223 dragSession, aDropEvent->WidgetEventPtr()->AsDragEvent())) { in OnDrop()
246 aDropEvent->GetRangeParentContentAndOffset(&dropOffset); in OnDrop()
H A DTextEditor.h280 MOZ_CAN_RUN_SCRIPT nsresult OnDrop(dom::DragEvent* aDropEvent);
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorBase.cpp4310 nsresult EditorBase::HandleDropEvent(DragEvent* aDropEvent) { in HandleDropEvent() argument
4311 if (NS_WARN_IF(!aDropEvent)) { in HandleDropEvent()
4326 RefPtr<DataTransfer> dataTransfer = aDropEvent->GetDataTransfer(); in HandleDropEvent()
4344 dragSession, aDropEvent->WidgetEventPtr()->AsDragEvent())) { in HandleDropEvent()
4367 aDropEvent->GetRangeParentContentAndOffset(&dropOffset); in HandleDropEvent()
H A DEditorBase.h428 MOZ_CAN_RUN_SCRIPT nsresult HandleDropEvent(dom::DragEvent* aDropEvent);
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditorBase.cpp4266 nsresult EditorBase::HandleDropEvent(DragEvent* aDropEvent) { in HandleDropEvent() argument
4267 if (NS_WARN_IF(!aDropEvent)) { in HandleDropEvent()
4282 RefPtr<DataTransfer> dataTransfer = aDropEvent->GetDataTransfer(); in HandleDropEvent()
4307 dragSession, aDropEvent->WidgetEventPtr()->AsDragEvent())) { in HandleDropEvent()
4330 aDropEvent->GetRangeParentContentAndOffset(&dropOffset); in HandleDropEvent()
H A DEditorBase.h431 MOZ_CAN_RUN_SCRIPT nsresult HandleDropEvent(dom::DragEvent* aDropEvent);
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorBase.cpp4310 nsresult EditorBase::HandleDropEvent(DragEvent* aDropEvent) { in HandleDropEvent() argument
4311 if (NS_WARN_IF(!aDropEvent)) { in HandleDropEvent()
4326 RefPtr<DataTransfer> dataTransfer = aDropEvent->GetDataTransfer(); in HandleDropEvent()
4344 dragSession, aDropEvent->WidgetEventPtr()->AsDragEvent())) { in HandleDropEvent()
4367 aDropEvent->GetRangeParentContentAndOffset(&dropOffset); in HandleDropEvent()
H A DEditorBase.h428 MOZ_CAN_RUN_SCRIPT nsresult HandleDropEvent(dom::DragEvent* aDropEvent);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.h1618 mozilla::WidgetDragEvent* aDropEvent);
H A DnsContentUtils.cpp5581 WidgetDragEvent* aDropEvent) in CheckForSubFrameDrop() argument
5583 nsCOMPtr<nsIContent> target = do_QueryInterface(aDropEvent->mOriginalTarget); in CheckForSubFrameDrop()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h2040 mozilla::WidgetDragEvent* aDropEvent);
H A DnsContentUtils.cpp5614 WidgetDragEvent* aDropEvent) { argument
5615 nsCOMPtr<nsIContent> target = do_QueryInterface(aDropEvent->mOriginalTarget);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h1870 mozilla::WidgetDragEvent* aDropEvent);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.h2081 mozilla::WidgetDragEvent* aDropEvent);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h2054 mozilla::WidgetDragEvent* aDropEvent);
H A DnsContentUtils.cpp5915 WidgetDragEvent* aDropEvent) { argument
5916 nsCOMPtr<nsIContent> target = do_QueryInterface(aDropEvent->mOriginalTarget);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.h2054 mozilla::WidgetDragEvent* aDropEvent);

12