HomeSort by relevance Sort by last modified time
    Searched refs: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 103 setEndingSelection(VisibleSelection(endingPosition, endingSelection().isDirectional()));
111 setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
116 setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
141 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM, endingSelection().isDirectional()));
160 setEndingSelection(endingSelection().visibleEnd());
CreateLinkCommand.cpp 54 setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAfterNode(*anchorElement), DOWNSTREAM, endingSelection().isDirectional()));
EditCommand.h 65 void setEndingSelection(const VisibleSelection&);
66 void setEndingSelection(const VisiblePosition&);
TextInsertionBaseCommand.cpp 48 command->setEndingSelection(selectionForInsertion);
52 command->setEndingSelection(endingSelection);
BreakBlockquoteCommand.cpp 84 setEndingSelection(VisibleSelection(positionBeforeNode(breakElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
94 setEndingSelection(VisibleSelection(positionBeforeNode(breakElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
128 setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
187 setEndingSelection(VisibleSelection(positionBeforeNode(breakElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
InsertTextCommand.cpp 76 setEndingSelection(forcedEndingSelection);
96 setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
117 setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
227 setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity(), endingSelection().isDirectional()));
MoveSelectionCommand.cpp 70 setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
InsertListCommand.cpp 128 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
164 setEndingSelection(startOfCurrentParagraph);
181 setEndingSelection(endOfSelection);
195 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));
207 // be renamed and deployed inside setEndingSelection().
254 setEndingSelection(VisiblePosition(firstPositionInNode(newList.get())));
ApplyBlockElementCommand.cpp 81 setEndingSelection(newSelection);
105 setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
119 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
InsertParagraphSeparatorCommand.cpp 260 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
305 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
323 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
427 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
IndentOutdentCommand.cpp 222 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
224 setEndingSelection(endOfCurrentParagraph);
TypingCommand.cpp 155 typingCommand->setEndingSelection(currentSelection);
185 lastTypingCommand->setEndingSelection(selectionForInsertion);
404 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
467 setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM, endingSelection().isDirectional()));
550 setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
CompositeEditCommand.cpp 154 void EditCommandComposition::setEndingSelection(const VisibleSelection& selection)
262 command->setEndingSelection(selection);
    [all...]
ReplaceSelectionCommand.cpp     [all...]
CompositeEditCommand.h 57 void setEndingSelection(const VisibleSelection&);
DeleteSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 189 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
    [all...]

Completed in 249 milliseconds