Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextEventDispatcher.cpp23 bool TextEventDispatcher::sDispatchKeyEventsDuringComposition = false;
36 &sDispatchKeyEventsDuringComposition,
429 if (!sDispatchKeyEventsDuringComposition || aMessage == eKeyPress) {
H A DTextEventDispatcher.h400 static bool sDispatchKeyEventsDuringComposition; variable
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DTextEventDispatcher.cpp24 bool TextEventDispatcher::sDispatchKeyEventsDuringComposition = false; member in mozilla::widget::TextEventDispatcher
40 &sDispatchKeyEventsDuringComposition, in TextEventDispatcher()
544 if (!sDispatchKeyEventsDuringComposition || aMessage == eKeyPress) { in DispatchKeyboardEventInternal()
H A DTextEventDispatcher.h435 static bool sDispatchKeyEventsDuringComposition; variable