Home
last modified time | relevance | path

Searched refs:mLastEnableIMEState (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginInstanceChild.h584 bool mLastEnableIMEState; variable
H A DPluginInstanceChild.cpp183 mLastEnableIMEState(true) in PluginInstanceChild()
2048 self->mLastEnableIMEState = !!(dwFlags & IACE_DEFAULT); in ImmAssociateContextExProc()
2049 self->SendEnableIME(self->mLastEnableIMEState); in ImmAssociateContextExProc()
2137 SendEnableIME(mLastEnableIMEState); in WinlessHandleEvent()
2141 mLastEnableIMEState = true; in WinlessHandleEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginInstanceChild.cpp180 mLastEnableIMEState(true) in PluginInstanceChild()
2000 self->mLastEnableIMEState = !!(dwFlags & IACE_DEFAULT); in ImmAssociateContextExProc()
2001 self->SendEnableIME(self->mLastEnableIMEState); in ImmAssociateContextExProc()
2099 SendEnableIME(mLastEnableIMEState); in WinlessHandleEvent()
2103 mLastEnableIMEState = true; in WinlessHandleEvent()
H A DPluginInstanceChild.h598 bool mLastEnableIMEState; variable