Home
last modified time | relevance | path

Searched refs:setExtent (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.h68 void setExtent(const Position&);
69 void setExtent(const VisiblePosition&);
DFrameSelection.cpp207 newSelection.setExtent(newExtent); in setNonDirectionalSelectionIfNeeded()
551 m_selection.setExtent(end); in willBeModified()
554 m_selection.setExtent(start); in willBeModified()
1009 newSelection.setExtent(position); in modify()
1017 setExtent(position, userTriggered); in modify()
1115 setExtent(result, userTriggered); in modify()
1191 setExtent(pos, trigger); in setStart()
1197 setExtent(pos, trigger); in setEnd()
1208 void FrameSelection::setExtent(const VisiblePosition &pos, EUserTriggered userTriggered) in setExtent() function in blink::FrameSelection
DVisibleSelectionTest.cpp51 m_wrap->m_selection.setExtent(Position(textNode(), extend)); in setSelection()
DSurroundingTextTest.cpp49 selection.setExtent(Position(toText(element->firstChild()), end)); in select()
DFrameSelection.h132 void setExtent(const VisiblePosition&, EUserTriggered = NotUserTriggered);
DVisibleSelection.cpp168 void VisibleSelection::setExtent(const Position& position) in setExtent() function in blink::VisibleSelection
177 void VisibleSelection::setExtent(const VisiblePosition& visiblePosition) in setExtent() function in blink::VisibleSelection
DDOMSelection.cpp356 …m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTRE… in extend()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp343 … newSelection.setExtent(positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary)); in expandSelectionToRespectUserSelectAll()
546 newSelection.setExtent(pos); in handleMousePressEventSingleClick()
736 …newSelection.setExtent(positionAfterNode(rootUserSelectAllForMousePressNode).downstream(CanCrossEd… in updateSelectionForMouseDrag()
744 …newSelection.setExtent(positionBeforeNode(rootUserSelectAllForTarget).upstream(CanCrossEditingBoun… in updateSelectionForMouseDrag()
746 …newSelection.setExtent(positionAfterNode(rootUserSelectAllForTarget).downstream(CanCrossEditingBou… in updateSelectionForMouseDrag()
748 newSelection.setExtent(targetPosition); in updateSelectionForMouseDrag()
751 newSelection.setExtent(targetPosition); in updateSelectionForMouseDrag()