Home | History | Annotate | Download | only in src

Lines Matching refs:m_suppressNextKeypressEvent

235     , m_suppressNextKeypressEvent(false)
466 // Please refer to the comments explaining the m_suppressNextKeypressEvent
468 // The m_suppressNextKeypressEvent is set if the KeyDown is handled by
472 m_suppressNextKeypressEvent = false;
511 m_suppressNextKeypressEvent = true;
559 m_suppressNextKeypressEvent = true;
570 // Please refer to the comments explaining the m_suppressNextKeypressEvent
571 // member. The m_suppressNextKeypressEvent is set if the KeyDown is
575 bool suppress = m_suppressNextKeypressEvent;
576 m_suppressNextKeypressEvent = false;