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

  /external/webkit/WebCore/editing/
FormatBlockCommand.cpp 54 setEndingSelection(visibleStart);
59 setEndingSelection(nextParagraph);
63 setEndingSelection(visibleEnd);
66 setEndingSelection(VisibleSelection(visibleStart.deepEquivalent(), visibleEnd.deepEquivalent(), DOWNSTREAM));
90 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true)));
128 setEndingSelection(destination);
CreateLinkCommand.cpp 56 setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM));
InsertLineBreakCommand.cpp 120 setEndingSelection(VisibleSelection(endingPosition));
128 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
133 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
158 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM));
177 setEndingSelection(endingSelection().visibleEnd());
BreakBlockquoteCommand.cpp 85 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
95 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
128 setEndingSelection(VisibleSelection(VisiblePosition(Position(startNode, 0))));
201 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
EditCommand.h 67 void setEndingSelection(const VisibleSelection&);
InsertListCommand.cpp 78 setEndingSelection(startOfSelection);
94 setEndingSelection(startOfCurrentParagraph);
98 setEndingSelection(endOfSelection);
102 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection));
126 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true)));
133 // be renamed and deployed inside setEndingSelection().
EditCommand.cpp 51 setEndingSelection(m_startingSelection);
174 void EditCommand::setEndingSelection(const VisibleSelection &s)
InsertTextCommand.cpp 101 setEndingSelection(forcedEndingSelection);
104 setEndingSelection(VisibleSelection(endingSelection().visibleEnd()));
190 setEndingSelection(forcedEndingSelection);
215 setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity()));
MoveSelectionCommand.cpp 72 setEndingSelection(VisibleSelection(pos, endingSelection().affinity()));
IndentOutdentCommand.cpp 147 setEndingSelection(VisibleSelection(Position(placeholder.get(), 0), DOWNSTREAM));
256 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
258 setEndingSelection(endOfCurrentParagraph);
295 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true)));
317 setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNSTREAM));
TypingCommand.cpp 164 lastTypingCommand->setEndingSelection(selectionForInsertion);
168 lastTypingCommand->setEndingSelection(currentSelection);
177 cmd->setEndingSelection(selectionForInsertion);
181 cmd->setEndingSelection(currentSelection);
410 setEndingSelection(VisibleSelection(Position(root, 0), DOWNSTREAM));
466 setEndingSelection(VisibleSelection(Position(table, 0), endingSelection().start(), DOWNSTREAM));
539 setEndingSelection(VisibleSelection(endingSelection().end(), lastDeepEditingPositionForNode(downstreamEnd.node()), DOWNSTREAM));
InsertParagraphSeparatorCommand.cpp 250 setEndingSelection(VisibleSelection(Position(parent.get(), 0), DOWNSTREAM));
281 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM));
396 setEndingSelection(VisibleSelection(Position(blockToInsert.get(), 0), DOWNSTREAM));
ReplaceSelectionCommand.cpp     [all...]
CompositeEditCommand.cpp 318 setEndingSelection(VisibleSelection(selectedRange.get()));
711 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode));
739 setEndingSelection(originalSelection);
    [all...]
DeleteSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 527 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY));
    [all...]

Completed in 329 milliseconds