/external/webkit/Source/WebCore/editing/ |
D | InsertLineBreakCommand.cpp | 124 setEndingSelection(VisibleSelection(endingPosition)); in doApply() 132 … setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply() 137 … setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply() 162 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM)); in doApply() 181 setEndingSelection(endingSelection().visibleEnd()); in doApply()
|
D | BreakBlockquoteCommand.cpp | 81 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply() 91 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply() 124 … setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)))); in doApply() 197 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
|
D | InsertTextCommand.cpp | 97 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()
|
D | TypingCommand.cpp | 148 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() 521 …setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTRE… in deleteKeyPressed() 596 …setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.depre… in forwardDeleteKeyPressed()
|
D | InsertListCommand.cpp | 125 …setEndingSelection(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()
|
D | EditCommand.cpp | 50 setEndingSelection(m_startingSelection); in EditCommand() 173 void EditCommand::setEndingSelection(const VisibleSelection &s) in setEndingSelection() function in WebCore::EditCommand
|
D | InsertParagraphSeparatorCommand.cpp | 247 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM)); in doApply() 281 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM)); in doApply() 380 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM)); in doApply()
|
D | ApplyBlockElementCommand.cpp | 75 …setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary))… in doApply() 92 …setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNST… in doApply() 105 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM)); in formatSelection()
|
D | SetSelectionCommand.cpp | 47 setEndingSelection(m_selectionToSet); in doApply()
|
D | CreateLinkCommand.cpp | 55 …setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInPar… in doApply()
|
D | ReplaceSelectionCommand.cpp | 864 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()
|
D | IndentOutdentCommand.cpp | 199 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM)); in outdentRegion() 201 setEndingSelection(endOfCurrentParagraph); in outdentRegion()
|
D | EditCommand.h | 71 void setEndingSelection(const VisibleSelection&);
|
D | CompositeEditCommand.cpp | 323 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() 1033 … setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM)); in moveParagraphs() 1092 setEndingSelection(VisibleSelection(firstPositionInNode(newBlock.get()), DOWNSTREAM)); in breakOutOfEmptyListItem() 1130 setEndingSelection(VisibleSelection(atBR)); in breakOutOfEmptyMailBlockquotedParagraph()
|
D | MoveSelectionCommand.cpp | 68 setEndingSelection(VisibleSelection(pos, endingSelection().affinity())); in doApply()
|
D | DeleteSelectionCommand.cpp | 721 setEndingSelection(visibleEnd); in calculateTypingStyleAfterDelete() 796 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply() 819 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply()
|
D | ApplyStyleCommand.cpp | 184 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY)); in updateStartEnd()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 19007 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 …]
|
D | ChangeLog-2006-12-31 | 36393 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.
|
D | ChangeLog-2006-05-10 | 2833 Removed two no-op setEndingSelection calls. 30957 (WebCore::EditCommandPtr::setEndingSelection): 30960 (WebCore::EditCommand::setEndingSelection):
|
D | ChangeLog-2009-06-16 | 40351 (WebCore::EditCommand::setEndingSelection):
|