HomeSort by relevance Sort by last modified time
    Searched full:setendingselection (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp 44 setEndingSelection(m_startingSelection);
54 setEndingSelection(endingSelection);
91 void EditCommand::setEndingSelection(const VisibleSelection& selection)
96 composition->setEndingSelection(selection);
102 void EditCommand::setEndingSelection(const VisiblePosition& position)
104 setEndingSelection(VisibleSelection(position));
InsertLineBreakCommand.cpp 101 setEndingSelection(VisibleSelection(endingPosition, endingSelection().isDirectional()));
109 setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
114 setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
139 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM, endingSelection().isDirectional()));
158 setEndingSelection(endingSelection().visibleEnd());
EditCommand.h 70 void setEndingSelection(const VisibleSelection&);
71 void setEndingSelection(const VisiblePosition&);
TextInsertionBaseCommand.cpp 48 command->setEndingSelection(selectionForInsertion);
52 command->setEndingSelection(endingSelection);
BreakBlockquoteCommand.cpp 82 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
92 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
126 setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
185 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
CreateLinkCommand.cpp 54 setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAfterNode(*anchorElement), DOWNSTREAM, endingSelection().isDirectional()));
InsertListCommand.cpp 125 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
153 setEndingSelection(startOfCurrentParagraph);
180 setEndingSelection(endOfSelection);
188 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));
201 // be renamed and deployed inside setEndingSelection().
248 setEndingSelection(VisiblePosition(firstPositionInNode(newList.get())));
InsertTextCommand.cpp 75 setEndingSelection(forcedEndingSelection);
95 setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
116 setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
226 setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity(), endingSelection().isDirectional()));
ApplyBlockElementCommand.cpp 80 setEndingSelection(newSelection);
104 setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
118 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
MoveSelectionCommand.cpp 70 setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
TypingCommand.cpp 155 typingCommand->setEndingSelection(currentSelection);
185 lastTypingCommand->setEndingSelection(selectionForInsertion);
399 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
462 setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM, endingSelection().isDirectional()));
545 setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
IndentOutdentCommand.cpp 215 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
217 setEndingSelection(endOfCurrentParagraph);
CompositeEditCommand.h 55 void setEndingSelection(const VisibleSelection&);
InsertParagraphSeparatorCommand.cpp 257 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
302 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
320 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
424 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
CompositeEditCommand.cpp 149 void EditCommandComposition::setEndingSelection(const VisibleSelection& selection)
257 command->setEndingSelection(selection);
    [all...]
ReplaceSelectionCommand.cpp     [all...]
DeleteSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 186 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
    [all...]

Completed in 277 milliseconds