OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStartingSelection
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp
43
setStartingSelection
(m_document->frame()->selection().selection());
53
setStartingSelection
(startingSelection);
73
void EditCommand::
setStartingSelection
(const VisibleSelection& s)
78
composition->
setStartingSelection
(s);
EditCommand.h
66
void
setStartingSelection
(const VisibleSelection&);
TextInsertionBaseCommand.cpp
47
command->
setStartingSelection
(selectionForInsertion);
TypingCommand.cpp
152
typingCommand->
setStartingSelection
(currentSelection);
182
lastTypingCommand->
setStartingSelection
(selectionForInsertion);
497
setStartingSelection
(selectionAfterUndo);
587
setStartingSelection
(selectionAfterUndo);
CompositeEditCommand.h
54
void
setStartingSelection
(const VisibleSelection&);
CompositeEditCommand.cpp
161
void EditCommandComposition::
setStartingSelection
(const VisibleSelection& selection)
282
command->
setStartingSelection
(selection);
[
all
...]
DeleteSelectionCommand.cpp
173
setStartingSelection
(VisibleSelection(newBase, newExtent, startingSelection().isDirectional()));
[
all
...]
Completed in 101 milliseconds