Home
last modified time | relevance | path

Searched refs:textInputProcessor (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DFuzzingFunctions.cpp297 RefPtr<TextInputProcessor> textInputProcessor = new TextInputProcessor(); in SynthesizeKeyboardEvents() local
299 aRv = textInputProcessor->BeginInputTransactionForFuzzing( in SynthesizeKeyboardEvents()
314 textInputProcessor, event.mModifiers, event.mWidget, aRv); in SynthesizeKeyboardEvents()
320 aRv = textInputProcessor->Keydown(event, flags); in SynthesizeKeyboardEvents()
326 aRv = textInputProcessor->Keyup(event, flags); in SynthesizeKeyboardEvents()
332 InactivateModifiers(textInputProcessor, activatedModifiers, event.mWidget, in SynthesizeKeyboardEvents()
/dports/www/firefox/firefox-99.0/dom/base/
H A DFuzzingFunctions.cpp328 RefPtr<TextInputProcessor> textInputProcessor = new TextInputProcessor(); in SynthesizeKeyboardEvents() local
330 aRv = textInputProcessor->BeginInputTransactionForFuzzing( in SynthesizeKeyboardEvents()
347 textInputProcessor, event.mModifiers, MOZ_KnownLive(event.mWidget), aRv); in SynthesizeKeyboardEvents()
353 aRv = textInputProcessor->Keydown(event, flags); in SynthesizeKeyboardEvents()
359 aRv = textInputProcessor->Keyup(event, flags); in SynthesizeKeyboardEvents()
367 InactivateModifiers(textInputProcessor, activatedModifiers, in SynthesizeKeyboardEvents()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DFuzzingFunctions.cpp316 RefPtr<TextInputProcessor> textInputProcessor = new TextInputProcessor(); in SynthesizeKeyboardEvents() local
318 aRv = textInputProcessor->BeginInputTransactionForFuzzing( in SynthesizeKeyboardEvents()
335 textInputProcessor, event.mModifiers, MOZ_KnownLive(event.mWidget), aRv); in SynthesizeKeyboardEvents()
341 aRv = textInputProcessor->Keydown(event, flags); in SynthesizeKeyboardEvents()
347 aRv = textInputProcessor->Keyup(event, flags); in SynthesizeKeyboardEvents()
355 InactivateModifiers(textInputProcessor, activatedModifiers, in SynthesizeKeyboardEvents()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DFuzzingFunctions.cpp316 RefPtr<TextInputProcessor> textInputProcessor = new TextInputProcessor(); in SynthesizeKeyboardEvents() local
318 aRv = textInputProcessor->BeginInputTransactionForFuzzing( in SynthesizeKeyboardEvents()
335 textInputProcessor, event.mModifiers, MOZ_KnownLive(event.mWidget), aRv); in SynthesizeKeyboardEvents()
341 aRv = textInputProcessor->Keydown(event, flags); in SynthesizeKeyboardEvents()
347 aRv = textInputProcessor->Keyup(event, flags); in SynthesizeKeyboardEvents()
355 InactivateModifiers(textInputProcessor, activatedModifiers, in SynthesizeKeyboardEvents()
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DSystemAppProxy.jsm291 throw new Error('failed to create textInputProcessor');