OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEndingSelection
(Results
1 - 17
of
17
) sorted by null
/external/webkit/Source/WebCore/editing/
CreateLinkCommand.cpp
55
setEndingSelection
(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM));
SetSelectionCommand.cpp
47
setEndingSelection
(m_selectionToSet);
InsertLineBreakCommand.cpp
124
setEndingSelection
(VisibleSelection(endingPosition));
132
setEndingSelection
(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
137
setEndingSelection
(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
162
setEndingSelection
(VisibleSelection(endingPosition, DOWNSTREAM));
181
setEndingSelection
(endingSelection().visibleEnd());
BreakBlockquoteCommand.cpp
81
setEndingSelection
(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM));
91
setEndingSelection
(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM));
124
setEndingSelection
(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode))));
197
setEndingSelection
(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM));
EditCommand.h
71
void
setEndingSelection
(const VisibleSelection&);
EditCommand.cpp
50
setEndingSelection
(m_startingSelection);
173
void EditCommand::
setEndingSelection
(const VisibleSelection &s)
InsertTextCommand.cpp
97
setEndingSelection
(forcedEndingSelection);
100
setEndingSelection
(VisibleSelection(endingSelection().visibleEnd()));
192
setEndingSelection
(forcedEndingSelection);
202
setEndingSelection
(VisibleSelection(endingSelection().end(), endingSelection().affinity()));
MoveSelectionCommand.cpp
68
setEndingSelection
(VisibleSelection(pos, endingSelection().affinity()));
TypingCommand.cpp
148
typingCommand->
setEndingSelection
(currentSelection);
196
lastTypingCommand->
setEndingSelection
(selectionForInsertion);
209
cmd->
setEndingSelection
(selectionForInsertion);
213
cmd->
setEndingSelection
(currentSelection);
409
command->
setEndingSelection
(endingSelection());
463
setEndingSelection
(VisibleSelection(firstPositionInNode(root), DOWNSTREAM));
521
setEndingSelection
(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM));
596
setEndingSelection
(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.deprecatedNode()), DOWNSTREAM));
InsertListCommand.cpp
125
setEndingSelection
(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary)));
148
setEndingSelection
(startOfCurrentParagraph);
177
setEndingSelection
(endOfSelection);
181
setEndingSelection
(VisibleSelection(startOfSelection, endOfSelection));
193
// be renamed and deployed inside
setEndingSelection
().
241
setEndingSelection
(VisiblePosition(firstPositionInNode(newList.get())));
ApplyBlockElementCommand.cpp
75
setEndingSelection
(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary)));
92
setEndingSelection
(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNSTREAM));
105
setEndingSelection
(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM));
InsertParagraphSeparatorCommand.cpp
247
setEndingSelection
(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM));
281
setEndingSelection
(VisibleSelection(insertionPosition, DOWNSTREAM));
380
setEndingSelection
(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM));
IndentOutdentCommand.cpp
199
setEndingSelection
(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
201
setEndingSelection
(endOfCurrentParagraph);
CompositeEditCommand.cpp
323
setEndingSelection
(VisibleSelection(selectedRange.get()));
766
setEndingSelection
(VisibleSelection::selectionFromContentsOfNode(anchorNode));
[
all
...]
ReplaceSelectionCommand.cpp
[
all
...]
DeleteSelectionCommand.cpp
[
all
...]
ApplyStyleCommand.cpp
184
setEndingSelection
(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY));
[
all
...]
Completed in 232 milliseconds