Home
last modified time | relevance | path

Searched refs:sIMEProperty (Results 1 – 12 of 12) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DIMMHandler.cpp198 DWORD IMMHandler::sIMEProperty = 0; member in mozilla::widget::IMMHandler
295 return !(sIMEProperty & IME_PROP_SPECIAL_UI) && in ShouldDrawCompositionStringOurselves()
296 (sIMEProperty & IME_PROP_AT_CARET); in ShouldDrawCompositionStringOurselves()
332 sIMEProperty = ::ImmGetProperty(aKeyboardLayout, IGP_PROPERTY); in InitKeyboardLayout()
354 GetIMEGeneralPropertyName(sIMEProperty).get(), in InitKeyboardLayout()
1105 bool useA_API = !(sIMEProperty & IME_PROP_UNICODE); in HandleComposition()
H A DIMMHandler.h427 static DWORD sIMEProperty; variable
/dports/www/firefox/firefox-99.0/widget/windows/
H A DIMMHandler.cpp187 DWORD IMMHandler::sIMEProperty = 0; member in mozilla::widget::IMMHandler
284 return !(sIMEProperty & IME_PROP_SPECIAL_UI) && in ShouldDrawCompositionStringOurselves()
285 (sIMEProperty & IME_PROP_AT_CARET); in ShouldDrawCompositionStringOurselves()
321 sIMEProperty = ::ImmGetProperty(aKeyboardLayout, IGP_PROPERTY); in InitKeyboardLayout()
343 GetIMEGeneralPropertyName(sIMEProperty).get(), in InitKeyboardLayout()
1115 bool useA_API = !(sIMEProperty & IME_PROP_UNICODE); in HandleComposition()
H A DIMMHandler.h415 static DWORD sIMEProperty; variable
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DIMMHandler.cpp198 DWORD IMMHandler::sIMEProperty = 0; member in mozilla::widget::IMMHandler
295 return !(sIMEProperty & IME_PROP_SPECIAL_UI) && in ShouldDrawCompositionStringOurselves()
296 (sIMEProperty & IME_PROP_AT_CARET); in ShouldDrawCompositionStringOurselves()
332 sIMEProperty = ::ImmGetProperty(aKeyboardLayout, IGP_PROPERTY); in InitKeyboardLayout()
354 GetIMEGeneralPropertyName(sIMEProperty).get(), in InitKeyboardLayout()
1105 bool useA_API = !(sIMEProperty & IME_PROP_UNICODE); in HandleComposition()
H A DIMMHandler.h427 static DWORD sIMEProperty; variable
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DIMMHandler.cpp198 DWORD IMMHandler::sIMEProperty = 0; member in mozilla::widget::IMMHandler
300 return !(sIMEProperty & IME_PROP_SPECIAL_UI) && in ShouldDrawCompositionStringOurselves()
301 (sIMEProperty & IME_PROP_AT_CARET); in ShouldDrawCompositionStringOurselves()
337 sIMEProperty = ::ImmGetProperty(aKeyboardLayout, IGP_PROPERTY); in InitKeyboardLayout()
359 GetIMEGeneralPropertyName(sIMEProperty).get(), in InitKeyboardLayout()
1309 bool useA_API = !(sIMEProperty & IME_PROP_UNICODE); in HandleComposition()
H A DIMMHandler.h449 static DWORD sIMEProperty; variable
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DIMMHandler.cpp197 DWORD IMMHandler::sIMEProperty = 0; member in mozilla::widget::IMMHandler
300 return !(sIMEProperty & IME_PROP_SPECIAL_UI) && in ShouldDrawCompositionStringOurselves()
301 (sIMEProperty & IME_PROP_AT_CARET); in ShouldDrawCompositionStringOurselves()
337 sIMEProperty = ::ImmGetProperty(aKeyboardLayout, IGP_PROPERTY); in InitKeyboardLayout()
359 GetIMEGeneralPropertyName(sIMEProperty).get(), in InitKeyboardLayout()
1318 bool useA_API = !(sIMEProperty & IME_PROP_UNICODE); in HandleComposition()
H A DIMMHandler.h450 static DWORD sIMEProperty; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DIMMHandler.cpp222 DWORD IMMHandler::sIMEProperty = 0; member in mozilla::widget::IMMHandler
316 return !(sIMEProperty & IME_PROP_SPECIAL_UI) && in ShouldDrawCompositionStringOurselves()
317 (sIMEProperty & IME_PROP_AT_CARET); in ShouldDrawCompositionStringOurselves()
359 sIMEProperty = ::ImmGetProperty(aKeyboardLayout, IGP_PROPERTY); in InitKeyboardLayout()
381 sCodePage, GetIMEGeneralPropertyName(sIMEProperty).get(), in InitKeyboardLayout()
1448 bool useA_API = !(sIMEProperty & IME_PROP_UNICODE); in HandleComposition()
H A DIMMHandler.h485 static DWORD sIMEProperty; variable