Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.h90 void setIsDirectional(bool isDirectional) { m_isDirectional = isDirectional; } in setIsDirectional() function
DInsertTextCommand.cpp75 forcedEndingSelection.setIsDirectional(endingSelection().isDirectional()); in setEndingSelectionWithoutValidation()
DFrameSelection.cpp107 m_selection.setIsDirectional(true); in FrameSelection()
214 …newSelection.setIsDirectional(isDirectional); // Adjusting base and extent will make newSelection … in setNonDirectionalSelectionIfNeeded()
229 s.setIsDirectional(true); in setSelection()
993 …m_selection.setIsDirectional(shouldAlwaysUseDirectionalSelection(m_frame) || alter == AlterationEx… in modify()
1122 …m_selection.setIsDirectional(shouldAlwaysUseDirectionalSelection(m_frame) || alter == AlterationEx… in modify()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp384 newSelection.setIsDirectional(direction != SelectionHasNoDirection); in setSelectionRange()