/external/webkit/WebCore/editing/ |
D | FormatBlockCommand.cpp | 54 setEndingSelection(visibleStart); in modifyRange() 59 setEndingSelection(nextParagraph); in modifyRange() 63 setEndingSelection(visibleEnd); in modifyRange() 66 …setEndingSelection(VisibleSelection(visibleStart.deepEquivalent(), visibleEnd.deepEquivalent(), DO… in modifyRange() 90 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true))); in doApply() 128 setEndingSelection(destination); in doApply()
|
D | InsertLineBreakCommand.cpp | 120 setEndingSelection(VisibleSelection(endingPosition)); in doApply() 128 … setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply() 133 … setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply() 158 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM)); in doApply() 177 setEndingSelection(endingSelection().visibleEnd()); in doApply()
|
D | BreakBlockquoteCommand.cpp | 85 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM)); in doApply() 95 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM)); in doApply() 128 setEndingSelection(VisibleSelection(VisiblePosition(Position(startNode, 0)))); in doApply() 201 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM)); in doApply()
|
D | InsertListCommand.cpp | 78 setEndingSelection(startOfSelection); in modifyRange() 94 setEndingSelection(startOfCurrentParagraph); in modifyRange() 98 setEndingSelection(endOfSelection); in modifyRange() 102 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection)); in modifyRange() 126 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true))); in doApply()
|
D | InsertTextCommand.cpp | 101 setEndingSelection(forcedEndingSelection); in performTrivialReplace() 104 setEndingSelection(VisibleSelection(endingSelection().visibleEnd())); in performTrivialReplace() 190 setEndingSelection(forcedEndingSelection); in input() 215 setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity())); in input()
|
D | IndentOutdentCommand.cpp | 147 setEndingSelection(VisibleSelection(Position(placeholder.get(), 0), DOWNSTREAM)); in indentRegion() 256 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM)); in outdentRegion() 258 setEndingSelection(endOfCurrentParagraph); in outdentRegion() 295 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true))); in doApply() 317 …setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNST… in doApply()
|
D | TypingCommand.cpp | 164 lastTypingCommand->setEndingSelection(selectionForInsertion); in insertText() 168 lastTypingCommand->setEndingSelection(currentSelection); in insertText() 177 cmd->setEndingSelection(selectionForInsertion); in insertText() 181 cmd->setEndingSelection(currentSelection); in insertText() 410 setEndingSelection(VisibleSelection(Position(root, 0), DOWNSTREAM)); in makeEditableRootEmpty() 466 … setEndingSelection(VisibleSelection(Position(table, 0), endingSelection().start(), DOWNSTREAM)); in deleteKeyPressed() 539 …setEndingSelection(VisibleSelection(endingSelection().end(), lastDeepEditingPositionForNode(downst… in forwardDeleteKeyPressed()
|
D | EditCommand.cpp | 51 setEndingSelection(m_startingSelection); in EditCommand() 174 void EditCommand::setEndingSelection(const VisibleSelection &s) in setEndingSelection() function in WebCore::EditCommand
|
D | CompositeEditCommand.cpp | 318 setEndingSelection(VisibleSelection(selectedRange.get())); in inputText() 711 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode)); in pushAnchorElementDown() 739 setEndingSelection(originalSelection); in pushPartiallySelectedAnchorElementsDown() 851 setEndingSelection(VisibleSelection(start, end, DOWNSTREAM)); in moveParagraphWithClones() 947 setEndingSelection(VisibleSelection(start, end, DOWNSTREAM)); in moveParagraphs() 973 setEndingSelection(destination); in moveParagraphs() 990 … setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM)); in moveParagraphs() 1047 setEndingSelection(VisibleSelection(Position(newBlock.get(), 0), DOWNSTREAM)); in breakOutOfEmptyListItem() 1085 setEndingSelection(VisibleSelection(atBR)); in breakOutOfEmptyMailBlockquotedParagraph()
|
D | InsertParagraphSeparatorCommand.cpp | 250 setEndingSelection(VisibleSelection(Position(parent.get(), 0), DOWNSTREAM)); in doApply() 281 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM)); in doApply() 396 setEndingSelection(VisibleSelection(Position(blockToInsert.get(), 0), DOWNSTREAM)); in doApply()
|
D | ReplaceSelectionCommand.cpp | 773 setEndingSelection(visibleStart.next()); in doApply() 783 setEndingSelection(next); in doApply() 794 setEndingSelection(endingSelection().visibleStart().previous()); in doApply() 965 setEndingSelection(endOfInsertedContent); in doApply() 970 setEndingSelection(VisiblePosition(Position(newListItem, 0))); in doApply() 1092 setEndingSelection(VisibleSelection(start, end, SEL_DEFAULT_AFFINITY)); in completeHTMLReplacement() 1094 setEndingSelection(VisibleSelection(end, SEL_DEFAULT_AFFINITY)); in completeHTMLReplacement() 1199 setEndingSelection(selectionAfterReplace); in performTrivialReplace()
|
D | CreateLinkCommand.cpp | 56 …setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInPar… in doApply()
|
D | EditCommand.h | 67 void setEndingSelection(const VisibleSelection&);
|
D | MoveSelectionCommand.cpp | 72 setEndingSelection(VisibleSelection(pos, endingSelection().affinity())); in doApply()
|
D | DeleteSelectionCommand.cpp | 687 setEndingSelection(visibleEnd); in calculateTypingStyleAfterDelete() 762 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply() 785 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply()
|
D | ApplyStyleCommand.cpp | 527 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY)); in updateStartEnd()
|
/external/webkit/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):
|