Home
last modified time | relevance | path

Searched refs:setEndingSelection (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertLineBreakCommand.cpp124 setEndingSelection(VisibleSelection(endingPosition)); in doApply()
132setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply()
137setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply()
162 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM)); in doApply()
181 setEndingSelection(endingSelection().visibleEnd()); in doApply()
DBreakBlockquoteCommand.cpp81 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
91 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
124setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)))); in doApply()
197 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
DInsertTextCommand.cpp97 setEndingSelection(forcedEndingSelection); in performTrivialReplace()
100 setEndingSelection(VisibleSelection(endingSelection().visibleEnd())); in performTrivialReplace()
192 setEndingSelection(forcedEndingSelection); in input()
202 setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity())); in input()
DTypingCommand.cpp148 typingCommand->setEndingSelection(currentSelection); in updateSelectionIfDifferentFromCurrentSelection()
196 lastTypingCommand->setEndingSelection(selectionForInsertion); in insertText()
209 cmd->setEndingSelection(selectionForInsertion); in insertText()
213 cmd->setEndingSelection(currentSelection); in insertText()
409 command->setEndingSelection(endingSelection()); in insertTextRunWithoutNewlines()
463 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM)); in makeEditableRootEmpty()
521setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTRE… in deleteKeyPressed()
596setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.depre… in forwardDeleteKeyPressed()
DInsertListCommand.cpp125setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary))… in doApply()
148 setEndingSelection(startOfCurrentParagraph); in doApply()
177 setEndingSelection(endOfSelection); in doApply()
181 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection)); in doApply()
241 setEndingSelection(VisiblePosition(firstPositionInNode(newList.get()))); in doApplyForSingleParagraph()
DEditCommand.cpp50 setEndingSelection(m_startingSelection); in EditCommand()
173 void EditCommand::setEndingSelection(const VisibleSelection &s) in setEndingSelection() function in WebCore::EditCommand
DInsertParagraphSeparatorCommand.cpp247 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM)); in doApply()
281 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM)); in doApply()
380 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM)); in doApply()
DApplyBlockElementCommand.cpp75setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary))… in doApply()
92setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNST… in doApply()
105 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM)); in formatSelection()
DSetSelectionCommand.cpp47 setEndingSelection(m_selectionToSet); in doApply()
DCreateLinkCommand.cpp55setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInPar… in doApply()
DReplaceSelectionCommand.cpp864 setEndingSelection(visibleStart.next()); in doApply()
874 setEndingSelection(next); in doApply()
885 setEndingSelection(endingSelection().visibleStart().previous()); in doApply()
1092 setEndingSelection(endOfInsertedContent); in doApply()
1097 setEndingSelection(VisiblePosition(firstPositionInNode(newListItem.get()))); in doApply()
1219 setEndingSelection(VisibleSelection(start, end, SEL_DEFAULT_AFFINITY)); in completeHTMLReplacement()
1221 setEndingSelection(VisibleSelection(end, SEL_DEFAULT_AFFINITY)); in completeHTMLReplacement()
1336 setEndingSelection(selectionAfterReplace); in performTrivialReplace()
DIndentOutdentCommand.cpp199 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM)); in outdentRegion()
201 setEndingSelection(endOfCurrentParagraph); in outdentRegion()
DEditCommand.h71 void setEndingSelection(const VisibleSelection&);
DCompositeEditCommand.cpp323 setEndingSelection(VisibleSelection(selectedRange.get())); in inputText()
766 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode)); in pushAnchorElementDown()
882 setEndingSelection(VisibleSelection(start, end, DOWNSTREAM)); in moveParagraphWithClones()
983 setEndingSelection(VisibleSelection(start, end, DOWNSTREAM)); in moveParagraphs()
1010 setEndingSelection(destination); in moveParagraphs()
1033setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM)); in moveParagraphs()
1092 setEndingSelection(VisibleSelection(firstPositionInNode(newBlock.get()), DOWNSTREAM)); in breakOutOfEmptyListItem()
1130 setEndingSelection(VisibleSelection(atBR)); in breakOutOfEmptyMailBlockquotedParagraph()
DMoveSelectionCommand.cpp68 setEndingSelection(VisibleSelection(pos, endingSelection().affinity())); in doApply()
DDeleteSelectionCommand.cpp721 setEndingSelection(visibleEnd); in calculateTypingStyleAfterDelete()
796 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply()
819 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply()
DApplyStyleCommand.cpp184 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY)); in updateStartEnd()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2319007 Restore fixed setEndingSelection. Fixed method was ifdef'd out
19012 (khtml::EditCommandPtr::setEndingSelection):
20622 (khtml::EditCommandPtr::setEndingSelection):
20623 Fixed typo so that it calls setEndingSelection rather than setStartingSelection.
24556 (khtml::EditCommandPtr::setEndingSelection):
24558 (khtml::EditCommand::setEndingSelection):
30908 (khtml::EditCommand::setEndingSelection): Ditto.
36682 (khtml::EditCommandImpl::setEndingSelection): Ditto.
44431 (khtml::EditCommandImpl::setEndingSelection): Ditto.
47862 (EditCommandImpl::setEndingSelection): As above, for ending selection.
[all …]
DChangeLog-2006-12-3136393 since setEndingSelection is no longer overloaded for Position.
36430 Selection explicitly since setEndingSelection is no longer overloaded for Position.
36444 … and most overloads of setStartingSelection() and setEndingSelection(). Made document() protected
36445 …and non-virtual. Made setStartingSelection() setEndingSelection(), and styleAtPosition() protected.
36461 (WebCore::EditCommand::setEndingSelection): Changed to set root editable element too.
DChangeLog-2006-05-102833 Removed two no-op setEndingSelection calls.
30957 (WebCore::EditCommandPtr::setEndingSelection):
30960 (WebCore::EditCommand::setEndingSelection):
DChangeLog-2009-06-1640351 (WebCore::EditCommand::setEndingSelection):