Searched refs:m_preventRevealSelection (Results 1 – 2 of 2) sorted by relevance
188 bool preventRevealSelection() const { return m_preventRevealSelection; } in preventRevealSelection()249 int m_preventRevealSelection; variable
98 ++m_editor->m_preventRevealSelection; in RevealSelectionScope()103 ASSERT(m_editor->m_preventRevealSelection); in ~RevealSelectionScope()104 --m_editor->m_preventRevealSelection; in ~RevealSelectionScope()105 if (!m_editor->m_preventRevealSelection) in ~RevealSelectionScope()832 , m_preventRevealSelection(0) in Editor()1053 if (m_preventRevealSelection) in revealSelectionAfterEditingOperation()