Home
last modified time | relevance | path

Searched refs:aUnshiftedCharCode (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DSharedWidgetUtils.cpp168 *aUnshiftedCharCode = ' '; in GetLatinCharCodeForKeyCode()
171 *aUnshiftedCharCode = ':'; in GetLatinCharCodeForKeyCode()
174 *aUnshiftedCharCode = ';'; in GetLatinCharCodeForKeyCode()
177 *aUnshiftedCharCode = '<'; in GetLatinCharCodeForKeyCode()
180 *aUnshiftedCharCode = '='; in GetLatinCharCodeForKeyCode()
183 *aUnshiftedCharCode = '>'; in GetLatinCharCodeForKeyCode()
186 *aUnshiftedCharCode = '?'; in GetLatinCharCodeForKeyCode()
189 *aUnshiftedCharCode = '@'; in GetLatinCharCodeForKeyCode()
192 *aUnshiftedCharCode = '^'; in GetLatinCharCodeForKeyCode()
195 *aUnshiftedCharCode = '!'; in GetLatinCharCodeForKeyCode()
[all …]
H A DWidgetUtils.h80 uint32_t* aUnshiftedCharCode,
H A DTextEvents.h82 AlternativeCharCode(uint32_t aUnshiftedCharCode, uint32_t aShiftedCharCode) in AlternativeCharCode()
83 : mUnshiftedCharCode(aUnshiftedCharCode), in AlternativeCharCode()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DSharedWidgetUtils.cpp165 *aUnshiftedCharCode = ' '; in GetLatinCharCodeForKeyCode()
168 *aUnshiftedCharCode = ':'; in GetLatinCharCodeForKeyCode()
171 *aUnshiftedCharCode = ';'; in GetLatinCharCodeForKeyCode()
174 *aUnshiftedCharCode = '<'; in GetLatinCharCodeForKeyCode()
177 *aUnshiftedCharCode = '='; in GetLatinCharCodeForKeyCode()
180 *aUnshiftedCharCode = '>'; in GetLatinCharCodeForKeyCode()
183 *aUnshiftedCharCode = '?'; in GetLatinCharCodeForKeyCode()
186 *aUnshiftedCharCode = '@'; in GetLatinCharCodeForKeyCode()
189 *aUnshiftedCharCode = '^'; in GetLatinCharCodeForKeyCode()
192 *aUnshiftedCharCode = '!'; in GetLatinCharCodeForKeyCode()
[all …]
H A DWidgetUtils.h80 uint32_t* aUnshiftedCharCode,
H A DTextEvents.h79 AlternativeCharCode(uint32_t aUnshiftedCharCode, uint32_t aShiftedCharCode) in AlternativeCharCode()
80 : mUnshiftedCharCode(aUnshiftedCharCode), in AlternativeCharCode()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DSharedWidgetUtils.cpp168 *aUnshiftedCharCode = ' '; in GetLatinCharCodeForKeyCode()
171 *aUnshiftedCharCode = ':'; in GetLatinCharCodeForKeyCode()
174 *aUnshiftedCharCode = ';'; in GetLatinCharCodeForKeyCode()
177 *aUnshiftedCharCode = '<'; in GetLatinCharCodeForKeyCode()
180 *aUnshiftedCharCode = '='; in GetLatinCharCodeForKeyCode()
183 *aUnshiftedCharCode = '>'; in GetLatinCharCodeForKeyCode()
186 *aUnshiftedCharCode = '?'; in GetLatinCharCodeForKeyCode()
189 *aUnshiftedCharCode = '@'; in GetLatinCharCodeForKeyCode()
192 *aUnshiftedCharCode = '^'; in GetLatinCharCodeForKeyCode()
195 *aUnshiftedCharCode = '!'; in GetLatinCharCodeForKeyCode()
[all …]
H A DWidgetUtils.h79 uint32_t* aUnshiftedCharCode,
H A DTextEvents.h82 AlternativeCharCode(uint32_t aUnshiftedCharCode, uint32_t aShiftedCharCode) in AlternativeCharCode()
83 : mUnshiftedCharCode(aUnshiftedCharCode), in AlternativeCharCode()
/dports/www/firefox/firefox-99.0/widget/
H A DSharedWidgetUtils.cpp168 *aUnshiftedCharCode = ' '; in GetLatinCharCodeForKeyCode()
171 *aUnshiftedCharCode = ':'; in GetLatinCharCodeForKeyCode()
174 *aUnshiftedCharCode = ';'; in GetLatinCharCodeForKeyCode()
177 *aUnshiftedCharCode = '<'; in GetLatinCharCodeForKeyCode()
180 *aUnshiftedCharCode = '='; in GetLatinCharCodeForKeyCode()
183 *aUnshiftedCharCode = '>'; in GetLatinCharCodeForKeyCode()
186 *aUnshiftedCharCode = '?'; in GetLatinCharCodeForKeyCode()
189 *aUnshiftedCharCode = '@'; in GetLatinCharCodeForKeyCode()
192 *aUnshiftedCharCode = '^'; in GetLatinCharCodeForKeyCode()
195 *aUnshiftedCharCode = '!'; in GetLatinCharCodeForKeyCode()
[all …]
H A DWidgetUtils.h79 uint32_t* aUnshiftedCharCode,
H A DTextEvents.h83 AlternativeCharCode(uint32_t aUnshiftedCharCode, uint32_t aShiftedCharCode) in AlternativeCharCode()
84 : mUnshiftedCharCode(aUnshiftedCharCode), in AlternativeCharCode()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DSharedWidgetUtils.cpp115 uint32_t* aUnshiftedCharCode,
118 MOZ_ASSERT(aUnshiftedCharCode && aShiftedCharCode,
122 *aUnshiftedCharCode = *aShiftedCharCode = aKeyCode;
126 *aUnshiftedCharCode += 0x20;
135 *aUnshiftedCharCode = aKeyCode;
140 case NS_VK_SPACE: *aUnshiftedCharCode = ' '; break;
141 case NS_VK_COLON: *aUnshiftedCharCode = ':'; break;
142 case NS_VK_SEMICOLON: *aUnshiftedCharCode = ';'; break;
143 case NS_VK_LESS_THAN: *aUnshiftedCharCode = '<'; break;
144 case NS_VK_EQUALS: *aUnshiftedCharCode = '='; break;
[all …]
H A DWidgetUtils.h82 uint32_t* aUnshiftedCharCode, in SecItemUpdate()
H A DTextEvents.h67 AlternativeCharCode(uint32_t aUnshiftedCharCode, uint32_t aShiftedCharCode) : in AlternativeCharCode()
68 mUnshiftedCharCode(aUnshiftedCharCode), mShiftedCharCode(aShiftedCharCode) in AlternativeCharCode()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DSharedWidgetUtils.cpp168 *aUnshiftedCharCode = ' '; in GetLatinCharCodeForKeyCode()
171 *aUnshiftedCharCode = ':'; in GetLatinCharCodeForKeyCode()
174 *aUnshiftedCharCode = ';'; in GetLatinCharCodeForKeyCode()
177 *aUnshiftedCharCode = '<'; in GetLatinCharCodeForKeyCode()
180 *aUnshiftedCharCode = '='; in GetLatinCharCodeForKeyCode()
183 *aUnshiftedCharCode = '>'; in GetLatinCharCodeForKeyCode()
186 *aUnshiftedCharCode = '?'; in GetLatinCharCodeForKeyCode()
189 *aUnshiftedCharCode = '@'; in GetLatinCharCodeForKeyCode()
192 *aUnshiftedCharCode = '^'; in GetLatinCharCodeForKeyCode()
195 *aUnshiftedCharCode = '!'; in GetLatinCharCodeForKeyCode()
[all …]
H A DWidgetUtils.h79 uint32_t* aUnshiftedCharCode,
H A DTextEvents.h82 AlternativeCharCode(uint32_t aUnshiftedCharCode, uint32_t aShiftedCharCode) in AlternativeCharCode()
83 : mUnshiftedCharCode(aUnshiftedCharCode), in AlternativeCharCode()