/dports/www/firefox-legacy/firefox-52.8.0esr/widget/ |
H A D | TextEvents.h | 125 , mIsSynthesizedByTIP(false) in WidgetKeyboardEvent() 154 , mIsSynthesizedByTIP(false) in WidgetInputEvent() 277 bool mIsSynthesizedByTIP; variable 409 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP; in AssignKeyEventData()
|
H A D | nsGUIEventIPC.h | 405 WriteParam(aMsg, aParam.mIsSynthesizedByTIP); 441 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/ |
H A D | TextEvents.h | 147 mIsSynthesizedByTIP(false), 177 mIsSynthesizedByTIP(false), 312 bool mIsSynthesizedByTIP; 546 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
|
H A D | nsGUIEventIPC.h | 411 WriteParam(aMsg, aParam.mIsSynthesizedByTIP); 449 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/ |
H A D | TextEvents.h | 150 mIsSynthesizedByTIP(false), 181 mIsSynthesizedByTIP(false), 436 bool mIsSynthesizedByTIP; 713 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
|
H A D | TextEventDispatcher.cpp | 544 if (keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
|
H A D | nsGUIEventIPC.h | 415 WriteParam(aMsg, aParam.mIsSynthesizedByTIP); 453 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/ |
H A D | TextEvents.h | 144 mIsSynthesizedByTIP(false), 168 mIsSynthesizedByTIP(false), 386 bool mIsSynthesizedByTIP; 732 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
|
H A D | TextEventDispatcher.cpp | 584 if (XRE_IsContentProcess() && keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
|
H A D | nsGUIEventIPC.h | 448 WriteParam(aMsg, aParam.mIsSynthesizedByTIP); 479 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
|
/dports/www/firefox/firefox-99.0/widget/ |
H A D | TextEvents.h | 145 mIsSynthesizedByTIP(false), 169 mIsSynthesizedByTIP(false), 387 bool mIsSynthesizedByTIP; 732 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
|
H A D | TextEventDispatcher.cpp | 586 if (XRE_IsContentProcess() && keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
|
H A D | nsGUIEventIPC.h | 415 WriteParam(aWriter, aParam.mIsSynthesizedByTIP); 444 ReadParam(aReader, &aResult->mIsSynthesizedByTIP) &&
|
/dports/www/firefox-esr/firefox-91.8.0/widget/ |
H A D | TextEvents.h | 144 mIsSynthesizedByTIP(false), 168 mIsSynthesizedByTIP(false), 386 bool mIsSynthesizedByTIP; 732 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
|
H A D | TextEventDispatcher.cpp | 584 if (XRE_IsContentProcess() && keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
|
H A D | nsGUIEventIPC.h | 448 WriteParam(aMsg, aParam.mIsSynthesizedByTIP); 479 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/inputmethod/ |
H A D | HardwareKeyHandler.cpp | 116 if (aEvent->mIsSynthesizedByTIP) { in ForwardKeyToInputMethodApp()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/ |
H A D | TextInputProcessor.cpp | 988 aKeyboardEvent.mIsSynthesizedByTIP = !mForTests; in PrepareKeyboardEventToDispatch() 994 if (aKeyboardEvent.mIsSynthesizedByTIP && !XRE_IsParentProcess()) { in PrepareKeyboardEventToDispatch()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/ |
H A D | TextInputProcessor.cpp | 774 aKeyboardEvent.mIsSynthesizedByTIP = (mForTests)? false : true; in PrepareKeyboardEventToDispatch()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/ |
H A D | TextInputProcessor.cpp | 976 aKeyboardEvent.mIsSynthesizedByTIP = (mForTests) ? false : true; in PrepareKeyboardEventToDispatch()
|
/dports/www/firefox-esr/firefox-91.8.0/dom/base/ |
H A D | TextInputProcessor.cpp | 989 aKeyboardEvent.mIsSynthesizedByTIP = true; in PrepareKeyboardEventToDispatch()
|
/dports/www/firefox/firefox-99.0/dom/base/ |
H A D | TextInputProcessor.cpp | 1013 aKeyboardEvent.mIsSynthesizedByTIP = true; in PrepareKeyboardEventToDispatch()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/ |
H A D | TextInputProcessor.cpp | 989 aKeyboardEvent.mIsSynthesizedByTIP = true; in PrepareKeyboardEventToDispatch()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | nsPresShell.cpp | 7252 if (!XRE_IsParentProcess() || aEvent.mIsSynthesizedByTIP || in ForwardKeyToInputMethodApp()
|