Home
last modified time | relevance | path

Searched refs:mIsSynthesizedByTIP (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextEvents.h125 , mIsSynthesizedByTIP(false) in WidgetKeyboardEvent()
154 , mIsSynthesizedByTIP(false) in WidgetInputEvent()
277 bool mIsSynthesizedByTIP; variable
409 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP; in AssignKeyEventData()
H A DnsGUIEventIPC.h405 WriteParam(aMsg, aParam.mIsSynthesizedByTIP);
441 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DTextEvents.h147 mIsSynthesizedByTIP(false),
177 mIsSynthesizedByTIP(false),
312 bool mIsSynthesizedByTIP;
546 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
H A DnsGUIEventIPC.h411 WriteParam(aMsg, aParam.mIsSynthesizedByTIP);
449 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DTextEvents.h150 mIsSynthesizedByTIP(false),
181 mIsSynthesizedByTIP(false),
436 bool mIsSynthesizedByTIP;
713 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
H A DTextEventDispatcher.cpp544 if (keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
H A DnsGUIEventIPC.h415 WriteParam(aMsg, aParam.mIsSynthesizedByTIP);
453 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DTextEvents.h144 mIsSynthesizedByTIP(false),
168 mIsSynthesizedByTIP(false),
386 bool mIsSynthesizedByTIP;
732 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
H A DTextEventDispatcher.cpp584 if (XRE_IsContentProcess() && keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
H A DnsGUIEventIPC.h448 WriteParam(aMsg, aParam.mIsSynthesizedByTIP);
479 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
/dports/www/firefox/firefox-99.0/widget/
H A DTextEvents.h145 mIsSynthesizedByTIP(false),
169 mIsSynthesizedByTIP(false),
387 bool mIsSynthesizedByTIP;
732 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
H A DTextEventDispatcher.cpp586 if (XRE_IsContentProcess() && keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
H A DnsGUIEventIPC.h415 WriteParam(aWriter, aParam.mIsSynthesizedByTIP);
444 ReadParam(aReader, &aResult->mIsSynthesizedByTIP) &&
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DTextEvents.h144 mIsSynthesizedByTIP(false),
168 mIsSynthesizedByTIP(false),
386 bool mIsSynthesizedByTIP;
732 mIsSynthesizedByTIP = aEvent.mIsSynthesizedByTIP;
H A DTextEventDispatcher.cpp584 if (XRE_IsContentProcess() && keyEvent.mIsSynthesizedByTIP) { in DispatchKeyboardEventInternal()
H A DnsGUIEventIPC.h448 WriteParam(aMsg, aParam.mIsSynthesizedByTIP);
479 ReadParam(aMsg, aIter, &aResult->mIsSynthesizedByTIP) &&
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/inputmethod/
H A DHardwareKeyHandler.cpp116 if (aEvent->mIsSynthesizedByTIP) { in ForwardKeyToInputMethodApp()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DTextInputProcessor.cpp988 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 DTextInputProcessor.cpp774 aKeyboardEvent.mIsSynthesizedByTIP = (mForTests)? false : true; in PrepareKeyboardEventToDispatch()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DTextInputProcessor.cpp976 aKeyboardEvent.mIsSynthesizedByTIP = (mForTests) ? false : true; in PrepareKeyboardEventToDispatch()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DTextInputProcessor.cpp989 aKeyboardEvent.mIsSynthesizedByTIP = true; in PrepareKeyboardEventToDispatch()
/dports/www/firefox/firefox-99.0/dom/base/
H A DTextInputProcessor.cpp1013 aKeyboardEvent.mIsSynthesizedByTIP = true; in PrepareKeyboardEventToDispatch()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DTextInputProcessor.cpp989 aKeyboardEvent.mIsSynthesizedByTIP = true; in PrepareKeyboardEventToDispatch()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresShell.cpp7252 if (!XRE_IsParentProcess() || aEvent.mIsSynthesizedByTIP || in ForwardKeyToInputMethodApp()