HomeSort by relevance Sort by last modified time
    Searched refs:setEndingSelection (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp 44 setEndingSelection(m_startingSelection);
54 setEndingSelection(endingSelection);
86 void EditCommand::setEndingSelection(const VisibleSelection &s)
91 composition->setEndingSelection(s);
SetSelectionCommand.cpp 48 setEndingSelection(m_selectionToSet);
TextInsertionBaseCommand.cpp 48 command->setEndingSelection(selectionForInsertion);
52 command->setEndingSelection(endingSelection);
InsertLineBreakCommand.cpp 126 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());
BreakBlockquoteCommand.cpp 82 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()));
CreateLinkCommand.cpp 54 setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
EditCommand.h 67 void setEndingSelection(const VisibleSelection&);
InsertTextCommand.cpp 84 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()));
MoveSelectionCommand.cpp 70 setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
InsertParagraphSeparatorCommand.cpp 248 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()));
InsertListCommand.cpp 126 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())));
ApplyBlockElementCommand.cpp 76 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
99 setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
113 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
IndentOutdentCommand.cpp 200 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
202 setEndingSelection(endOfCurrentParagraph);
TypingCommand.cpp 152 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()));
CompositeEditCommand.cpp 141 void EditCommandComposition::setEndingSelection(const VisibleSelection& selection)
263 command->setEndingSelection(selection);
    [all...]
ReplaceSelectionCommand.cpp     [all...]
CompositeEditCommand.h 54 void setEndingSelection(const VisibleSelection&);
DeleteSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 182 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
    [all...]

Completed in 526 milliseconds