Home | History | Annotate | Download | only in src

Lines Matching refs:suppress

628             // Suppress the next keypress event unless the focused node is a plug-in node.
708 bool suppress = m_suppressNextKeypressEvent;
713 return suppress;
717 return suppress || keyEventDefault(event);
734 if (!suppress && !handler->keyEvent(evt))