OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveParagraphWithClones
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp
82
moveParagraphWithClones
(start, end, newList.get(), selectedListItem.get());
84
moveParagraphWithClones
(start, positionAfterNode(selectedListItem->lastChild()), newList.get(), selectedListItem.get());
124
moveParagraphWithClones
(startOfContents, end, targetBlockquote.get(), outerBlock.get());
FormatBlockCommand.cpp
94
moveParagraphWithClones
(start, end, blockNode.get(), outerBlock.get());
CompositeEditCommand.h
157
void
moveParagraphWithClones
(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
InsertListCommand.cpp
228
moveParagraphWithClones
(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
230
// Manually remove listNode because
moveParagraphWithClones
sometimes leaves it behind in the document.
232
// FIXME: This might be a bug in
moveParagraphWithClones
or deleteSelection.
239
// because
moveParagraphWithClones
could have removed them.
CompositeEditCommand.cpp
[
all
...]
Completed in 29 milliseconds