Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DFormatBlockCommand.cpp54 setEndingSelection(visibleStart); in modifyRange()
59 setEndingSelection(nextParagraph); in modifyRange()
63 setEndingSelection(visibleEnd); in modifyRange()
66setEndingSelection(VisibleSelection(visibleStart.deepEquivalent(), visibleEnd.deepEquivalent(), DO… in modifyRange()
90 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true))); in doApply()
128 setEndingSelection(destination); in doApply()
DInsertLineBreakCommand.cpp120 setEndingSelection(VisibleSelection(endingPosition)); in doApply()
128setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply()
133setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply()
158 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM)); in doApply()
177 setEndingSelection(endingSelection().visibleEnd()); in doApply()
DBreakBlockquoteCommand.cpp85 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()
DInsertListCommand.cpp78 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()
DInsertTextCommand.cpp101 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()
DIndentOutdentCommand.cpp147 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()
317setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNST… in doApply()
DTypingCommand.cpp164 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()
466setEndingSelection(VisibleSelection(Position(table, 0), endingSelection().start(), DOWNSTREAM)); in deleteKeyPressed()
539setEndingSelection(VisibleSelection(endingSelection().end(), lastDeepEditingPositionForNode(downst… in forwardDeleteKeyPressed()
DEditCommand.cpp51 setEndingSelection(m_startingSelection); in EditCommand()
174 void EditCommand::setEndingSelection(const VisibleSelection &s) in setEndingSelection() function in WebCore::EditCommand
DCompositeEditCommand.cpp318 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()
990setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM)); in moveParagraphs()
1047 setEndingSelection(VisibleSelection(Position(newBlock.get(), 0), DOWNSTREAM)); in breakOutOfEmptyListItem()
1085 setEndingSelection(VisibleSelection(atBR)); in breakOutOfEmptyMailBlockquotedParagraph()
DInsertParagraphSeparatorCommand.cpp250 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()
DReplaceSelectionCommand.cpp773 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()
DCreateLinkCommand.cpp56setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInPar… in doApply()
DEditCommand.h67 void setEndingSelection(const VisibleSelection&);
DMoveSelectionCommand.cpp72 setEndingSelection(VisibleSelection(pos, endingSelection().affinity())); in doApply()
DDeleteSelectionCommand.cpp687 setEndingSelection(visibleEnd); in calculateTypingStyleAfterDelete()
762 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply()
785 setEndingSelection(VisibleSelection(m_endingPosition, affinity)); in doApply()
DApplyStyleCommand.cpp527 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY)); in updateStartEnd()
/external/webkit/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):