OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
45
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()));
126
setEndingSelection
(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
185
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()));
InsertListCommand.cpp
126
setEndingSelection
(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
151
setEndingSelection
(startOfCurrentParagraph);
178
setEndingSelection
(endOfSelection);
186
setEndingSelection
(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));
198
// be renamed and deployed inside
setEndingSelection
().
245
setEndingSelection
(VisiblePosition(firstPositionInNode(newList.get())));
ApplyBlockElementCommand.cpp
77
setEndingSelection
(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
100
setEndingSelection
(VisibleSelection(start, end, endingSelection().isDirectional()));
114
setEndingSelection
(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
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()));
IndentOutdentCommand.cpp
210
setEndingSelection
(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
212
setEndingSelection
(endOfCurrentParagraph);
TypingCommand.cpp
153
typingCommand->
setEndingSelection
(currentSelection);
183
lastTypingCommand->
setEndingSelection
(selectionForInsertion);
394
setEndingSelection
(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
457
setEndingSelection
(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM, endingSelection().isDirectional()));
540
setEndingSelection
(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
CompositeEditCommand.cpp
167
void EditCommandComposition::
setEndingSelection
(const VisibleSelection& selection)
283
command->
setEndingSelection
(selection);
[
all
...]
ReplaceSelectionCommand.cpp
[
all
...]
CompositeEditCommand.h
55
void
setEndingSelection
(const VisibleSelection&);
DeleteSelectionCommand.cpp
[
all
...]
ApplyStyleCommand.cpp
183
setEndingSelection
(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
[
all
...]
Completed in 783 milliseconds