Searched refs:setEndingSelection (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditCommand.cpp44 setEndingSelection(m_startingSelection);
54 setEndingSelection(endingSelection);
86 void EditCommand::setEndingSelection(const VisibleSelection &s) function in class:WebCore::EditCommand
91 composition->setEndingSelection(s);
H A DSetSelectionCommand.cpp48 setEndingSelection(m_selectionToSet);
H A DTextInsertionBaseCommand.cpp48 command->setEndingSelection(selectionForInsertion);
52 command->setEndingSelection(endingSelection);
H A DInsertLineBreakCommand.cpp126 setEndingSelection(VisibleSelection(endingPosition, endingSelection().isDirectional()));
134 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
139 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
164 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM, endingSelection().isDirectional()));
183 setEndingSelection(endingSelection().visibleEnd());
H A DBreakBlockquoteCommand.cpp82 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
92 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
125 setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
184 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
H A DCreateLinkCommand.cpp54 setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
H A DEditCommand.h67 void setEndingSelection(const VisibleSelection&);
H A DInsertTextCommand.cpp84 setEndingSelection(forcedEndingSelection);
104 setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
125 setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
231 setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity(), endingSelection().isDirectional()));
H A DMoveSelectionCommand.cpp70 setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
H A DInsertParagraphSeparatorCommand.cpp248 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
287 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
305 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
404 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
H A DInsertListCommand.cpp126 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
149 setEndingSelection(startOfCurrentParagraph);
178 setEndingSelection(endOfSelection);
182 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));
194 // be renamed and deployed inside setEndingSelection().
241 setEndingSelection(VisiblePosition(firstPositionInNode(newList.get())));
H A DApplyBlockElementCommand.cpp76 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
99 setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
113 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
H A DIndentOutdentCommand.cpp200 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
202 setEndingSelection(endOfCurrentParagraph);
H A DTypingCommand.cpp152 typingCommand->setEndingSelection(currentSelection);
186 lastTypingCommand->setEndingSelection(selectionForInsertion);
399 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
462 setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM, endingSelection().isDirectional()));
546 setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
H A DCompositeEditCommand.cpp141 void EditCommandComposition::setEndingSelection(const VisibleSelection& selection) function in class:WebCore::EditCommandComposition
263 command->setEndingSelection(selection);
968 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode));
1108 setEndingSelection(VisibleSelection(start, end, DOWNSTREAM));
1206 setEndingSelection(VisibleSelection(start, end, DOWNSTREAM));
1233 setEndingSelection(VisibleSelection(destination, originalIsDirectional));
1256 setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM, originalIsDirectional));
1317 setEndingSelection(VisibleSelection(firstPositionInNode(newBlock.get()), DOWNSTREAM, endingSelection().isDirectional()));
1355 setEndingSelection(VisibleSelection(atBR, endingSelection().isDirectional()));
H A DReplaceSelectionCommand.cpp939 setEndingSelection(visibleStart.next());
949 setEndingSelection(next);
962 setEndingSelection(endingSelection().visibleStart().previous());
1186 setEndingSelection(endOfInsertedContent);
1191 setEndingSelection(VisiblePosition(firstPositionInNode(newListItem.get())));
1342 setEndingSelection(VisibleSelection(start, end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional()));
1344 setEndingSelection(VisibleSelection(end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional()));
1491 setEndingSelection(selectionAfterReplace);
H A DCompositeEditCommand.h54 void setEndingSelection(const VisibleSelection&);
H A DDeleteSelectionCommand.cpp806 setEndingSelection(VisibleSelection(m_endingPosition, affinity, endingSelection().isDirectional()));
839 setEndingSelection(VisibleSelection(m_endingPosition, affinity, endingSelection().isDirectional()));
H A DApplyStyleCommand.cpp182 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));

Completed in 167 milliseconds