Home
last modified time | relevance | path

Searched refs:EditorInputType (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DEventForwards.h155 case EditorInputType::eInsertText: in IsDataAvailableOnTextEditor()
178 case EditorInputType::eInsertText: in IsDataAvailableOnHTMLEditor()
183 case EditorInputType::eInsertLink: in IsDataAvailableOnHTMLEditor()
221 case EditorInputType::eHistoryRedo: in MayHaveTargetRangesOnHTMLEditor()
222 case EditorInputType::eHistoryUndo: in MayHaveTargetRangesOnHTMLEditor()
242 case EditorInputType::eInsertText: in IsCancelableBeforeInputEvent()
271 case EditorInputType::eInsertLink: in IsCancelableBeforeInputEvent()
295 case EditorInputType::eDeleteByCut: in IsCancelableBeforeInputEvent()
303 case EditorInputType::eHistoryUndo: in IsCancelableBeforeInputEvent()
307 case EditorInputType::eFormatBold: in IsCancelableBeforeInputEvent()
[all …]
H A DTextEvents.h1217 mInputType(EditorInputType::eUnknown),
1229 mInputType(EditorInputType::eUnknown) {}
1246 EditorInputType mInputType;
1264 static void GetDOMInputTypeName(EditorInputType aInputType,
1266 static EditorInputType GetEditorInputType(const nsAString& aInputType);
1272 typedef nsDataHashtable<nsStringHashKey, EditorInputType> InputTypeHashtable;
H A DWidgetEventImpl.cpp1854 void InternalEditorInputEvent::GetDOMInputTypeName(EditorInputType aInputType, in GetDOMInputTypeName()
1857 static_cast<size_t>(EditorInputType::eUnknown)) { in GetDOMInputTypeName()
1869 EditorInputType InternalEditorInputEvent::GetEditorInputType( in GetEditorInputType()
1872 return EditorInputType::eUnknown; in GetEditorInputType()
1879 static_cast<EditorInputType>(i)); in GetEditorInputType()
1882 EditorInputType result = EditorInputType::eUnknown; in GetEditorInputType()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DEventForwards.h155 case EditorInputType::eInsertText: in IsDataAvailableOnTextEditor()
178 case EditorInputType::eInsertText: in IsDataAvailableOnHTMLEditor()
183 case EditorInputType::eInsertLink: in IsDataAvailableOnHTMLEditor()
221 case EditorInputType::eHistoryRedo: in MayHaveTargetRangesOnHTMLEditor()
222 case EditorInputType::eHistoryUndo: in MayHaveTargetRangesOnHTMLEditor()
242 case EditorInputType::eInsertText: in IsCancelableBeforeInputEvent()
271 case EditorInputType::eInsertLink: in IsCancelableBeforeInputEvent()
295 case EditorInputType::eDeleteByCut: in IsCancelableBeforeInputEvent()
303 case EditorInputType::eHistoryUndo: in IsCancelableBeforeInputEvent()
307 case EditorInputType::eFormatBold: in IsCancelableBeforeInputEvent()
[all …]
H A DTextEvents.h1381 mInputType(EditorInputType::eUnknown),
1393 mInputType(EditorInputType::eUnknown) {}
1410 EditorInputType mInputType;
1428 static void GetDOMInputTypeName(EditorInputType aInputType,
1430 static EditorInputType GetEditorInputType(const nsAString& aInputType);
1436 typedef nsTHashMap<nsStringHashKey, EditorInputType> InputTypeHashtable;
H A DWidgetEventImpl.cpp1894 void InternalEditorInputEvent::GetDOMInputTypeName(EditorInputType aInputType, in GetDOMInputTypeName()
1897 static_cast<size_t>(EditorInputType::eUnknown)) { in GetDOMInputTypeName()
1909 EditorInputType InternalEditorInputEvent::GetEditorInputType( in GetEditorInputType()
1912 return EditorInputType::eUnknown; in GetEditorInputType()
1919 static_cast<EditorInputType>(i)); in GetEditorInputType()
1923 .valueOr(EditorInputType::eUnknown); in GetEditorInputType()
/dports/www/firefox/firefox-99.0/widget/
H A DEventForwards.h155 case EditorInputType::eInsertText: in IsDataAvailableOnTextEditor()
178 case EditorInputType::eInsertText: in IsDataAvailableOnHTMLEditor()
183 case EditorInputType::eInsertLink: in IsDataAvailableOnHTMLEditor()
221 case EditorInputType::eHistoryRedo: in MayHaveTargetRangesOnHTMLEditor()
222 case EditorInputType::eHistoryUndo: in MayHaveTargetRangesOnHTMLEditor()
242 case EditorInputType::eInsertText: in IsCancelableBeforeInputEvent()
271 case EditorInputType::eInsertLink: in IsCancelableBeforeInputEvent()
295 case EditorInputType::eDeleteByCut: in IsCancelableBeforeInputEvent()
303 case EditorInputType::eHistoryUndo: in IsCancelableBeforeInputEvent()
307 case EditorInputType::eFormatBold: in IsCancelableBeforeInputEvent()
[all …]
H A DTextEvents.h1373 mInputType(EditorInputType::eUnknown),
1385 mInputType(EditorInputType::eUnknown) {}
1402 EditorInputType mInputType;
1420 static void GetDOMInputTypeName(EditorInputType aInputType,
1422 static EditorInputType GetEditorInputType(const nsAString& aInputType);
1428 typedef nsTHashMap<nsStringHashKey, EditorInputType> InputTypeHashtable;
H A DWidgetEventImpl.cpp1893 void InternalEditorInputEvent::GetDOMInputTypeName(EditorInputType aInputType, in GetDOMInputTypeName()
1896 static_cast<size_t>(EditorInputType::eUnknown)) { in GetDOMInputTypeName()
1908 EditorInputType InternalEditorInputEvent::GetEditorInputType( in GetEditorInputType()
1911 return EditorInputType::eUnknown; in GetEditorInputType()
1918 static_cast<EditorInputType>(i)); in GetEditorInputType()
1922 .valueOr(EditorInputType::eUnknown); in GetEditorInputType()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DEventForwards.h155 case EditorInputType::eInsertText: in IsDataAvailableOnTextEditor()
178 case EditorInputType::eInsertText: in IsDataAvailableOnHTMLEditor()
183 case EditorInputType::eInsertLink: in IsDataAvailableOnHTMLEditor()
221 case EditorInputType::eHistoryRedo: in MayHaveTargetRangesOnHTMLEditor()
222 case EditorInputType::eHistoryUndo: in MayHaveTargetRangesOnHTMLEditor()
242 case EditorInputType::eInsertText: in IsCancelableBeforeInputEvent()
271 case EditorInputType::eInsertLink: in IsCancelableBeforeInputEvent()
295 case EditorInputType::eDeleteByCut: in IsCancelableBeforeInputEvent()
303 case EditorInputType::eHistoryUndo: in IsCancelableBeforeInputEvent()
307 case EditorInputType::eFormatBold: in IsCancelableBeforeInputEvent()
[all …]
H A DTextEvents.h1381 mInputType(EditorInputType::eUnknown),
1393 mInputType(EditorInputType::eUnknown) {}
1410 EditorInputType mInputType;
1428 static void GetDOMInputTypeName(EditorInputType aInputType,
1430 static EditorInputType GetEditorInputType(const nsAString& aInputType);
1436 typedef nsTHashMap<nsStringHashKey, EditorInputType> InputTypeHashtable;
H A DWidgetEventImpl.cpp1894 void InternalEditorInputEvent::GetDOMInputTypeName(EditorInputType aInputType, in GetDOMInputTypeName()
1897 static_cast<size_t>(EditorInputType::eUnknown)) { in GetDOMInputTypeName()
1909 EditorInputType InternalEditorInputEvent::GetEditorInputType( in GetEditorInputType()
1912 return EditorInputType::eUnknown; in GetEditorInputType()
1919 static_cast<EditorInputType>(i)); in GetEditorInputType()
1923 .valueOr(EditorInputType::eUnknown); in GetEditorInputType()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditAction.h479 return EditorInputType::eInsertText; in ToInputType()
520 return EditorInputType::eInsertLink; in ToInputType()
530 return EditorInputType::eDeleteByDrag; in ToInputType()
532 return EditorInputType::eDeleteByCut; in ToInputType()
545 return EditorInputType::eHistoryUndo; in ToInputType()
547 return EditorInputType::eHistoryRedo; in ToInputType()
550 return EditorInputType::eFormatBold; in ToInputType()
553 return EditorInputType::eFormatItalic; in ToInputType()
575 return EditorInputType::eFormatIndent; in ToInputType()
579 return EditorInputType::eFormatRemove; in ToInputType()
[all …]
H A DTextEditor.cpp707 EditorInputType::eDeleteByComposition) { in OnCompositionChange()
709 EditorInputType::eInsertCompositionText); in OnCompositionChange()
819 if (ToInputType(editAction) != EditorInputType::eDeleteCompositionText) { in OnCompositionEnd()
821 ToInputType(editAction) == EditorInputType::eInsertCompositionText || in OnCompositionEnd()
822 ToInputType(editAction) == EditorInputType::eInsertFromComposition); in OnCompositionEnd()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditAction.h482 return EditorInputType::eInsertText; in ToInputType()
523 return EditorInputType::eInsertLink; in ToInputType()
533 return EditorInputType::eDeleteByDrag; in ToInputType()
535 return EditorInputType::eDeleteByCut; in ToInputType()
548 return EditorInputType::eHistoryUndo; in ToInputType()
550 return EditorInputType::eHistoryRedo; in ToInputType()
553 return EditorInputType::eFormatBold; in ToInputType()
556 return EditorInputType::eFormatItalic; in ToInputType()
578 return EditorInputType::eFormatIndent; in ToInputType()
582 return EditorInputType::eFormatRemove; in ToInputType()
[all …]
H A DEditorBase.cpp3592 EditorInputType::eDeleteByComposition) { in OnCompositionChange()
3594 EditorInputType::eInsertCompositionText); in OnCompositionChange()
3705 if (ToInputType(editAction) != EditorInputType::eDeleteCompositionText) { in OnCompositionEnd()
3707 ToInputType(editAction) == EditorInputType::eInsertCompositionText || in OnCompositionEnd()
3708 ToInputType(editAction) == EditorInputType::eInsertFromComposition); in OnCompositionEnd()
6356 EditorInputType inputType = ToInputType(mEditAction); in MaybeDispatchBeforeInputEvent()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditAction.h482 return EditorInputType::eInsertText; in ToInputType()
523 return EditorInputType::eInsertLink; in ToInputType()
533 return EditorInputType::eDeleteByDrag; in ToInputType()
535 return EditorInputType::eDeleteByCut; in ToInputType()
548 return EditorInputType::eHistoryUndo; in ToInputType()
550 return EditorInputType::eHistoryRedo; in ToInputType()
553 return EditorInputType::eFormatBold; in ToInputType()
556 return EditorInputType::eFormatItalic; in ToInputType()
578 return EditorInputType::eFormatIndent; in ToInputType()
582 return EditorInputType::eFormatRemove; in ToInputType()
[all …]
H A DEditorBase.cpp3531 EditorInputType::eDeleteByComposition) { in OnCompositionChange()
3533 EditorInputType::eInsertCompositionText); in OnCompositionChange()
3649 if (ToInputType(editAction) != EditorInputType::eDeleteCompositionText) { in OnCompositionEnd()
3651 ToInputType(editAction) == EditorInputType::eInsertCompositionText || in OnCompositionEnd()
3652 ToInputType(editAction) == EditorInputType::eInsertFromComposition); in OnCompositionEnd()
6292 EditorInputType inputType = ToInputType(mEditAction); in MaybeDispatchBeforeInputEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditAction.h482 return EditorInputType::eInsertText; in ToInputType()
523 return EditorInputType::eInsertLink; in ToInputType()
533 return EditorInputType::eDeleteByDrag; in ToInputType()
535 return EditorInputType::eDeleteByCut; in ToInputType()
548 return EditorInputType::eHistoryUndo; in ToInputType()
550 return EditorInputType::eHistoryRedo; in ToInputType()
553 return EditorInputType::eFormatBold; in ToInputType()
556 return EditorInputType::eFormatItalic; in ToInputType()
578 return EditorInputType::eFormatIndent; in ToInputType()
582 return EditorInputType::eFormatRemove; in ToInputType()
[all …]
H A DEditorBase.cpp3592 EditorInputType::eDeleteByComposition) { in OnCompositionChange()
3594 EditorInputType::eInsertCompositionText); in OnCompositionChange()
3705 if (ToInputType(editAction) != EditorInputType::eDeleteCompositionText) { in OnCompositionEnd()
3707 ToInputType(editAction) == EditorInputType::eInsertCompositionText || in OnCompositionEnd()
3708 ToInputType(editAction) == EditorInputType::eInsertFromComposition); in OnCompositionEnd()
6356 EditorInputType inputType = ToInputType(mEditAction); in MaybeDispatchBeforeInputEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DInputEvent.cpp68 if (editorInputEvent->mInputType == EditorInputType::eUnknown) { in GetInputType()
96 if (internalEvent->mInputType == EditorInputType::eUnknown) { in Constructor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DInputEvent.cpp69 if (editorInputEvent->mInputType == EditorInputType::eUnknown) { in GetInputType()
97 if (internalEvent->mInputType == EditorInputType::eUnknown) { in Constructor()
/dports/www/firefox/firefox-99.0/dom/events/
H A DInputEvent.cpp69 if (editorInputEvent->mInputType == EditorInputType::eUnknown) { in GetInputType()
97 if (internalEvent->mInputType == EditorInputType::eUnknown) { in Constructor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DInputEvent.cpp68 if (editorInputEvent->mInputType == EditorInputType::eUnknown) { in GetInputType()
96 if (internalEvent->mInputType == EditorInputType::eUnknown) { in Constructor()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DTextControlState.cpp2869 eEditorBeforeInput, EditorInputType::eInsertReplacementText, nullptr, in SetValueWithoutTextEditor()
2962 eEditorInput, EditorInputType::eInsertReplacementText, nullptr, in SetValueWithoutTextEditor()

12