Searched refs:m_shouldShowBlockCursor (Results 1 – 2 of 2) sorted by relevance
206 bool shouldShowBlockCursor() const { return m_shouldShowBlockCursor; } in shouldShowBlockCursor()266 bool m_shouldShowBlockCursor : 1; variable
99 , m_shouldShowBlockCursor(false) in FrameSelection()1531 if (m_shouldShowBlockCursor && m_selection.isCaret()) { in updateAppearance()1834 m_shouldShowBlockCursor = shouldShowBlockCursor; in setShouldShowBlockCursor()