Searched refs:m_lastChangeWasHorizontalExtension (Results 1 – 4 of 4) sorted by relevance
98 void setLastChangeWasHorizontalExtension(bool b) { m_lastChangeWasHorizontalExtension = b; } in setLastChangeWasHorizontalExtension()180 bool m_lastChangeWasHorizontalExtension; variable
71 , m_lastChangeWasHorizontalExtension(false) in SelectionController()108 m_lastChangeWasHorizontalExtension = false; in setSelection()236 if (m_lastChangeWasHorizontalExtension) in willBeModified()567 … trialSelectionController.setLastChangeWasHorizontalExtension(m_lastChangeWasHorizontalExtension); in modify()640 m_lastChangeWasHorizontalExtension = alter == EXTEND; in modify()663 … trialSelectionController.setLastChangeWasHorizontalExtension(m_lastChangeWasHorizontalExtension); in modify()733 m_lastChangeWasHorizontalExtension = alter == EXTEND; in modify()
40668 (WebCore::SelectionController::modify): Added setting m_lastChangeWasHorizontalExtension.85735 The bug was due to the m_lastChangeWasHorizontalExtension flag, which was not85739 (WebCore::SelectionController::setSelection): Set m_lastChangeWasHorizontalExtension85744 Remove code that sets m_lastChangeWasHorizontalExtension; that is now handled elsewhere. 85749 m_lastChangeWasHorizontalExtension when extending the selection, which used to be
39425 Renamed m_modifyBias to m_lastChangeWasHorizontalExtension.