Home
last modified time | relevance | path

Searched refs:m_lastChangeWasHorizontalExtension (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
DSelectionController.h98 void setLastChangeWasHorizontalExtension(bool b) { m_lastChangeWasHorizontalExtension = b; } in setLastChangeWasHorizontalExtension()
180 bool m_lastChangeWasHorizontalExtension; variable
DSelectionController.cpp71 , 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()
/external/webkit/WebCore/
DChangeLog-2010-01-2940668 (WebCore::SelectionController::modify): Added setting m_lastChangeWasHorizontalExtension.
85735 The bug was due to the m_lastChangeWasHorizontalExtension flag, which was not
85739 (WebCore::SelectionController::setSelection): Set m_lastChangeWasHorizontalExtension
85744 Remove code that sets m_lastChangeWasHorizontalExtension; that is now handled elsewhere.
85749 m_lastChangeWasHorizontalExtension when extending the selection, which used to be
DChangeLog-2007-10-1439425 Renamed m_modifyBias to m_lastChangeWasHorizontalExtension.