Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h44 MovingParagraph = 1 << 4, enumerator
DCompositeEditCommand.cpp1266 …ns options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MovingParagraph; in moveParagraphs()
DReplaceSelectionCommand.cpp367 , m_movingParagraph(options & MovingParagraph) in ReplaceSelectionCommand()