Searched refs:shouldExtendSelectionByWordOrLineAcrossCaret (Results 1 – 2 of 2) sorted by relevance
76 … bool shouldExtendSelectionByWordOrLineAcrossCaret() const { return m_type != EditingMacBehavior; } in shouldExtendSelectionByWordOrLineAcrossCaret() function
1003 … && m_frame && !m_frame->editor().behavior().shouldExtendSelectionByWordOrLineAcrossCaret()) { in modify()