Home
last modified time | relevance | path

Searched refs:MovingParagraph (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.h44 MovingParagraph = 1 << 4 enumerator
DReplaceSelectionCommand.cpp351 , m_movingParagraph(options & MovingParagraph) in ReplaceSelectionCommand()
DCompositeEditCommand.cpp1012 …ns options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MovingParagraph; in moveParagraphs()