Home
last modified time | relevance | path

Searched refs:mAlternativeCharCodes (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DWidgetEventImpl.cpp599 uint32_t len = mAlternativeCharCodes.Length(); in GetShortcutKeyCandidates()
602 uint32_t ch = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
615 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
625 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
640 uint32_t unshiftCh = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
687 for (uint32_t i = 0; i < mAlternativeCharCodes.Length(); ++i) { in GetAccessKeyCandidates()
689 { mAlternativeCharCodes[i].mUnshiftedCharCode, in GetAccessKeyCandidates()
690 mAlternativeCharCodes[i].mShiftedCharCode }; in GetAccessKeyCandidates()
H A DTextEvents.h200 nsTArray<AlternativeCharCode> mAlternativeCharCodes; variable
386 mAlternativeCharCodes = aEvent.mAlternativeCharCodes; in AssignKeyEventData()
H A DTextEventDispatcher.cpp502 keyEvent.mAlternativeCharCodes.Clear();
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DNativeKeyBindings.cpp291 for (uint32_t i = 0; i < aEvent.mAlternativeCharCodes.Length(); ++i) { in GetEditCommands()
293 ? aEvent.mAlternativeCharCodes[i].mShiftedCharCode in GetEditCommands()
294 : aEvent.mAlternativeCharCodes[i].mUnshiftedCharCode; in GetEditCommands()
H A DnsGtkKeyUtils.cpp1518 aKeyEvent.mAlternativeCharCodes.AppendElement(altCharCodes); in WillDispatchKeyboardEventInternal()
1568 aKeyEvent.mAlternativeCharCodes.AppendElement(altLatinCharCodes); in WillDispatchKeyboardEventInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DNativeKeyBindings.cpp317 for (uint32_t i = 0; i < aEvent.mAlternativeCharCodes.Length(); ++i) { in Execute()
319 aEvent.mAlternativeCharCodes[i].mShiftedCharCode : in Execute()
320 aEvent.mAlternativeCharCodes[i].mUnshiftedCharCode; in Execute()
H A DnsGtkKeyUtils.cpp1403 aKeyEvent.mAlternativeCharCodes.AppendElement(altCharCodes); in WillDispatchKeyboardEventInternal()
1456 aKeyEvent.mAlternativeCharCodes.AppendElement(altLatinCharCodes); in WillDispatchKeyboardEventInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DWidgetEventImpl.cpp752 uint32_t len = mAlternativeCharCodes.Length(); in GetShortcutKeyCandidates()
755 uint32_t ch = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
768 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
778 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
793 uint32_t unshiftCh = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
840 for (uint32_t i = 0; i < mAlternativeCharCodes.Length(); ++i) { in GetAccessKeyCandidates()
841 uint32_t ch[2] = {mAlternativeCharCodes[i].mUnshiftedCharCode, in GetAccessKeyCandidates()
842 mAlternativeCharCodes[i].mShiftedCharCode}; in GetAccessKeyCandidates()
H A DTextEvents.h256 nsTArray<AlternativeCharCode> mAlternativeCharCodes;
527 mAlternativeCharCodes = aEvent.mAlternativeCharCodes;
H A DTextEventDispatcher.cpp618 keyEvent.mAlternativeCharCodes.Clear(); in DispatchKeyboardEventInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DNativeKeyBindings.cpp300 for (uint32_t i = 0; i < aEvent.mAlternativeCharCodes.Length(); ++i) { in GetEditCommands()
302 ? aEvent.mAlternativeCharCodes[i].mShiftedCharCode in GetEditCommands()
303 : aEvent.mAlternativeCharCodes[i].mUnshiftedCharCode; in GetEditCommands()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DWidgetEventImpl.cpp931 uint32_t len = mAlternativeCharCodes.Length(); in GetShortcutKeyCandidates()
934 uint32_t ch = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
947 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
957 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
972 uint32_t unshiftCh = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
1019 for (uint32_t i = 0; i < mAlternativeCharCodes.Length(); ++i) { in GetAccessKeyCandidates()
1020 uint32_t ch[2] = {mAlternativeCharCodes[i].mUnshiftedCharCode, in GetAccessKeyCandidates()
1021 mAlternativeCharCodes[i].mShiftedCharCode}; in GetAccessKeyCandidates()
H A DTextEvents.h380 CopyableTArray<AlternativeCharCode> mAlternativeCharCodes;
694 mAlternativeCharCodes = aEvent.mAlternativeCharCodes.Clone();
H A DTextEventDispatcher.cpp612 keyEvent.mAlternativeCharCodes.Clear(); in DispatchKeyboardEventInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DWidgetEventImpl.cpp973 uint32_t len = mAlternativeCharCodes.Length(); in GetShortcutKeyCandidates()
976 uint32_t ch = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
989 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
999 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
1014 uint32_t unshiftCh = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
1061 for (uint32_t i = 0; i < mAlternativeCharCodes.Length(); ++i) { in GetAccessKeyCandidates()
1062 uint32_t ch[2] = {mAlternativeCharCodes[i].mUnshiftedCharCode, in GetAccessKeyCandidates()
1063 mAlternativeCharCodes[i].mShiftedCharCode}; in GetAccessKeyCandidates()
H A DTextEvents.h344 CopyableTArray<AlternativeCharCode> mAlternativeCharCodes;
721 mAlternativeCharCodes = aEvent.mAlternativeCharCodes.Clone();
H A DTextEventDispatcher.cpp657 keyEvent.mAlternativeCharCodes.Clear(); in DispatchKeyboardEventInternal()
/dports/www/firefox/firefox-99.0/widget/
H A DWidgetEventImpl.cpp972 uint32_t len = mAlternativeCharCodes.Length(); in GetShortcutKeyCandidates()
975 uint32_t ch = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
988 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
998 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
1013 uint32_t unshiftCh = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
1060 for (uint32_t i = 0; i < mAlternativeCharCodes.Length(); ++i) { in GetAccessKeyCandidates()
1061 uint32_t ch[2] = {mAlternativeCharCodes[i].mUnshiftedCharCode, in GetAccessKeyCandidates()
1062 mAlternativeCharCodes[i].mShiftedCharCode}; in GetAccessKeyCandidates()
H A DTextEvents.h345 CopyableTArray<AlternativeCharCode> mAlternativeCharCodes;
721 mAlternativeCharCodes = aEvent.mAlternativeCharCodes.Clone();
H A DTextEventDispatcher.cpp658 keyEvent.mAlternativeCharCodes.Clear(); in DispatchKeyboardEventInternal()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DWidgetEventImpl.cpp973 uint32_t len = mAlternativeCharCodes.Length(); in GetShortcutKeyCandidates()
976 uint32_t ch = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
989 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
999 uint32_t ch = mAlternativeCharCodes[i].mShiftedCharCode; in GetShortcutKeyCandidates()
1014 uint32_t unshiftCh = mAlternativeCharCodes[i].mUnshiftedCharCode; in GetShortcutKeyCandidates()
1061 for (uint32_t i = 0; i < mAlternativeCharCodes.Length(); ++i) { in GetAccessKeyCandidates()
1062 uint32_t ch[2] = {mAlternativeCharCodes[i].mUnshiftedCharCode, in GetAccessKeyCandidates()
1063 mAlternativeCharCodes[i].mShiftedCharCode}; in GetAccessKeyCandidates()
H A DTextEvents.h344 CopyableTArray<AlternativeCharCode> mAlternativeCharCodes;
721 mAlternativeCharCodes = aEvent.mAlternativeCharCodes.Clone();
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DNativeKeyBindings.cpp325 for (uint32_t i = 0; i < aEvent.mAlternativeCharCodes.Length(); ++i) { in GetEditCommands()
327 ? aEvent.mAlternativeCharCodes[i].mShiftedCharCode in GetEditCommands()
328 : aEvent.mAlternativeCharCodes[i].mUnshiftedCharCode; in GetEditCommands()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DNativeKeyBindings.cpp330 for (uint32_t i = 0; i < aEvent.mAlternativeCharCodes.Length(); ++i) { in GetEditCommands()
332 ? aEvent.mAlternativeCharCodes[i].mShiftedCharCode in GetEditCommands()
333 : aEvent.mAlternativeCharCodes[i].mUnshiftedCharCode; in GetEditCommands()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DNativeKeyBindings.cpp325 for (uint32_t i = 0; i < aEvent.mAlternativeCharCodes.Length(); ++i) { in GetEditCommands()
327 ? aEvent.mAlternativeCharCodes[i].mShiftedCharCode in GetEditCommands()
328 : aEvent.mAlternativeCharCodes[i].mUnshiftedCharCode; in GetEditCommands()

12